Place Order button disable – JQuery error
-
Hi I’m having the same issue as the user below.
I pay through PayPal and then when it returns to the review page under the ‘Create an account’ checkbox it inserts the code‘); return false; }else if (ischecked == true) { jQuery(‘.wp_notice_own’).html(”); jQuery(this).attr(‘disabled’,’disabled’).val(‘Processing’); jQuery(this).parents(‘form’).submit(); return true; } }); });
and then the ‘Place Order’ button is disabled even if you tick to accept the terms.
In Firebug it says
SyntaxError: unterminated string literalI’ve tried disabling other plugins and have swapperd the there to twentysixteen but it still happens.
It’s using PayPal Express and the url is https://185.123.96.131/~c4qd2148/checkout/review-order/?pp_action=revieworder&token=EC-4AF194763N068031Y&PayerID=6PAK4DTWQAFUQ you won;t be able to see it though without placing an order. Any placed orders will be refunded.
I’ve tried turning off the revview page in the backj end but this has not worked either.
Any help greatly appreciated.
- The topic ‘Place Order button disable – JQuery error’ is closed to new replies.