View Single Post
  #2  
Old 07-02-2012, 12:50 AM
 
joss joss is offline
 

X-Cart team
  
Join Date: Feb 2009
Posts: 60
 

Default Re: Serbian Dollar is the only currency

Try to add the AUD currency via the following SQL query:

---------
INSERT INTO xcart_currencies VALUES ('AUD',36,'Australian Dollar','$');
---------

It can be executed in X-Cart admin backend as a SQL patch: http://help.x-cart.com/index.php?title=X-Cart:Applying_Patches#Applying_SQL_Patches
__________________
joss@x-cart.com
Reply With Quote