Jump to content
thirty bees forum

yaniv14

Members
  • Posts

    587
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by yaniv14

  1. If you run it on windows xamp/wamp than try restarting all services (apache, php, mysql)
  2. check for the override file inside: override/classes/module/
  3. try adding try_files $uri $uri/ /index.php?$args; after the last rewrite
  4. Try disabling ad block extensions or adding the site to the whitelist.
  5. Are you getting the page name correctly? You can check in in the body tag id
  6. I am not sure why you need to provide that info just to create a new api app. But you can just link to a cms pages on your website that explains about privacy policy & user agreement
  7. Just put that code in the header.tpl in the section. and when you have curly braces {} in your script you should wrap it inside {literal} tag. ```` ````
  8. @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
  9. @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.
  10. 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.
  11. 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).
  12. yaniv14

    Mail Alerts

    For me the module is working just fine. Check that you have all module mail templates languages in the theme folder
  13. What about removing the category from the product url rewrite. Or using the none friendly url format (/index.php?controller=product&id_product=X)
  14. 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.
  15. Maybe this: https://www.presto-changeo.com/prestashop-attribute-modules/34-113-prestashop-attribute-wizard-pro-module.html#/25-prestashopversion-allversions
  16. After fresh installation, did you deleted the root & home categories?
  17. You can try: ALTER TABLE `ps_category` ADD COLUMN `display_from_sub` tinyint(1) UNSIGNED NOT NULL DEFAULT 0 AFTER `active`;
  18. 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)
  19. I guess you didn't get my point.
  20. 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?
  21. @inspectaclueso Can you open an issue for that on Github, so it won't be forgotten..
  22. 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}
  23. Do you have more info in the log? Maybe you can try disabling mod security in case you have it on.
  24. Are you using Apache web server?
  25. https://www.shopping-cart-migration.com/shopping-cart-migration-options/opencart-to-thirtybees-migration
×
×
  • Create New...