New Feature: Split product block into two parts (when viewing product list).
We added the ability to display product blocks in the list as two columns: image on one side, text and data on the other. This format allows creating a «Mosaic» display style.
Available options:
- 0 – Disabled
- 1 – Enabled
- 2 – Enabled + Title above image
- 3 – Enabled + Title above image + Icons above image
- 4 – Enabled + Icons above image
To display products in a staggered order (Mosaic), add the following code in the design editor, under the «CSS Styles» tab:
.hotengine-shop-products-list.hotengine-shop-products-2side .hotengine-shop-product-list-block:nth-child(even) {
flex-direction: row-reverse;
}
This new feature allows more flexible customization of the product block appearance and improves the visual presentation of your catalog.