GX-Bug #42000 » Keine_Cross-Selling_Artikel.patch
| src/templates/EyeCandy/module/cross_selling.html (revision ) | ||
|---|---|---|
| 3 | 3 |
{if $module_content != ''}
|
| 4 | 4 |
<div class="headline">{$txt.heading_text}</div><br />
|
| 5 | 5 |
{foreach key=key_data item=item_data from=$module_content}
|
| 6 |
{if $smarty.foreach.item_data.first}
|
|
| 7 | 6 |
{object_product_list product_list=$item_data.PRODUCTS id_prefix="cross_selling" truncate_products_name=$TRUNCATE_PRODUCTS_NAME}
|
| 8 |
{/if}
|
|
| 9 | 7 |
{/foreach}
|
| 10 | 8 |
{/if}
|