Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (11 loc) · 628 Bytes

2020-12-10-display-cross-selling-element-on-storefront.md

File metadata and controls

11 lines (11 loc) · 628 Bytes
title issue
Display Cross Selling Element on Storefront
NEXT-12063

Core

  • Added Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver to resolve cross-selling cms element.
  • Added Shopware\Core\Content\Cms\SalesChannel\Struct\CrossSellingStruct.php to handle data for cross-selling cms element.

Storefront

  • Added src/Storefront/Resources/views/storefront/element/cms-element-cross-selling.html.twig to display cross-selling cms element.
  • Changed src/Storefront/Resources/views/storefront/element/cms-element-product-slider.html.twig to display products with cross-selling element.