{config_load file="$language/lang_$language.conf" section="shopping_cart"} {yes_vars assign="YES" contents=1}
| Bild | {#text_qty#} | {#text_article#} | Einzelpreis | {#text_total#} | {else}Image | Quantity | {#text_article#} | Unit Price | Total | {/if}
|---|---|---|---|---|---|---|---|---|---|
{if $module_data.PRODUCTS_IMAGE!=''} {/if} |
{$module_data.BOX_DELETE|replace:' |
{if $smarty.session.language=='german'}
{$module_data.PRODUCTS_NAME}{if $module_data.PRODUCTS_MODEL}Artikelnr.: {$module_data.PRODUCTS_MODEL}{/if}
{if $module_data.EXT_AMPEL2 == 'green'}
Lieferzeit*: {$module_data.PRODUCTS_SHIPPING_TIME}
{elseif $module_data.EXT_AMPEL2 == 'orange'}
Lieferzeit*: {$module_data.PRODUCTS_SHIPPING_TIME}
{elseif $module_data.EXT_AMPEL2 == 'red'}
Lieferzeit*: {$module_data.PRODUCTS_SHIPPING_TIME}
{/if}
{if $module_data.CHARACTERISTICS}
Artikelmerkmale
{/if}
{if $module_data.PROPERTIES.0}
{#text_properties#}:{foreach from=$module_data.PROPERTIES item=property} {$property.property}: {$property.value} {/foreach} {/if} |
{else}
{$module_data.PRODUCTS_NAME}{if $module_data.PRODUCTS_MODEL}Artikelnr.: {$module_data.PRODUCTS_MODEL}{/if}
{if $module_data.EXT_AMPEL2 == 'green'}
Delivery Time*: {$module_data.PRODUCTS_SHIPPING_TIME}
{elseif $module_data.EXT_AMPEL2 == 'orange'}
Delivery Time*: {$module_data.PRODUCTS_SHIPPING_TIME}
{elseif $module_data.EXT_AMPEL2 == 'red'}
Delivery Time*: {$module_data.PRODUCTS_SHIPPING_TIME}
{/if}
{if $module_data.CHARACTERISTICS}
Product Characteristics
{/if}
{if $module_data.PROPERTIES.0}
{#text_properties#}:{foreach from=$module_data.PROPERTIES item=property} {$property.property}: {$property.value} {/foreach} {/if} {/if} {if $smarty.session.language=='german'} Einzelpreis: {$module_data.PRODUCTS_SINGLE_PRICE|replace:' ':' '} |
{else}
Unit Price: {$module_data.PRODUCTS_SINGLE_PRICE|replace:' ':' '} |
{/if}
{#text_total#}: {$module_data.PRODUCTS_PRICE|replace:' ':' '} |
|