Hi! Thanks for your answer.
Yes, exactly. I’m using some PHP to disable certain parts of the Woocommerce checkout validation fields as I don’t need this information for my products.
Below is a part of my code that was creating the error after the update:
unset( $fields[‘billing’][‘billing_first_name’] );
unset( $fields[‘billing’][‘billing_last_name’] );
I removed this line inside my theme editor, saved it, and added the line back after I noticed the gateway was working properly again.
Issue resolved and the user’s still don’t have to fill in their names.
PS: Thanks btw for a great tool, I’m really happy to use it.
PPS: If anyone is interested in having the full code to disable the checkout validation fields, let me know and I’ll send it over:)
Cheers!
-
This reply was modified 3 years, 11 months ago by modr01.