I checked the FAQ on this but in my "skin1.conf" there is now mention of a currency symbol. Is there a mistake here or am I missing something?
Thanks for any help.
Ricoche
Quote:
Q: Can you please tell me how to get rid of the converted price (Б┌╛ 6.89) after the US price... ?
Our price: $ 5.99 (Б┌╛ 6.89)
A: To get rid of alternative currency price you should edit file skin1.conf configuration file and set alter_currencySymbol to empty value (""):
# Alternative currency symol.
# Leave alter_currencySymbol empty if you do not want to use dual currency support.
# Note, that alter_currencySymbol is for convenience only. All credit card charges are # performed using main currency (with automatic
# currency conversion based on configurable exchange rates).
#
alter_currencySymbol = "€"
|