Comments 12Chun Lee started the conversationJuly 12, 2023 at 10:06amHi,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"? 767Janilyn repliedJuly 12, 2023 at 10:32amHi 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,226Dustin repliedJuly 13, 2023 at 7:58amHi 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 12Chun Lee repliedJuly 13, 2023 at 8:54amHi Dustin,Thanks for replying. .woosw-btn:not(.woosw-btn-added)if this selector means it was already added to wishlist? Sign in to reply ...
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"?
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
Hi Chun,
Please use the CSS selector of the button:
If you want to exclude the added button, please try:
Best regards,
Dustin
Hi Dustin,
Thanks for replying.
if this selector means it was already added to wishlist?