Enhancements

  • Added defer tag to addThis and defered execution of related script PR #1406

  • Remove unnecessary API call to get cookie notification status PR #1380

  • Cart switch from quote item hash to id which is immutable PR #1387

  • Remove extra font only used for textual store logo. PR #1375

  • shotaK’s Add context to the menu collapsible factory target elements PR #1382

  • Added default rule for product carousel card title to break words on overflow. PR #1389

  • Only show cookie privacy notice for EU IP addresses PR #1381

  • Move Cart Quantity header value to a FE API call PR #1379

  • Make display of quantity selection box on PDP configurable. PR #1398

  • Don’t load Cart resource on non-Cart pages. PR #1401

Note: With the introduction of this breaking change, cart objects will now only load on cart.html by default. For example, {{cart.items}} will not load on the home page (home.html), but it will load on the cart page (cart.html). You can enable cart objects to load on pages other than cart.html by editing the theme globally or for specific pages. This change was made in the interest of speeding up the storefront and optimizing performance.

  • Remove deprecated fields - delivery and event date, and configurable fields. PR #1407

Bug Fixes

  • Fixed compare buttons for product list display PR #1384

Using Cornerstone