Jump to content
thirty bees forum

dosbiner

Members
  • Posts

    240
  • Joined

  • Last visited

Everything posted by dosbiner

  1. nice and clean, like it, thanks :)
  2. This is bug https://github.com/thirtybees/thirtybees/issues/504
  3. there is the detail https://forum.thirtybees.com/topic/2395/update-to-1-0-8-shows-500-server-error
  4. I'm sorry I don't know how to find solution for this error. You can restore the store and wait for solution
  5. You can ignore that error. The problem is bellow that message: [ThirtyBeesException] [ PSCURRENCYDEFAULT] is not a valid configuration key at line 1005 in file classes/Configuration.php @since 1.0.8 */ protected static function validateKey($key) { if ( ! Validate::isConfigName($key)) { $e = new PrestaShopException(sprintf( Tools::displayError('[%s] is not a valid configuration key'), Tools::htmlentitiesUTF8($key) )); die($e->displayMessage()); }
  6. Turn debug mode on bellow "disable all overrides", not full page cache, and then refresh the homepage, pastr the error message here
  7. @violinparts turn on debug mode: on and see the problem
  8. you can googling "prestashop product list quantity" and found some solutions, please share the solution that works for you :)
  9. dosbiner

    Full Page cache

    @datakick that will be fantastic :)
  10. I suspect DO block smtp access. I've post it https://forum.thirtybees.com/topic/1972/share-digital-ocean-block-smtp-service-by-default
  11. can you try on fresh thirtybees 1.0.8 and see if this still occurs?
  12. just checked github, @datakick have made commit to fix first line issue, see here https://github.com/thirtybees/thirtybees/commit/990d56934009843a96b9d60a8b62d7645e090128 thank you :)
  13. @steve I don't know about first line, but you can ignore second line message
  14. yeah thats a lot of work. for your solution there are several modules https://addons.prestashop.com/en/search?search_query=bundle
  15. @zen that's quite simple solution. is it fix the bug? @traumflug said in Rounding issue in shopping cart: I've recorded a Github issue to not forget this: https://github.com/thirtybees/thirtybees/issues/553
  16. http://nemops.com/new-customer-address-fields-prestashop/
  17. @steve turn on debug mode on by editing config/defines.inc.php if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', true); @tomik I use php 7.3 on live site, I think works fine for me.
  18. I never tried xampp, I think you can upgrade php version without reinstall it. or you can do full backup all your files and database, and then reinstall xampp.
  19. @steve change php version will not ruining your database, if you not sure just backup your database and change it to newer php :)
  20. @haylau I've bought expresscache module for my prestashop store (before migrate to thirtybees), but I never make it works flawlessly, so I just leave it.
  21. express cache not working with thirtybees, because thirtybees have full page cache built in. you can try it on performance page
  22. @alwayspaws welcome back stephanie :)
  23. If I am not mistaken there is no native module called related products. Maybe what you mean is block that display same products in same manufactures or same categories?
  24. @wakabayashi this issue solved, see here https://github.com/thirtybees/thirtybees/issues/612
×
×
  • Create New...