Jump to content
thirty bees forum

Daresh

Trusted Members
  • Posts

    32
  • Joined

  • Last visited

  • Days Won

    1

Daresh last won the day on November 28

Daresh had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Daresh's Achievements

Rookie

Rookie (2/14)

  • Conversation Starter
  • Reacting Well Rare
  • First Post
  • Collaborator Rare
  • Week One Done

Recent Badges

28

Reputation

  1. And thanks to your fantastic feedback, the module can now display GPSR information in a tab for Warehouse theme users without requiring any code modifications.
  2. Sure! A lot depends on whether your current template is designed to organize content into tabs. Could you provide a link to your store, or even better, attach the `product.tpl` file from your template?
  3. That can be achieved using the custom hook along with some simple TPL changes. I’ve already implemented such a solution for one of my PrestaShop 1.6 customers (example).
  4. The demo is actually on PrestaShop 1.7, which has a separate hook for tabs. However, this is not the case for ThirtyBees, where the module is hooked by default to the displayFooterProduct hook. As a result, its appearance is more similar to what is shown in this demo: http://demo.greenmousestudio.com/tshirts/1-faded-short-sleeves-tshirt.html If that doesn't fit your needs, the module includes a custom hook that can be placed anywhere on the product page.
  5. Hi Guys! Are you getting ready to the new EU Law regarding product safety. Here is a short summary about what it requires from store owners. When selling remotely via a website, the product listing must include: Manufacturer's details: the full name or registered name, registered trade name, or registered trademark of the manufacturer, as well as the postal and electronic address where they can be contacted; If the manufacturer does not have a residence or registered office in the EU/EEA: the full name or name, postal address, and electronic address of the responsible person (responsible entity); Information to identify the product, including its image, type, and other product identifiers; Any warnings or safety information. I already have a module that helps stores to comply with it, but in case you have any questions let me know, as I've been studying the subject a bit lately.
  6. Good for you! But I think a new thread regarding the GPSR Directive may be a good idea. Many stores are still unprepared, and there is much to do in some cases.
  7. Hi guys. If you are looking for this specific solution because of the GPSR directive, check out the GaPSeR module, that I recently developed, it also supports 30Bees :)
  8. The error you mention is related to the same ThirtyBees bug that was discovered some time ago. The notice is a minor thing, it shows up because you don't have any previous prices gathered in the history yet.
  9. Thanks for noticing my module. Yes I made it work on PrestaShop 1.6 so ThirtyBees is also supported. Actually the module helped to discover a ThirtyBees bug in a customer counting function. So in case of any questions I can explain the logic of the module or the new law, so it's clear for everyone. From what I know, PrestaShop team is currently not planning to introduce such a feature in the core, so I think the same is for ThirtyBees and we need to use modules. A function of this kind can be considered an extension of the base functionality. It does not require to override any core functionality so that's a good thing. Everything can be achieved here with hooks.
  10. Did you solve this problem? Cause I'm having the same issue now after making a copy of the shop to another domain.
  11. Right, very interesting, never had an issue like this before and thousands of shops use this module. Must be some kind of an unlucky coincidence...
  12. It's probably not a bug, it's a feature ;) Prestashop splits orders if you have products with excluding carriers set.
  13. I think it's a standard PS behavior when the shipping cost is unknown due to many shipping options available or something...
  14. Somehow you added the rule to right align the text, so now just edit it, you can make it!
  15. .blockgetfree_shipping { text-align: right; clear: both; padding-top: 15px; }
×
×
  • Create New...