Jump to content

price container


Recommended Posts

Look below the line

<!-- prices -->


in [themes folder]/product.tpl

You will see lines like

{convertPrice price=$product->getPrice(true, $smarty.const.NULL, 2)}


which produce the amount
and

{l s='tax incl.'}


Text within the "l s" notification is presented as it stands and is translatable in the Back Office.

So I think that you should insert

{l s='the price is:'}


right after the br tag.

To add () to the texts "Tax incl/excl", use the translation in BO

Edit: To remove the text "Tax incl/excl" put {* *} around the l s blocks containing those texts, or remove the lines

/Mats

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...