guillenqn Posted December 17, 2008 Share Posted December 17, 2008 Hi friends, i’ve read all posts, all forums, in english and spanish.As you’ve probably noticed for my bad english, I’m from ArgentinaI developed my site with USD (United States Dollars) as default currency, but all the products shows in AR$ (Argentinian Pesos)During the COD process, the amount shows in AR$, wich is correct, but in te last step appears in USD!!!I can see the problem is in “validation.php” file, I’ll give you the line where I can change the currency but I don’t know how to change it for AR$, please help !!!!! I don’t know what to do !!!!!**************************************************************‘currency_default’ => new Currency(Configuration::get(‘PS_CURRENCY_DEFAULT’))What should I put in that field ???????!!!!!!!!!!!!!!!!! **************************************************************Thanksssssss!!!!!!!!!Check out my site http://www.compulider.com.ar Link to comment Share on other sites More sharing options...
guillenqn Posted December 17, 2008 Author Share Posted December 17, 2008 Solucionado, gracias a hieloiceberg, genioo!!Hay que modificar cashondelivery\validation.tpl{convertPriceWithCurrency price=$total currency=$currency_default}borrar “_default” tiene que quedar asi{convertPriceWithCurrency price=$total currency=$currency}Funciona 100%Gracias hieloiceberg !!!!!!!!!!!!!!Saludos Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now