Jump to content

Update currency when choose COD


Recommended Posts

Hi,

 

I would like restrict my clients to pay in specified currency when they choose cashondelivery payment method.

 

I added to cashondelivery.php:

global $cookie;
$cookie->id_currency = 1;

and it change currency, but I must reload page to update cart currency.

So I need to update cart, but when I add:

global $cart;

$cart->id_currency = 1;
$cart->update();

It does not work.

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...