...
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 default.
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:
...