• jQuery(“button[class*=’btn-buy-shop’],button[class*=’single_add_to_cart_button’], button[class*=’add_to_cart’]”).click(function() {

    should be replaced with:

    jQuery(“button[class*=’btn-buy-shop’],button[class*=’single_add_to_cart_button’], button[class*=’add_to_cart’]”).on(‘click’, function() {

    as per jquery migrate deprecations.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello Fliespl,

    Thanks for your feedback and for your time.

    Sure, we have added your query to our road map and fixed it in an upcoming version.

    Best Regards,
    Hitendra & Dotstore Team

    Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello Fliespl,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved.

    If you have any further questions, you can start a new thread.

    Best Regards,
    Hitendra & Dotstore Team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deprecated jquery calls’ is closed to new replies.