View Single Post
  #50  
Old 01-29-2008, 06:38 PM
 
MoonDog MoonDog is offline
 

Advanced Member
  
Join Date: Aug 2007
Posts: 93
 

Default Re: Recently Viewed Mod

eaglemobiles,

Quote:

... i am getiing $ sign for price how to change to ё
In product.tpl find this line of code:
Code:
var p0=('<br/><a href="'+document.URL+'">'+prodImage+'<br/>{$product.product}</a><br/>${$product.taxed_price}<br/>');
Then replace the $ sign with the ё sign in front of {product.taxed_price} so it looks like this:
Code:
var p0=('<br/><a href="'+document.URL+'">'+prodImage+'<br/>{$product.product}</a><br/>ё{$product.taxed_price}<br/>');
I've highlighted the above currency code change in red.

- MoonDog -
__________________
X-CART Gold v4.1.8
Reply With Quote