Domanda

How to add product video at product-page?

enter image description here

È stato utile?

Soluzione

  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.
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top