SAAS Platform News HotList.biz CMS
Updates on the platform for creating sites and online stores HotList.biz

New Feature: Split product block into two parts (when viewing product list)

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.





Added the ability to limit the addition of goods to the basket, by its quantity in stock.
Added payment system Fondy (with support for many languages, currencies, GooglePay and Applepay).
A Booking Widget has been added.