Link shown only after product is purchased

Hello! Is there a way to have a link to my video shown to the client only after they purchase the class?

Hi @fitt2go ,

I think It is possible to do with Shopify Flow and a little update on the theme coding. You can check the below solution:

1/ Install Shopify Flow app

2/ Create workflow like this

So it will automatically add “verified buyer” tag to customer when they purchased

3/ Add condition to show video in code, something like this

{% if customer and customer.tags contains 'verified buyer' %}
...
YOUR VIDEO CODING
...
{% endif %}

Hope this helps.

Thanks! Can I hire you to do it? :blush:

1 Like

Okay @fitt2go , please reach me out via skype: nvchien91

Thank you so much for your help! I found this video and was able to solve the problem! Modify Email Templates To Show Specific Information Conditional To Product Tags In Shopify For FREE (youtube.com)

1 Like