Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3412177
How to track add to wishlist action
Open

Comments

  •  12
    Chun Lee started the conversation

    Hi,

    Could you please let me know how to track add to wishlist action?

    what CSS selector should I put to track this event or track HTML "add-to-wishlist"?

  •  767
    Janilyn replied

    Hi Chun,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your question and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,226
    Dustin replied

    Hi Chun,

    Please use the CSS selector of the button:

    .woosw-btn

    If you want to exclude the added button, please try:

    .woosw-btn:not(.woosw-btn-added)

    Best regards,
    Dustin

  •  12
    Chun Lee replied

    Hi Dustin,

    Thanks for replying. 

    .woosw-btn:not(.woosw-btn-added)

    if this selector means it was already added to wishlist?