- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Buongiorno,
qualcuno sa dirmi come pubblicare su magento video dal canale youtube? Grazie!
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ciao,
È possibile effettuare il tipo di attributo textarea e utilizzare iframe youtube HTML con video.
Dopo questo è necessario aggiungere al template/catalog/product/view.phtml file della cartella del tema. (app/design/frontend/theme/package/) Il codice in php sarà simile:
<?php echo $_product->getData('attribute_code'); ?>
Dove attribute_code - codice attributo
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ciao,
È possibile effettuare il tipo di attributo textarea e utilizzare iframe youtube HTML con video.
Dopo questo è necessario aggiungere al template/catalog/product/view.phtml file della cartella del tema. (app/design/frontend/theme/package/) Il codice in php sarà simile:
<?php echo $_product->getData('attribute_code'); ?>
Dove attribute_code - codice attributo
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Pubblicazione video youtube
Hi yellows,
If it is on Product page in Magento, then see this tutorial - pretty simple via WYSIWYG editor on the product
http://www.customy.com/blog/how-to-display-video-on-magento-product-page/
Kent Christiansen | Magento Certified Solution Specialist