Popup window when "add to cart" for certain product variants

I am using an app that allows a popup window to be added in the code when a button is clicked. I have added:

{% if product.tags contains “date” %} onclick=“popup” {% endif %} to the code when “add to cart” button is selected and it works fine.

I also want this same popup for if certain product variants are added to cart. Is this possible?

Hello @Morgan341214

Welcome to Shopify Community.

If the app popup is opening only on onclick=“popup” then Yes it is possible to open on some product variants with custom coding the logic in the theme’s code. If needs liquid and JS tweaks.

Thanks