Jump to content

insert Tax-% in additional text


Recommended Posts

is it possible, to insert the tax-% in the text under the price:

 

"incl. xy % tax"

 

- solution in the product.tpl for one product:

 

<p class="our_price_display">

{if $priceDisplay >= 0 && $priceDisplay <= 2}

<span id="our_price_display">{convertPrice price=$productPrice}</span>

<a href="xxx"><h6><br>inkl. {$tax_rate|floatval} % MwSt.<br>zzgl. Versandkosten

<br>und ggf. sonstiger Preisbestandteile</h6>

</a></strong></span> <br>

<!--{if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))}

{if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if}

{/if}-->

{/if}

 

- question: how I can realize this in the product-list.tpl, products-comparision.tpl and other

similar lists ? The parameter {$tax_rate|floatval} shows allways the result "0"

steuer-satz.pdf

Link to comment
Share on other sites

×
×
  • Create New...