Open ArlisKo opened 1 year ago
Hi, This issue has gone 150 days (5 months) without any activity. This means it is time for a check-in to make sure it is still relevant. If you are still experiencing this issue with the latest version, you can help the project by responding to confirm the problem and by providing any updated reproduction steps. Thanks for helping out.
This issue has gone 180 days (6 months) without any activity.
Describe the bug I have a multistep checkout in woocommerce and i'm using URL parameter for separating Billing/Shipping data and payment methods. Both pages default hidden input nonce is displayed.
wp_nonce_field( 'woocommerce-process_checkout', 'woocommerce-process-checkout-nonce' )
On last step i get empty value for nonce that is checked inwoocommerce/includes/class-wc-checkout.php:1210 (process_checkout())
That causes error notice: "We were unable to process your order, please try again." Although after that I'm redirected to thank you page.With other payment methods() I don't get this error notice. : Direct bank transfer Cash on delivery PayPal Standard
Environment (please complete the following information):