Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Review the following aspects on the e-shop in order to confirm and validate that the default features have been successfully integrated on the Shopware 6 platform.

...

3. Click Enter to load the new URL.

4. If the view stayed the same - there is no API request on the page

Warning

In the case that there is API request on the page and no content loaded - contact the IT team.

In the case that there is no API request on the page and it should be - contact the IT team.

...

Review the steps from Search https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/877789187/Testing+the+SW6+Integration#When-there-are-no-products-displayed

When the page is cached

After Shopware 6.4, there is an internal framework layer of cache.

In order to avoid for certain contexts & pages integrated with Boxalino to be cached:

  1. review that the cache invalidator subscribers are part of the integration https://github.com/boxalino/rtux-integration-shopware/blob/3.4.0/src/Resources/config/services/api/cms.xml#L36

  2. update the config shopware.yml.

Code Block
shopware:
    cache:
        invalidation:
            category_route: ["cms-block-navigation-boxalino-api"]

When the Boxalino CMS Element is not visible

...