• Resolved taisho

    (@taisho)


    It never stops spinning until I refresh page. Products are added to cart correctly for all variations, but this not working mini cart is a dealbreaker.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter taisho

    (@taisho)

    I found solution by debugging js. This plugin uses function size() which is deprecated since jQuery 1.8. When replaced with property length it runs fine. Replacement should be done in this line:

    if ( ! wc_add_to_cart_params.is_cart && $thisbutton.parent().find( '.added_to_cart' ).size() === 0 ) {

    Can it be updated in next release?

    • This reply was modified 5 years, 11 months ago by taisho.
    Plugin Author Rishi Mehta

    (@rcreators)

    Hello Taisho,

    Sure will update js in next update according to it.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mini cart stuck on spinning’ is closed to new replies.