Jump to content

lmeyer

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • First Name
    Lorenz
  • Last Name
    Meyer

Recent Profile Visitors

254 profile views

lmeyer's Achievements

  1. I'm using PS 1.6.1.1 with a custom theme (but the question is theme independent). I don't think payment modules play there role in the answer, but we are using paypal (official), stripe (official) , monetico an postfinance (both sustom).
  2. I added a Transporter "Click and Collect", but when the customer places his order, he is prompted with a shipping address. He then chooses his shipping address. After that, he chooses "Click and Collect" as transporter. The resulting order is invalid: a Click and Collect order cannot have a shipping address, even worse a shipping address different from the billing address. The problem arises from the order of the steps: the customer fills in his adresses before he selects the transporter. What is the recommend way to configure Prestashop for Click and Collect?
  3. To get all Symfony exceptions in Sentry, this is how to do it: https://github.com/getsentry/sentry-symfony/issues/523. But this is not sufficient, because Prestashop is not using Symfony everywhere.
  4. I have the same problem. https://github.com/PrestaShop/PrestaShop/issues/22938
  5. I have a clean installation of 1.7.6.7. I added the classic-rocket theme under Appearance - Theme - Add a theme. I have multistore enabled, and just two basic stores. When I go into single store context, and then switch the theme only for this store, I get a Error 500, and afterwards, the FO of the two shops doesn't display correctly due to wrong/mixed CSS getting loaded. The details of the error are here: [Thu Aug 13 14:14:39.423113 2020] [***] AH01071: Got error ' PHP message: PHP Fatal error: Uncaught Error: Class 'Tools' not found in /home/www-data/ps1767.sbgmb.net/classes/db/Db.php:794 Stack trace: #0 /home/www-data/ps1767.sbgmb.net/config/alias.php(47): DbCore->escape('configuration', false) #1 /home/www-data/ps1767.sbgmb.net/config/alias.php(52): pSQL('configuration') #2 /home/www-data/ps1767.sbgmb.net/classes/Configuration.php(155): bqSQL('configuration') #3 /home/www-data/ps1767.sbgmb.net/classes/Configuration.php(209): ConfigurationCore::loadConfiguration() #4 /home/www-data/ps1767.sbgmb.net/classes/PrestaShopAutoload.php(171): ConfigurationCore::get('PS_DISABLE_OVER...') #5 /home/www-data/ps1767.sbgmb.net/classes/PrestaShopAutoload.php(130): PrestaShopAutoload->generateIndex() #6 [internal function]: PrestaShopAutoload->load('Tools') #7 /home/www-data/ps1767.sbgmb.net/config/config.inc.php(85): spl_autoload_call('Tools') #8 /home/www-data/ps1767.sbgmb.net/admin491uyu33e/index.php(40): require('/home/www-data/...') #9 {main} thrown in /home/www-d...', referer: https://ps1767.sbgmb.net/admin491uyu33e/index.php/improve/design/themes/?_token=*** This seems like mysterious: how can the class `Tools` be missing ? The file is there ins `classes\Tools.php`. I also deleted `var\cache\prod\class_index.php`, but this does not help either.
  6. This is an important question. Does it have an answer ?
  7. This was an in-house custom module. So your problem is certainly different in nature.
  8. The problem was with a custom module that was not multishop-compatible, due to this line in its code: Shop::setContext(Shop::CONTEXT_ALL);
  9. I made a clean install of Prestashop 1.6.1.1, and I have the option to save shop-specific settings. Also, when I am in a specific shop, the page Modules and Services - Payment, this message displays. This lets me conclude, that the selected shop is only displayed in the Backoffice, but that it has no effect.
  10. I have a Prestashop installation, and recently updated from version 1.6.0.9 to 1.6.1.1. In Prestashop version 1.6.0, for many settings, it was possible to select if they should apply for the current shop or for all shops. In Prestashop version 1.6.1, this option is no longer available. It is not possible to save these settings only for the current store. They are set for all stores. Worse, it seems that shop specific settings get deleted in the backoffice, and have no effect on the website. What am I missing ? I really cannot expect such a major regression in Prestashop 1.6.1 vs 1.6.0.
×
×
  • Create New...