All Activity
- Past hour
- Today
-
Radoxx joined the community
- Last week
-
robertwillson joined the community
-
Yep, maybe i will have a look to 1.6 in the next time, but we are busy here and every test needs some time... Optimizing and cleaning up your Thirtybees store - thirty bees store can also help maybe, but it seems to be a biiiiig solution?
-
@datakick OK, I noticed that the module "Block Facebook Share" was just updated to v2.1.0 today. I see that "cms.tpl" is listed under blocksharefb/views/templates/hook/. However, if I try to transplant the module "Block Facebook Share" to this cms hook, it is not seen in the drop down list under "Transplant to" using Thirtybees "Transplant a module". I only see these 3 options: displayleftColumnProduct displayProductButtons diplayRightColumnProduct Is there something else that I need to do to be able to use the cms hook for this module? Cheers, ******** EDIT Never mind, I tried uninstalling the module, then reinstalling it, and now the hook for CMS is there...
-
Revws module - possibly missing product structured data
papagino replied to 30knees's question in Module help
That was easy, thanks for providing a straight forward instruction to the fix. (Not sure why it was only affecting mobile however, but it's solved now, sooooo, cool). Cheers. -
Revws module - possibly missing product structured data
datakick replied to 30knees's question in Module help
As this is not a bug, I will not be releasing a new version to fix it. It is common that module template sometimes needs to be adjusted in order to work properly with your theme (or in this case with other module). You can simply edit file /modules/revws/views/templates/hook/home.tpl and change col-sm-12 to col-xs-12. Or, you could modify the template of the other module in a similar way. -
@DRMasterChief if you are on 1.6 the first two rows are already implemented in the core (one as buttons in the Carts section and one as automated maintenance task), we can make something similar for the other two rows.
-
notjustbedding joined the community
-
Revws module - possibly missing product structured data
papagino replied to 30knees's question in Module help
Ok, we have two modules, one is Block Featured Products v2.2.1 - by thirty bees and the other is Revws - Reviews v2.3.1 - by DataKick. When those two modules are enabled together, it create this problem. I'm just a "user" of thirtybees and not a "coder", having to modify core files shouldn't be done by users as it will get overridden on every updates. By the way, you are very helpful and I like the many modules you've created. Can this be fixed by an update to your Revws module? -
Revws module - possibly missing product structured data
datakick replied to 30knees's question in Module help
The problem is that two templates, from different modules, use different bootstrap class. Bootstrap does not like this You need to choose which class you want (col-xs-12 or col-sm-12) and then edit and change one of the template -
papagino started following Revws module - possibly missing product structured data
-
Revws module - possibly missing product structured data
papagino replied to 30knees's question in Module help
Ok, can your confirm this, when your module "Revws - Reviews v2.3.1 - by DataKick" is installed and configured to have the "Display store reviews" in Main Block on the Home page, then the links for the "Block Featured Products v2.2.1 - by thirty bees" will not work on mobiles. As soon as I chose to display store reviews in Tab, then the links for the products listed under "Block Featured Products" will work on mobiles. Thanks for your help... -
Thanks for your reply, the description for the "Block Facebook Share v2.0.2 - by thirty bees" is as follow: Allows customers to share products or content on Facebook. I think it would be a good idea for thirtybees developers to maybe make this module work on CMS pages and other contents, better yet, would be to have an option on the CMS creation page to choose to have or not the option for the "Block Facebook Share" for this particular CMS (Whenever the Block Facebook Share" module is unable. This would be a good way to increase traffic to our sites by creating back-links to it. Similar to this:
-
No, "Block Facebook Share" works only on product page. It should be simple enough to modify the module to work with cms hooks (displayCMSTop or displayCMSBelow), as the module does almost nothing. You should register selected hook in install section implement hook handler hookDisplayCMSTop -- almost copy of existing hook, only different way to resolve url for cms page
-
test petr joined the community
-
Thanks @datakick i think this helps a lot. I do not use any module which can affect this, only the Greenmousestudio numeric-reference to change order-id to numbers and a module to add custom tab. AdvancedEUCompliance and so on will not affect this... I will do it by my own, it is worth the effort. I can also manage the things then for GDPR. We do not need any super old orders in the shop, we transfer it via software here into our office.
-
That's hard to tell, it depends on what modules you are using. For example, I've seen module thats send abandoned carts emails to raise 500 errors after the old carts were deleted. Some modules (for example my revws) uses guest table as a.persistent identifier to identify anonymous visitors (revws is using that to allow anonymous visitors to edit / delete their reviews. Pruning data from guests table will break this functionality). And there are more. To improve performance, on a clean installation without additional modules, it's safe to delete old carts (tb _cart, tb_cart_products, tb_cart_cart_rule,...) delete old entries from (tb_log) delete old visitor-related entires (tb_guests, tb_connections, tb_connections_source) prune tb_mail entries It can be hard to do that manually. There are modules that do that in a safe way on a regular basis.
-
datakick started following is it safe to clean up img/tmp ?
-
Yes, it's safe
- Earlier
-
There is information about deleting files for PrestaShop, but what about the current thirtybees versions 1.5.1 and 1.6.x?
-
DRMasterChief started following is it safe to clean up img/tmp ?
-
Maybe this is a fundamental question. Can the thirtybees developers please tell us what can be easily deleted from time to time? I don't use invoice creation in the shop or inventory management, I keep deleting orphaned shopping carts, I hope that's OK. What else can be deleted?
-
Beeta started following is it safe to clean up img/tmp ?
-
running out of inodes... [11:48][[email protected] tmp]# ls /home/nginx/domains/xxxx.xxx/public/img/tmp | wc -l 27886 [11:48][[email protected] tmp]# df -i /dev/sda 3260416 3251877 8539 100% / is it safe to delete all the content of img/tmp (without touching index.php)?
-
Updated to 1.6 and CSV import failed.
jnsgioia replied to jnsgioia's question in Updating thirty bees
Thank you! That fixed the problem. -
datakick started following Updated to 1.6 and CSV import failed.
-
Updated to 1.6 and CSV import failed.
datakick replied to jnsgioia's question in Updating thirty bees
Indeed, the composer dependency of this module do not work properly with the composer dependencies inside core. We really need some way to have composer dependency isolated (to support different versions in every module). But that will be very hard task to implement. Meanwhile, I've released a new version of tbspreadsheetdatasource for thirty bees 1.6.0. Please update the module, and it should work again