domorodecmezilidmi Posted October 10, 2014 Share Posted October 10, 2014 Hi all, I would like to ask you one think, that other forums were not able to advice me with. Is there any kind of setting, steps or module, where I can set up rule for shopping cart, when the total price will be higher e.g. 500 eur, then the system will offer customer to buy only per wire of other payment method but not delivery on cash? I wanna eliminate the fact, that I will be sending goods with higher price with type of payment as on delivery. Thank you much Link to comment Share on other sites More sharing options...
bellini13 Posted October 10, 2014 Share Posted October 10, 2014 Prestashop does not allow you to configure that type of rule. You would have to edit the module that you want to hide, and add a couple lines of code that would check the order total and then return false if the amount is greater than 500 eur. You would add this logic to the hookpayment function of that payment module. 1 Link to comment Share on other sites More sharing options...
domorodecmezilidmi Posted October 10, 2014 Author Share Posted October 10, 2014 Aha, well I will need to add there some info that orders in value over some amount will not be processed on cash delivery but will be awaiting some deposit, this will be the best or the full payment. thank you much Link to comment Share on other sites More sharing options...
Recommended Posts