OCA Days 2023 - Marie Lejeune: Asynchronous e-commerce cart with offline mode

preview_player
Показать описание
One of the goals of Shopinvader is to provide means to keep the web shop running while Odoo is undergoing maintenance. We achieve this by exporting the product catalog to a search index such as Elasticsearch, OpenSearch or Algolia which offer high performance search and navigation independently of Odoo. When it comes to adding products to the cart, however, Odoo normally needs to be available as it stores the carts and provides the price computation logic.

In some circumstances it is desirable to extend the area of the e-commerce web site that is available while the ERP undergoes maintenance.

In this talk we present a module and a front-end library that let customers add products to the cart even when the ERP is not online. It is based on a concept of cart transactions which record cart operations and are synchronized in the background as soon as possible. It also greatly enhances the perceived performance of the application.

Рекомендации по теме