shop-old/themes/easyshop_advanced/templates/content_item_pricetext.tpl
2026-04-20 01:03:43 +02:00

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":",":"."} &euro; je St&uuml;ck<br>
{else}
{($shopArticle->shop_price_1 / $shopArticle->vpe_amount)|number_format:"2":",":"."} &euro; je St&uuml;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":",":"."} &euro;<br>
{/if}