[`Cross-selling`]
{/if}
{if !$type.cross_selling} [`Auto`] {/if}
{if isset($related.cross_selling)} {foreach $related.cross_selling as $p} {/foreach} {/if}
[`Upselling & Similar`]
{if $type.upselling}


{$type.upselling_html}

{/if}
{if !$type.upselling} [`Auto`] {/if}
{if isset($related.upselling)} {foreach $related.upselling as $p} {/foreach} {/if}
{* @event backend_product_edit.%plugin_id%.related *} {if !empty($backend_product_edit)}{foreach $backend_product_edit as $_}{ifset($_.related)}{/foreach}{/if}