PrestaShop logo

PrestaShop

Open source e-commerce platform for building an online store

Alternative to: shopify, woocommerce, bigcommerce, magento


About Versions (100)

1.7.6.4

2020-03-05

Main fixes

  • An error case on the customer email validation (#17809)
  • Failure on loading the product_page.css and translations.css files (#17584)
  • Display issues on the SEO live previews on Safari desktop (#17525)
  • A combination color wasn’t displayed when it was selected (#17437)
  • View on category not possible when all subcategories were disabled (#17379)
  • Some product combinations were not displayed on particular stock and product configurations (#17345)
  • Support link was not displayed properly in the order confirmation in Arabic (#17242)
  • Display issue on emails’ subject with special characters (#16847)
  • An error on the discount occurred on the invoice when applying a specific cart rule to an order (#16491)

Important changes

Find below detailed information about the security fix provided in this version:

Full Changelog

  • Back Office:
    • Bug fix:
      • #17711: Fix a bug on safari where SEO preview on create page was not updated (by @NeOMakinG)
      • #17613: Files translations.css and product_page.css do not exist (by @PierreRambaud)
      • #17395: Can’t explore a category when all subcats are disabled (by @PululuK)
  • Front Office:
    • Improvement:
      • #17638: Prevent email enumeration (by @PierreRambaud)
    • Bug fix:
      • #17457: Disable add-to-cart button when product/attribute combination is not available (by @sowbiba)
      • #16616: Fix round remaining value of reduction amount (backport #16531) (by @matks)
      • #17608: Email subject doesn’t support html entities (by @Progi1984)
  • Core:
    • Bug fix:
      • #17846: Fix exception thrown when editing a customer with a bad email address (by @atomiix)
      • #17433: Do not escape translations when using the legacy translator from the new one (by @Progi1984)
      • #17306: Do not force memory_limit in index_cli.php (by @PierreRambaud)