Viewing 9 replies - 1 through 9 (of 9 total)
  • It looks like the plugin is working as expected, but jQuery isn’t being loaded. This is causing it to fail on a jQuery method call. Usually, this causes the script to be ignored and the form should submit to the server. When that happens, the plugin calculates the payment amount on the back end and adds the payment amount to the results, but not the detailed summary.

    So, the first thing to try is to make sure jQuery 1.7 or higher is being loaded to the page.

    Thread Starter carnini

    (@carnini)

    I loaded jquery into the header
    <script src=”https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js”></script&gt;
    but it still looks like it is not showing the calculations.

    I just tested it in Chrome and Safari and it is working.

    Thread Starter carnini

    (@carnini)

    It is working in my chrome too, but not in Firefox.
    Firefox shows the grey border but nothing inside of it.

    I am getting the following errors when I bring up the console.

    TypeError: jQuery.browser is undefined scripts.js:1:21635
    TypeError: jQuery.event.handle is undefined scripts.js:1:17979

    You’re theme’s script file contains some minified code that might be relying on jQuery or is some form of jQuery. Minification makes it hard to tell and it runs eval() to rebuild the code. Hard to know.

    What I do know is that it contains calls to jQuery methods that have been deprecated and removed from jQuery version 1.9 and later. Try using jQuery version 1.7.x. That should contain the method needed for your theme’s script and for RMC.

    Safari and Chrome are catching and ignoring the error that is being generated by the missing method. Firefox is catching on it, ignoring all JavaScript, and submitting to the server.

    I noticed you’ve fixed this issue on your site, so I’ am marking this as resolved.

    Thread Starter carnini

    (@carnini)

    I am still having the issue in firefox, it is taking a while to figure out how to fix it. Part of the issue, is as you point out the older jquery on the site. It appears to only be a firefox issue with the call to the table.

    I’m planning a full re-write of the plugin for late January or early February. I will remove the jQuery dependency at that point. The Pro version is already pure JavaScript, so it won’t be an issue to make this work for you.

    I had some time so I removed the jQuery.isNumeric dependency and updated to 2.2.6. Try it out and let me know.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Summary section blank’ is closed to new replies.