Hi,
When you edit a product in HikaShop, you have an "Images and Files" area.
There, in the Files area, you can add a video.
Then, the process is entirely automated.
After the purchase of that product, HikaShop will:
- display a thank you message with a link to the user's order details page, on which the download buttons will be available for the files of the products in the order.
- send an email notification to the user which will also have the same download buttons.
Also, if you create a menu item of the type "HikaShop user download", the user will be able to access a listing of all his downloads.
The advantage is that it is really easy to setup. The drawback is that the files are not presented with a HTML player directly on the page like it is the case on your screenshot.
An alternative would be to use the same mechanism you're currently using.
But in your "My videos" article, instead of using the user_group tag around your content, you could instead use a hkshow tag:
www.hikashop.com/home/blog/466-hikashop-4-4-1.html#tags
With it, you can directly display your content based on whether a particular product was bought in the past. So you wouldn't need to use the "user group after purchase" setting and creating auser group per product.
So that would simplify the setup for you.