{* PAGE *}
{* HEADER *}

[`Automated product recommendations`]

{* BODY *}

[`Cross-selling`]

[`Cross-selling is a technique of getting customer to buy related products to the order, e.g. complementary products and accessories. In Shop-Script, cross-selling mechanism works on a customers-who-bought-this-also-bought model. Shop-Script analyses which products are more likely to be bought with a particular product based on what other customers purchased so far. Related products are suggested to customer based on his current order content.`]

{foreach $types as $type_id => $type}
{shopHelper::getIcon($type.icon)}{$type.name|escape}
{foreachelse}

[`Create at least one product type to setup product recommendations.`]

{/foreach}

[`Upselling & Similar products`]

[`Upselling is a technique of encouraging customer to purchase more expensive products or upgrades. In Shop-Script, up-selling is based on suggesting customers to view and purchase similar and/or alternative products. Similar product list is fetched automatically based on the product that the customer is currently viewing, or recently viewed, and filtering conditions which can be customized individually for every product type.`]

{foreach $types as $type}
{shopHelper::getIcon($type.icon)}{$type.name|escape}
{$type.upselling_html|default:''} [`Customize`]
{foreachelse}

[`Create at least one product type to setup product recommendations.`]

{/foreach}