Viewing 3 replies - 1 through 3 (of 3 total)
  • we are getting the same error during check out. we are using pmp v1.8.6.8.1.

    Hi, I’m receiving the same error message on checkout, PMPro Version 1.8.7.3, thank you in advance for help.

    Cheers Don

    Hi, For what its worth using firebug for firefox the following reference errors were identified, I have copied only the line highlighted by fire bug.

    #1
    //checking a discount code
    jQuery(‘#discount_code_button’).click(function() {

    #2
    //choosing payment method
    jQuery(‘input[name=gateway]’).click(function() {

    #3
    // Find ALL <form> tags on your page
    jQuery(‘form’).submit(function(){

    #4
    //add javascriptok hidden field to checkout
    jQuery(“input[name=submit-checkout]”).after(‘<input type=”hidden” name=”javascriptok” value=”1″ />’);
    –>

    Hope this helps, Cheers Don

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘There are JavaScript errors on the page. Please contact the webmaster.’ is closed to new replies.