Jump to content
thirty bees forum

yaniv14

Members
  • Posts

    580
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by yaniv14

  1. @dynambee I wish I could migrate all shops to TB but its not my decision. I am only a developer, and all the new shops I am developing for my customers I do with TB. Old shops built on PS I can only recommend to migrate but its up to the client/shop owner to decide, because I charge fee for that. I have shops running on PS versions from 1.6.0.4 - 1.6.1.4
  2. @MockoB 2 shops running with v1.0.2 with manual bug fixes fetched from github. 2 shops running with v1.0.4 with manual bug fixes fetched from github. 1 shop running with v1.0.5 with manual bug fixes fetched from github.
  3. What I did is to install a fresh new 1.0.6 with Hebrew language and all demo products. After that I've edited one of the products and added 2 different quantity discounts. Both shows fine in the quantity discount table and both changed the product price once reached the desire amount.
  4. I currently run 5 Thirty bees shops without any cache (not even smarty cache!!!), and also run 10 Prestashop 1.6+ shops with all caching options. And I can confirm that all my Thirty bees shops runs about 2-4 times faster than the Prestashop shop ones (Front and Back office).
  5. yaniv14

    Mail Alerts

    For me the module is working just fine. Check that you have all module mail templates languages in the theme folder
  6. What about removing the category from the product url rewrite. Or using the none friendly url format (/index.php?controller=product&id_product=X)
  7. Yes, you can reuse the same groups on different products. Its also has the ability to use the regular system attributes. Basically module change the behavior of the attribute system to load faster and support millions of combinations. But you have to check compliance with other modules you have because this module do a bunch of overrides. So you should check checkout module in case you have and also other kind of modules that use adding/removing/modifying cart items. I think the module author have back/front demo sites.
  8. Maybe this: https://www.presto-changeo.com/prestashop-attribute-modules/34-113-prestashop-attribute-wizard-pro-module.html#/25-prestashopversion-allversions
  9. After fresh installation, did you deleted the root & home categories?
  10. You can try: ALTER TABLE `ps_category` ADD COLUMN `display_from_sub` tinyint(1) UNSIGNED NOT NULL DEFAULT 0 AFTER `active`;
  11. Basically each product image gets an ID and stored in tb_image table. The images are stored in "img/p" folder under folder(s) matching the ID. So image with ID 254 will be stored under "img/p/2/5/4/" with all images matching types (home, medium, small, .......) The file names will start with the ID number: "254-home_default". Also the original uploaded file size will be stored there "254.jpg". btw: this is not the original uploaded file, but a generated version (which cause some quality reduction)
  12. I guess you didn't get my point.
  13. I think its pointless to show the language dropdown when only 1 language is installed on the shop. You can see it here: http://front.thirtybees.com/ Any body else think the same?
  14. @inspectaclueso Can you open an issue for that on Github, so it won't be forgotten..
  15. You need to edit this file (line #43): [https://github.com/thirtybees/thirtybees/blob/1.0.x/admin-dev/themes/default/template/controllers/customer_threads/helpers/view/view.tpl#L43](link url) and change from: {$action.label|escape:'htmlall':'UTF-8'} to {$action.label}
  16. Do you have more info in the log? Maybe you can try disabling mod security in case you have it on.
  17. Are you using Apache web server?
  18. https://www.shopping-cart-migration.com/shopping-cart-migration-options/opencart-to-thirtybees-migration
  19. Also I see that i missed some responsive css for rtl. Add this to the bottom of rtl.css in yout theme/css folder. @media (max-width: 767px) { .cat-title:after { right: auto; left: 15px; } .sf-menu > li span { right: auto; left: 6px; } .sf-menu > li { float: none; } }
  20. Hi, I saw the problem. Can you please edit the file: themes/community-theme-default/modules/blocktopmenu/blocktopmenu.tpl and modify this line from: <div class="cat-title">{l s="Menu" mod="blocktopmenu"}</div> to: <div class="cat-title">{l s='Menu' mod='blocktopmenu'}</div> The change is from double quotes to single quote. After that try to go to translations.
  21. It should be translatable under installed modules translations (blocktopmenu)
  22. You can try just to replace the rtl.css with this one https://raw.githubusercontent.com/thirtybees/community-theme-default/1.0.x/css/rtl.css
  23. Check that its not being blocked by a browser extension like adblock or something
  24. version 1.0.4 comes with full rtl support. you can download the file from github repo and replace it with the one you have.
  25. If you just run your cronjob on the browser you will see the full error. As I can see the problem is not with your cron task or cron module, but it with the cron.php inside the module sendreviewrequest. Dont forget to disable debug mode.
×
×
  • Create New...