Question

How to add product video at product-page?

enter image description here

Was it helpful?

Solution

  1. Create one attribute under admin panel > catalog > attributes > create attribute on the name of video
  2. By using , you can get that data
<iframe width="100%" height="auto" src="<?php echo $_product-> 
 getData('video'); ?>" frameborder="1" allowfullscreen></iframe>
  1. You have to use this code at your view.phtml file.
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top