18 lines
798 B
Smarty
18 lines
798 B
Smarty
{if $shopArticle->shipping_cost_type == 1 && $shopArticle->price_tax_text_free_shipping || $item_debug}
|
|
{$shopArticle->price_tax_text_free_shipping}<br>
|
|
{elseif $shopArticle->price_tax_text}
|
|
{$shopArticle->price_tax_text}<br>
|
|
{/if}
|
|
|
|
{if $shopArticle->price_je_vpe || $item_debug}
|
|
{if $shopArticle->shop_bargain_price_1 > 0}
|
|
{($shopArticle->shop_bargain_price_1 / $shopArticle->vpe_amount)|number_format:"2":",":"."} € je Stück<br>
|
|
{else}
|
|
{($shopArticle->shop_price_1 / $shopArticle->vpe_amount)|number_format:"2":",":"."} € je Stück<br>
|
|
{/if}
|
|
{/if}
|
|
|
|
{if $shopArticle->sample_price && $shopArticle->sample_unit && $shopArticle->sample_price > 0 || $item_debug}
|
|
Preis/{$shopArticle->sample_unit} = {$shopArticle->sample_price|number_format:"2":",":"."} €<br>
|
|
{/if}
|