Jump to content
thirty bees forum

yaniv14

Trusted Members
  • Posts

    630
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by yaniv14

  1. Check error log, should be in root folder or admin folder. if you turn debug on you will see the message on screen.
  2. Check the error log.
  3. When migrating from PS you need to manually had it. Just add it the Administration -> Menus with class: AdminDuplicateUrls
  4. Did you check under Preferences -> Duplicate URL. Also try change the category name in all languages to see if it helps.
  5. Check for duplicate category names
  6. I think its only available on the primary post
  7. You can use build in function $this->displayError('MY ERROR TEXT') to add errors
  8. Preferences -> SEO & Urls (when friendly urls turned on)
  9. Make sure that Route to category which has the "selected_filter" attribute for the "Layered Navigation" (blocklayered) module looks like {rewrite}{/:selected_filters} for all languages
  10. I've just tested it, and everything is working fine for me with friendly urls. I have changed prices-drop to specials and its working fine. Of course that /index.php?controller=specials won't work because when changing friendly url you are not changing core controllers names. so 'shop.com/specials' will work and 'shop.com/index.php?controller=prices-drop' works too. Like i mentioned before: manufacturer, supplier & best sales controllers will need to be enabled in Preferences -> General.
  11. Check getContent() function. You are probably calling postProcess() in that function and than outputing the renderForm. So you can have what ever you need either in the postProcess or in the getContent.
  12. It might be a but, I haven't tested it. But I can tell about the suppliers that it will not work unless you activated the option to display supplier & manufacturers even if the modules are off, its in Preferences -> General.
  13. I believe this relates to another bug. https://forum.thirtybees.com/topic/955/can-t-set-permissions-for-blog-for-prestashop-menu-in-back-office/19
  14. can you share your web server ssl block?
  15. try placing it in override/controller/admin/templates/customers/helpers/view/view.tpl
  16. The top menu is a seperate module which has its own configuration. make sure you selected the correct categories to display. it will only inherit the category name when modified.
  17. Try to clear cache.
  18. Check if you have duplicate url's for categories. It seems that the empty category is not the same as the product category. https://prnt.sc/h42egt https://prnt.sc/h42eqw
  19. @mdekker Check your comment above. Just examined the piece of code that’s responsible: https://github.com/thirtybees/mailalerts/blob/6812b9fa7252a74afb3815cecdc85db79e7853c8/mailalerts.php#L680-L696 It basically means that if there are no translations available and English is not active, it will not send a mail to prevent it from crashing. Do you have translated templates?
  20. In this category (https://www.bayouwitchincense.com/10-bayou-witch-candle-spells) description you are loading a gif file with http instead https. It is part of your description and has got nothing to do with TB. This is the line: <img src="http://www.bayouwitchincense.com/images/pixel_trans.gif" alt="" width="1" height="1" border="0">
  21. Yes, it called Products category.
  22. @mdekker Try to create a new menu, I think its not creating the access to all profiles and than when trying to update its fails. I just checked it briefly. The update code is trying to match it to tab id & profile id which comes empty.
  23. Check that you db name, db user & db user password are similar to the ones in 'config/settings.inc.php'
  24. yaniv14

    Modules order

    I'll remember next time to rephrase it better :smiley:
×
×
  • Create New...