Hi,
The company I work for creates content for multiple manufacturers and host it for multiple retailers. We have a script that can search for the SKU/EAN, matches that with our system and puts a video related to that product on that page.
Is there a way of using the script to put a video within the carousel or is this locked out to Vimeo and YouTube? We have a plugin that can bypass this and use links from us but is a manual process, we are looking to automate this.
Does the Magento API allow you to write into the carousel?
You can assign video in the product and use the logic of search in that!
I am not sure what you mean?
I need to automate a video to appear in the carousel based on a script I have which searches the page for a SKU and EAN.
You need to add custom code
1). First of all, Assign the youtube or any video in the product(while adding or editing the product, you have the option to add video too)
2). Now, override the search page
3). You can see the code that has been set for the product image. You just need to add the code of the youtube video instead of the product image code on the search page!