You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kellyjenx On line 246 you can add this: if(($_POST['payment_gateway']=="paypal")) && ($order->get_total()>$MAX_AMOUNT)) { echo "PayPal Max Amount Reached."; return false; }
Does anyone know how we can already do it with API maybe?
Or is it possible to add this feature into selly-woocommerce?
Basically what i'm trying to do is:
"If the order exceeds the value of $XX Do not accept Paypal payments."
This is kinda needed to fight against People that want to buy ALOT of products and chargeback after it :(
Any ideas?
The text was updated successfully, but these errors were encountered: