Jump to content

no cash on delivery of a certain amount


spc

Recommended Posts

hi there ...

 

trying to figure out how to put that cash on delivery is not displayed if you have made an order for over 2500 SEK ...

 

have searched but can not find, hope for you here that you might have a solution ...

 

Best regards Niklas

Link to comment
Share on other sites

Add the following in line #69 of cashondelivery.php


if ($params['cart']->getOrderTotal(true, Cart::BOTH) > 2500)
return false

 

Yes, you need to register on Presto-Changeo to download free modules, as we send out occasional emails with important module upgrades.

Link to comment
Share on other sites

cash on delivery is not displayed if you have made an order for over 2500 SEK
(my emphasis)

Add the following in line #69 of cashondelivery.php


if ($params['cart']->getOrderTotal(true, Cart::BOTH) < 2500)
return false

 

Yes, you need to register on Presto-Changeo to download free modules, as we send out occasional emails with important module upgrades.

 

Maybe > 2500 instead? (and assuming only currency used is SEK)

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