...
This module allows using MageSuite product carousel as a template for "Recently viewed products" and "Recently compared products" widgets. It aligns displaying products to the other parts of the shop, using MageSuite's carousel and product tile.
It allows you to add Magesuite’s Product Carousel, Product grid and Product teaser in Magento’s Product List Widget too.
Table of Contents | ||||
---|---|---|---|---|
|
Installation
Info |
---|
This module is optional. |
Code Block |
---|
composer require "creativestyle/magesuite-catalog-product-listing-compatibility" ^1.0.0 |
Admin settings
There are no admin settings, the module is active by defaultSince you can select Magesuite Grid template in the Catalog Products List widget, there is possibility to adjust number of rows per breakpoint (as in CC component).
...
Info |
---|
It works only for grid template, nothing will happen if you select Magesuite Carousel. |
Backend
There are no backend functionalities in the module.
Frontend
The module changes the path of Magento_Catalog/template/product/list/listing.html
to the module's one MageSuite_CatalogProductListingCompatibility/template/product/list/listing.html
.
...
The default value of displayAsMagesuiteCarousel
is in the mixin false, however, true value can be passed in a widget phtml template:
...