[en] Zmiana pozycji waluty/Changing currency position v2.x

wewior (OpenSolution)

Avatar: wewior

2007-02-26 13:27

PL
1. W pliku "templates/products_list.tpl" zamien kod:
<em>$lang[Price]:</em><span>$aList[fPrice]</span>$config[currency_symbol ]
na
<em>$lang[Price]:</em>$config[currency_symbol]<span>$aList[fPrice]</span> ;
2. W pliku "templates/products_details.tpl" zamien kod:
<em>$lang[Price]:</em><span id="price">$aData[fPrice]</span>$config[currency_symbol]
na
<em>$lang[Price]:</em>$config[currency_symbol]<span id="price">$aData[fPrice]</span>

EN
1. In file "templates/products_list.tpl" change code:
<em>$lang[Price]:</em><span>$aList[fPrice]</span>$config[currency_symbol ]
to:
<em>$lang[Price]:</em>$config[currency_symbol]<span>$aList[fPrice]</span> ;
2. In file "templates/products_details.tpl" change code:
<em>$lang[Price]:</em><span id="price">$aData[fPrice]</span>$config[currency_symbol]
to:
<em>$lang[Price]:</em>$config[currency_symbol]<span id="price">$aData[fPrice]</span>

» Quick.Cart v2.x

Do góry
o nas | kontakt