Currency Help !!!
-
- Posts: 29
- Joined: Mon Oct 22, 2007 10:59 pm
Currency Help !!!
I am using a currency converter from http://www.yourcurrencyconverter.com which supports ShopSite. I want to show different price based on different currency in my custom template i.e. shopping cart template. Is it possible ? If yes then how ? They said to use <span id="yccConvert"></span> tag where I want to show price. But where I will place this tag between custom template tag ? Please help.
-
- Site Admin
- Posts: 4953
- Joined: Fri Aug 04, 2006 1:42 pm
- Location: Utah
The entire content of the product list in the shopping cart is output by a single template tag so there is no way to put the style around just the Price fields. There is a style defined for each of the columns in the table so perhaps you could modify the style for the price and see if that would allow what you want. You would need to look in the shopping cart template that you are using to find what style sheet is used and then modify that style sheet.