Jump to content

[SOLVED]How to add specific word before the prize?


Recommended Posts

Hi, 

 

I would like to add word "cena" which means prize in Serbian in front of the actual value.
This would have to appear on both product page and in the listing.

 

What exactly do I need to change?

 

http://www.screencast.com/t/dzLKDrZH

 

My website is located at www.dekom.co.rs

 

Thank you in advance.
Dean

Edited by Dolke (see edit history)
Link to comment
Share on other sites

product-list.tpl

 

before:

{if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />{/if}

 

add {l s='price'} then translate it in localization > translations tab

Link to comment
Share on other sites

×
×
  • Create New...