• Resolved teradeli

    (@kev1810)


    Hello,

    Is there a JS event for the show/hide popup (when add a product to wishlist), to link with my other JS script?

    Thank you

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

Viewing 1 replies (of 1 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi @kev1810

    Sorry for the late reply.

    Our frontend scripts have such event with the name ‘tinvwl_wishlist_added_status’ that attached to body tag. You can check it with the next code:

    $('body').on('tinvwl_wishlist_added_status', function(e, el, added){console.log(added)})

Viewing 1 replies (of 1 total)
  • The topic ‘JS event’ is closed to new replies.