Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Jeremiah

    (@jprummer)

    Hello there!

    Find the following line of code in /javascript/wpmenucart.js:

    $(“div.wpsc_buy_button_container > input.wpsc_buy_button”).click(function(){
    WPMenucart_Timeout();
    });

    change it to read:

    $(“input.wpsc_buy_button”).click(function(){
    WPMenucart_Timeout();
    });

    That should fix it! Also, we’re pushing an update in a few days so I’ll include that in the next update. Let me know if that works!

    Thread Starter RHGFX

    (@rhgfx)

    Thank you very much, it worked.

    Plugin Contributor Jeremiah

    (@jprummer)

    Awesome, glad to hear it! Let us know if you have any other issues!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cart still not updating after including Java’ is closed to new replies.