Post by masterriemi1802 » Thu Nov 13, 2014 9:58 pm

Dear all.

I would like to write something next to my price like here :

Image

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

New member

Posts

Joined
Wed Jul 30, 2014 3:29 pm

Post by uksitebuilder » Fri Nov 14, 2014 12:58 am

When requesting support, at a minimum, please supply the following information:

Your OpenCart Version

If your post is related to a template issue, please also post a link to your website or the webpage where the problem is happening.

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by Martijn ISB » Fri Nov 14, 2014 1:14 am

In the file catalog/view/theme/default/template/product/product.tpl

Find

Code: Select all

<?php echo $price; ?>
Replace with

Code: Select all

<?php echo $price; ?>
incl. VAT
This is not the neat way of doing it. That would be something like;

Code: Select all

<?php echo $price; ?>
<span class="price_vat"><?php echo $text_tax; ?></span>
Where you replace $_['text_tax'] in your language file (/catalog/language/english/product/product.php) with the proper text.

Newbie

Posts

Joined
Thu Nov 13, 2014 2:48 am

Post by masterriemi1802 » Fri Nov 14, 2014 3:54 pm

Thats it Inktweb.nl ! Thank you very much !

New member

Posts

Joined
Wed Jul 30, 2014 3:29 pm
Who is online

Users browsing this forum: No registered users and 8 guests