Hi Conrad,
The only place the default templates support inserting a video is in the description/body via the product editor. Any video you can embed can go there. If you embed from YouTube or one of the other services then just insert their embedding code in the editor HTML view. YouTube then takes care of the formats for different devices. If you host the video yourself then you will need to find a player plugin and modify the store templates to include it.
If you want to change the layout of the details view and replace the image gallery with a video per product then you will need to modify the productdetail.template to suit your needs. The store also handles custom fields in the product editor and product display. One can use these to create a standardised way of inserting video links that then play on the page. Some info about custom fields is here: https://nbstore.codeplex.com/wikipage?title=Templates%2c%20styling%20and%20code
For the video after the sale, it depends. If that video is the product they are purchasing then you could add it as a downloadable product file. The store has just basic downloadable product support, but it does work. If the video is always the same after-sale video, then you could just put a link to it in the receipt template.
Note that all of the above, apart from embedding a YouTube video in the description, requires sufficient web development expertise to carry out.
Regards
ROb
The only place the default templates support inserting a video is in the description/body via the product editor. Any video you can embed can go there. If you embed from YouTube or one of the other services then just insert their embedding code in the editor HTML view. YouTube then takes care of the formats for different devices. If you host the video yourself then you will need to find a player plugin and modify the store templates to include it.
If you want to change the layout of the details view and replace the image gallery with a video per product then you will need to modify the productdetail.template to suit your needs. The store also handles custom fields in the product editor and product display. One can use these to create a standardised way of inserting video links that then play on the page. Some info about custom fields is here: https://nbstore.codeplex.com/wikipage?title=Templates%2c%20styling%20and%20code
For the video after the sale, it depends. If that video is the product they are purchasing then you could add it as a downloadable product file. The store has just basic downloadable product support, but it does work. If the video is always the same after-sale video, then you could just put a link to it in the receipt template.
Note that all of the above, apart from embedding a YouTube video in the description, requires sufficient web development expertise to carry out.
Regards
ROb