Quote:
2. How can I get rid of the UK price Xcart places right beside my U.S. price? I would like my prices only to be in USD
|
In admin/general setting.. Set prima currency symbol to $ and clear alternative currency and rates boxes.
Quote:
3. For some reason Xcart places a number after my product name on headings. So a Customer will see "Plush toy #6"
I did not add "#6", xcart does that by itself, customers would be confused to see that so how can I fix that just to "Plush toy"?
|
change customer/main/product.tpl
Code:
{include file="dialog.tpl" title=$product.
producttitle content=$smarty.capture.dialog extra="width=100%"}
to
Code:
{include file="dialog.tpl" title=$product.
product content=$smarty.capture.dialog extra="width=100%"}