Jump to content

How to set up rule for price of shopping cart and payment method:


Recommended Posts

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

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.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...