Checkout Hangs
-
Hi,
my checkout page hangs with the current woocommerce version.
Analysing it I found
– admin-ajax.php returns -1 on the action ‘woocommerce_update_order_review’
– this happens since update_order_review() fails with check_ajax_referer( ‘update-order-review’, ‘security’ )
– this happens since wp_verify_nonce() does not accept the nonce, analysing the nonce the function finally returns with falseThe admin-ajax post holds a _wpnonce which does not look bad.
Oliver
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Checkout Hangs’ is closed to new replies.