All Activity
- Today
-
Good for them...
-
dentalmarketing joined the community
- Yesterday
-
Update Thirty Bees to stay in step with PHP - But did it work?
DRMasterChief replied to Ian Ashton's question in Technical help
@netamismb you can find a lot of ideas for an update here in this section: Updating thirty bees - thirty bees forum -
https://www.prestashop.com/forums/topic/1104807-prestashop-has-a-new-owner-d/ PrestaShop has new ownership as of December 2025, acquired by Polish tech group Cyber_Folks (through its subsidiary Cyber_Pixel) along with Sylius and BitBag, forming a major European e-commerce ecosystem, moving from its previous owner, MBE Worldwide (now Fortidia). This acquisition combines PrestaShop's open-source platform with headless (Sylius) and custom solution (BitBag) tech, aiming to create a strong European alternative to global players, with Cyber_Folks holding a majority stake in the new structure.
-
netamismb started following Update Thirty Bees to stay in step with PHP - But did it work?
-
Update Thirty Bees to stay in step with PHP - But did it work?
netamismb replied to Ian Ashton's question in Technical help
I want to upgrade TB from 1.4 to 1.6. Can I do this directly, or better upgrade to 1.5 and next to 1.6? - Last week
-
After installing the module, when I try to configure it I get the error: [PrestaShop] Fatal error in module file :/public_html/classes/cache/Cache.php: Uncaught Error: Class 'CacheFileSystem' not found in /public_html/classes/cache/Cache.php:131 Stack trace: #0 /public_html/modules/psonesixmigrator/psonesixmigrator.php(177): CacheCore::getInstance() #1 /public_html/controllers/admin/AdminModulesController.php(868): PsOneSixMigrator->getContent() #2 /public_html/controllers/admin/AdminModulesController.php(1117): AdminModulesControllerCore->postProcessCallback() #3 /public_html/classes/controller/Controller.php(178): AdminModulesControllerCore->postProcess() #4 /public_html/classes/Dispatcher.php(367): ControllerCore->run() #5 /public_html/admin681otycsn/index.php(58): DispatcherCore->dispatch() #6 {main} thrown How do I fix this to pass the migration? Prestashop 1.6.1.24 PHP 7.1 How do I fix this to pass the migration?
-
Lukash4 joined the community
-
Don't you consider this a vital secret for your shop? Aren't you afraid of competition tracing your business? I think it's a big issue bug in the current code where it is leacked in FO urls.
-
Hi, many thirty-bees/PrestaShop themes provide the variable `$cart` in the shopping cart template. Then, in the template, you can simply add: smarty {* show Cart ID *} div class="cart-id"> Cart ID: {$cart->id} </div> If it's not already available, you'll need to pass the Cart ID to Smarty via a controller. The correct controller for the shopping cart is `CartController` (controllers/front/CartController.php) (or for one-page checkout: `OrderController`, I think, you'll need to check that). If you have to retrieve it via a controller, I would create an override for it so that it persists after an update.
-
kevin_rs started following Show Cart ID in Frontend
-
Hi, we would like to make the Cart ID (which can be seen in the backend under Customers > Shopping Carts) displayed on the frontend when looking at the shopping cart. Is this possible? Can anyone help share some guidance on how this can be done? Thank you!
- Earlier
-
1.3 to 1.5 usually
-
3.8.1 - 01/22/2026 Small code correction to remain compatible with PHP 5.6 Add a security policy
-
Which versions are you thinking of? After testing version 1.1.0 with PHP 5.6, I encountered a problem due to the PHP version, but not the Thirtybees version. So, in that sense, yes, the module can be considered compatible with all versions of Thirtybees.
-
This module is good for all TB versions?
-
complex trauma joined the community
-
3.8.0 - 01/15/2026 Complete redesign of the modal window to permanently separate from Fancybox and jQuery Added customization of the product image and name and its variations in real time in the form window Fixed a display issue when changing declination if the button was attached to the Hook displayProductAdditionalInfo
-
google shopping [Module] Google Shopping export (Google Merchant Center)
Mediacom87 replied to Mediacom87's topic in Modules
2.10.0 - 01/14/2026 Improved performance for exporting large catalogs Improved module security 2.9.0 - 01/05/2026 Added compatibility with PrestaShop 9 DataTables library updated to version 2.3.6 -
Attempt to update unsaved object , TB 1.6
DRMasterChief replied to Scully's question in Technical help
thank you, appreciate this! (i will save this time 🤙) -
No need to fix anything, this is merely a notice for developers to investigate the surrounding logic. And we did that 🙂 With or without the fix, the end result is the same - nothing actually happens when the object (cart) is not already saved in the database.
-
Attempt to update unsaved object , TB 1.6
DRMasterChief replied to Scully's question in Technical help
Great! and can i implement this (manually) also in 1.6 ? (i get this error with php8.1 and want to fix it for my update in live-shop) -
datakick started following Attempt to update unsaved object , TB 1.6
-
You can safely ignore this. This was already fixed in bleeding edge, see comit https://github.com/thirtybees/thirtybees/commit/3c8447874a71825a1561fb2edb5371ee8249375b
-
Is it possible for this module to emit the following items: - current year - would be wonderful if we can activate the module in the footer of our theme or CMS page - shop name - if we have multistore and our CMS pages are the same, but we only want to switch the shop names - shop URL - same - contact email - point to our shop email in Shop Contacts, again useful in CMS pages I know that the module currently does not support CMS pages but for future release,s I think it could be interesting proposal.
-
Updating from 1.5.1 to Bleeding Edge Breaks Product Images
the.rampage.rado replied to Rhapsody's question in Updating thirty bees
Could you give me access to your shop to check on this issue? -
personalized emails on abandoned carts are much more effective.
-
Updating from 1.5.1 to Bleeding Edge Breaks Product Images
DRMasterChief replied to Rhapsody's question in Updating thirty bees
Thanks for the hint; I wouldn't have expected to find something like that there. I'm sure I've seen it before, but after a while, you don't think to look for it under 'Languages'. I've already changed the 404.gif image (or the equivalent for my theme) to a blank 1kB image. That works fine, and it now displays as I want. However, I still don't quite understand the reason. The image settings, etc., are correct and identical to my shop version 1.5.1. -
this is a perfect abandoned cart reminder module. thanks!
-
Updating from 1.5.1 to Bleeding Edge Breaks Product Images
Yabber replied to Rhapsody's question in Updating thirty bees
In the language configuration: Localization -> Languages, add your own “No-picture” images (can be transparent PNG).