| Name/Artikelnummer | {$shopArticle->schema_data->selectable_name_1} | {$shopArticle->schema_data->selectable_name_2} | UVP: {$shopArticle->uvp|number_format:"2":",":"."} € | Status |
|
{$shopArticle->name} Artikel-Nr.: {$subVarData.item_number} |
{if $varName}
{$varName} | {/if} {if $subVarName}{$subVarName} | {/if}{$subVarData.price|number_format:"2":",":"."} € | {if $subVarData.shippable == 1} lieferbar {elseif $subVarData.shippable == 2 && $subVarData.available_from} lieferbar ab {$subVarData.available_from} {elseif $subVarData.shippable == 3} lieferzeit unbekannt {else} nicht lieferbar {/if} |
| Name/Artikelnummer | Preis € | Status |
|
{if $shopArticle->shop_bargain_price_1 > 0}
Sonderpreis
Sie sparen {$shopArticle->shop_price_1-$shopArticle->shop_bargain_price_1|number_format:"2":",":"."} €
{$shopArticle->shop_bargain_price_1|number_format:"2":",":"."} €
{$shopArticle->shop_price_1|number_format:"2":",":"."} €
{$shopArticle->price_tax_text}
{elseif $shopArticle->shop_price_1 > 0}
Unser Preis
{$shopArticle->shop_price_1|number_format:"2":",":"."} €
{$shopArticle->price_tax_text}
{else}
Unser Preis
auf Anfrage
{/if}
|