Woocmmerce checkout validation trigger
-
Hello
I am implementing a custom woocommecre payment method and i need help with how can I trigger the woocmmerce checkout validation before I call my apis to compelete payment in JS because jQuery(“form.checkout”).submit(); will trigger the validation and in PHP in payment method class in proceess_payment function we write the logic for completing payment but I cant do this because I have a limitation to complete the payment from fronted JS only so how can I first validate the woocmmerce fields and then perform my payment completion
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Woocmmerce checkout validation trigger’ is closed to new replies.