I would like to write something next to my price like here :
In germany we have to write inkl. MwSt. zzgl. Versand ( Price incl. Tax additionally Transport ) . Is it possible to write something next to the price ?
Best wishes
Code: Select all
<?php echo $price; ?>
Code: Select all
<?php echo $price; ?>
incl. VAT
Code: Select all
<?php echo $price; ?>
<span class="price_vat"><?php echo $text_tax; ?></span>
Users browsing this forum: No registered users and 8 guests