A first stable release of the reworked from scratch 2.x version of the module with a lot of new features, providing two approaches of displaying the commercetools products: coupled, when everything is rendered on the server side, and decoupled, where data is loaded directly from the visitor's web browser.
Compared with version 1.x, the 2.x version uses a totally new approach with loading the list of products and categories directly from the commercetools API and caching everything locally, to provide performance like with a local products database.
The local cache is invalidated instantly when data is changed on the commercetools side, using the commercetools subscriptions API, which guarantees displaying always the actual information on the website pages.
The new implementation is very lightweight and easy to set up on any Drupal website with minimal dependencies and development skills.
Contributors (3)
Changelog since 2.0.0-rc1
Issues: 3 issues resolved.
Changes since 2.0.0-rc1 (compare):
Bug
- fix: #3562836 List of SKU breaks on save on the Product List block
- fix: #3562585 Decoupled Cart UI issues: product amount changes does not apply
Feature
- feat: #3557536 Implement autosubmit for the Filters form