Link shown only after product is purchased

Solved

Link shown only after product is purchased

fitt2go
Tourist
3 2 2

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

Accepted Solutions (4)

nvchien
Shopify Partner
55 23 13

This is an accepted solution.

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

nvchien_0-1717934677748.png

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. 

- If this solution helped you out, please consider accepting it as a solution and giving it a thumbs-up. Your feedback is valuable to me and the community!
- If you're feeling extra generous, you can always buy me a coffee . Your support helps fuel my Shopify knowledge and keeps the solutions flowing!
- You can also follow more tips and tricks from my blog.

View solution in original post

fitt2go
Tourist
3 2 2

This is an accepted solution.

Thanks! Can I hire you to do it? 😊

View solution in original post

nvchien
Shopify Partner
55 23 13

This is an accepted solution.

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

 

- If this solution helped you out, please consider accepting it as a solution and giving it a thumbs-up. Your feedback is valuable to me and the community!
- If you're feeling extra generous, you can always buy me a coffee . Your support helps fuel my Shopify knowledge and keeps the solutions flowing!
- You can also follow more tips and tricks from my blog.

View solution in original post

fitt2go
Tourist
3 2 2

This is an accepted solution.

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 ...

View solution in original post

Replies 4 (4)

nvchien
Shopify Partner
55 23 13

This is an accepted solution.

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

nvchien_0-1717934677748.png

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. 

- If this solution helped you out, please consider accepting it as a solution and giving it a thumbs-up. Your feedback is valuable to me and the community!
- If you're feeling extra generous, you can always buy me a coffee . Your support helps fuel my Shopify knowledge and keeps the solutions flowing!
- You can also follow more tips and tricks from my blog.
fitt2go
Tourist
3 2 2

This is an accepted solution.

Thanks! Can I hire you to do it? 😊

nvchien
Shopify Partner
55 23 13

This is an accepted solution.

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

 

- If this solution helped you out, please consider accepting it as a solution and giving it a thumbs-up. Your feedback is valuable to me and the community!
- If you're feeling extra generous, you can always buy me a coffee . Your support helps fuel my Shopify knowledge and keeps the solutions flowing!
- You can also follow more tips and tricks from my blog.
fitt2go
Tourist
3 2 2

This is an accepted solution.

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 ...