soonflex Posted April 14, 2016 Share Posted April 14, 2016 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 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