Jump to content

[SOLVED] Problem with COD (cash on delivery) module


Recommended Posts

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 Argentina

I 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

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}

:lol::lol::lol::lol::lol::lol::lol::lol:

Funciona 100%

:lol::lol::lol::lol::lol::lol::lol::lol:

Gracias hieloiceberg !!!!!!!!!!!!!!

Saludos

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...