Jump to content


Photo

videos on product page PrestaShop 1.6

video youtube prestashop module addon

  • Please log in to reply
2 replies to this topic

#1 rikardo

rikardo

    Member

  • Members
  • PipPip
  • 27 posts

Posted 08 April 2014 - 10:43 PM

i want to add youtube videos section on certain product pages in my shop based on prestashop 1.6

Im interested in easy solution which will allow to create it right from product edit page in my prestashop back office.

 

 

i want to add it below the "More Info" section. And display section in the same way as it is by default:

Posted Image

 

 

searching for free module, but of course cheap module will be accepted too.



looking for the best presta addons with outstanding support? check this: PrestaShop Modules

#2 vekia

vekia

    Advanced Member

  • Members
  • PipPipPip
  • 10166 posts

Posted 10 April 2014 - 10:24 PM

hello

you can do it in several ways. You can modify the product.tpl file located in your theme directory - and add there code to display video for example - from youtube.

 

on youtube press on embed tab and you will see code:
Posted Image

 

copy this code and paste it to procduct.tpl file as a:

			<!-- More info -->			<section class="page-product-box">				<h3 class="page-product-heading">{l s='Video'}</h3>				<div  class="rte">                                    PASTE YOUR EMBED CODE HERE                                </div>			</section>			<!--end  More info -->

it will appear as a tab. unfortunatelyby this way video will appear on each product page.

 

 

if you want to display different video for each product, you have to use some module like html box pro, like product page blocks, or like extra tabs pro


free tutorials, free templates, free addons, prestashop modules MndfRK4.png  lpHMrZ5.png  gtKHYO7.png  google-48.png


#3 prestatoolkit

prestatoolkit

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 15 November 2014 - 09:07 AM

Hello,

 

You can use this module to easily add videos to your product.