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

    (@jprummer)

    Hey Sean,

    Thanks for the message! EDD 1.7 changed the button output and we’ve yet to push an update for this. I’ve sent an email to your personal email account with an updated version. Let me know if it works for you!

    Jeremiah

    I am having the same issue ?? Any ETA on update?

    Plugin Contributor Jeremiah

    (@jprummer)

    Are you familiar with javascript? If so, access the WP Menu Cart plugin files and navigate to the javascript folder. Inside the folder you’ll see a file called wpmenucart.js. Open it and place the following code inside jQuery(document).ready(function($) { :

    $("a.edd-add-to-cart").click(function(){
          WPMenucart_Timeout();
      });

    That should fix it for you! We’ll be pushing an update soon.

    Jeremiah

    Cheers, works great ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘EDD Cart not updating realtime’ is closed to new replies.