SAAS Platform News BooStore.pro CMS
Updates on the platform for creating sites and online stores BooStore.pro

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-mosaic-sides .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.





An automatic set of goals has been added to track the conversion of sites created on the BooStore.pro
Added the function of translating search filters and product characteristics.
Updated the style of the Admin Panel and Admin Center for mobile devices.