[`Complementary products`] (Cross-selling)

[`Recommend other products as complementary to the current product, if they were previously ordered with this product or if they are contained in selected categories. For instance, you may recommend cases, protective glasses, and earphones for smartphones.`]
[`Use recommendations settings`]
{if $type.cross_selling} [`Auto`] ({if $type.cross_selling == 'alsobought'}{sprintf('[`based on what other customers bought with %s`]', $product.name|escape)}{else}[`products from category`] "{$type.category.name|escape}"{/if}) {/if}
{if isset($related.cross_selling)} {foreach $related.cross_selling as $p} {/foreach} {/if}
{$p.name|escape} {shop_currency_html($p.price, true)}

[`Upselling & similar`] (upselling)

[`Recommend products with other prices and features, or products of absolutely different types, matching specified criteria. For instance, for a certain smartphone you may recommend other smartphones of different brands with similar functionality.`]
[`Use recommendations settings`]
{if !$type.upselling}
{$product.type = null} {sprintf( _w('Upselling & similar product recommendations are not configured for product type “%s”. Set up filtering conditions for “%s” in the recommendation settings.'), $product.type.name|default:''|escape, $product.type.name|default:''|escape, "`$wa_app_url`marketing/recommendations/" )}
{else}
{$type.upselling_html}
{/if}
{if isset($related.upselling)} {foreach $related.upselling as $p} {/foreach} {/if}
{$p.name|escape} {shop_currency_html($p.price, true)}
{* @event backend_product_edit.%plugin_id%.related *} {if !empty($backend_product_edit)}{foreach $backend_product_edit as $_}{ifset($_.related)}{/foreach}{/if}