Viewing 1 replies (of 1 total)
  • Thread Starter Friiitz

    (@friiitz)

    In order to update the counter, you need to place the following code in your footer section:

    jQuery(‘body’).on(‘woosw_change_count’, function(event, count) {
    jQuery(‘.class-of-your-counter’).html(count);
    });

    Replace “class-of-your-counter” with your class.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the count on the wishlist?’ is closed to new replies.