• Resolved couscousdelight

    (@couscousdelight)


    Hi,
    Thank you for your great work.
    I’d like to trigger a script after a product is removed from the wish list.

    Does such event exist ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pablo Pacheco

    (@karzin)

    Hi,
    Thanks!

    I believe you could try something like this:

    jQuery("body").on('alg_wc_wl_toggle_wl_item', function (e) {
        if (e.response.success && e.response.data.action=='removed') {
            // Your code here
        }
    });
    Thread Starter couscousdelight

    (@couscousdelight)

    It works, thank you very much.

    Plugin Author Pablo Pacheco

    (@karzin)

    Great

    In that case, please consider leaving a review if you are enjoying the plugin/support. It would be much appreciated ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Event after product remove’ is closed to new replies.