Regardless of the product category, you can group products into additional groups such as: new, promotions, bestsellers, home page. Product groups are displayed on the home page and on additional subpages. You can add links to product groups in the menu at the top of the page or use the product list in newsletters and promotions.
In the admin panel, go to Applications → Product Groups
Select Groups
Press the Add button.
Change the Editing Language to edit the record for other language versions.
Select Assign Products
Select Positioning.
If you select Set Manually:
Change Edit Language to edit the record for other language versions.
The New group has the characteristics of the remaining groups. You can assign labels.
Products are added to the group automatically. You define the date after which newly added products to the store are automatically assigned to the group. You cannot assign labels.
Select Configuration
Option for webmasters.
To call a product group of a given type, implement the code:
{st_get_component module="stProduct" component="new"}
{st_get_component module="stProduct" component="productGroup" product_group="MAIN_PAGE"}
{st_get_component module="stProduct" component="productGroup" params="product_group=PROMOTION"}
{st_get_component module="stProduct" component="productGroup" params="product_group=RECOMMEND"}
{st_get_component module="stProduct" component="productGroup" params="product_group=SALES"}