Jump to content
thirty bees forum

Daresh

Trusted Members
  • Posts

    32
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Daresh

  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; }
  16. I see no free shipping message there. And "to be determined" after adding the second product to the cart.
  17. Give me a link and I'll take a look.
  18. Actually those template changes utilize data already present in Prestashop, nothing added by the module. All that this module does is displaying the same info under the cart. So if you want to optimize those messages, you need to work on the template.
  19. Hi again, I just tested another one of my modules with ThirtyBees - Perfect Thumbnails This module allows you to fix those nasty white backgrounds that the store adds to pictures. Especially when product images have non white background, using this module you can make the store look much more professional.
  20. @dosbiner Interesting idea, but I would need your help to verify if really there are redundant images. Please contact me if you would like to help and give me access to your shop so I can see what's going on in that folder.
  21. @30knees idea worth considering, this may be generally usefull, and I love writing modules so I'll experiment with it :)
  22. @30knees Tidy is about mass cleaning of old data, rather not about deleting selected orders, so I'm not sure that I want to add this kind of feature there. @DRMasterChief Here you go: http://demo.greenmousestudio.com/
  23. @DavidP You can, but for some people it's not enough. This module was developed in response to many requests and complaints on Prestashop forum.
  24. But what if someone performs a google search with the tag phrase? Isn't it better for the tag site to have the same title to get included in the search results, rather than just "Search"?
  25. Thanks, the Show Payment Methods module is a simple fix for one of the checkout problems. Of course it's much better to have a full OPC module, but it requires much more changes and overrides in the shop.
×
×
  • Create New...