spc Posted August 27, 2012 Share Posted August 27, 2012 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 More sharing options...
tomerg3 Posted August 27, 2012 Share Posted August 27, 2012 What version of Prestashop are you using? Link to comment Share on other sites More sharing options...
spc Posted August 27, 2012 Author Share Posted August 27, 2012 prestashop 1.4.7.0..... do you now how i can download like button on product page from presto changeo.. Do i have to register ????? Link to comment Share on other sites More sharing options...
tomerg3 Posted August 27, 2012 Share Posted August 27, 2012 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 More sharing options...
phrasespot Posted August 28, 2012 Share Posted August 28, 2012 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 More sharing options...
tomerg3 Posted August 28, 2012 Share Posted August 28, 2012 Yes, thanks phrasespot, I got those mixed up, should be > 2500 Link to comment Share on other sites More sharing options...
spc Posted September 2, 2012 Author Share Posted September 2, 2012 thanks everythings works great.... But i´m wondering one thing. If I whant to make so when they buy over 10 000 Skr there is no fee for the shipping.. I have search and find nothing..... 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