I am looking to integrate with Woocommerce, and was wondering if it is feasibly possible to delay the submission of form elements until a payment is made?
I am looking to integrate with Woocommerce, and was wondering if it is feasibly possible to delay the submission of form elements until a payment is made?
Form elements have to be submitted right away, but you could set a default payment status, and then find a way to change it once it has been paid for.
Okay, yeah I noticed WooCommerce actually stores the information in the cart so I am going to try to find a way to have the cart submit the information after payment like you said