Jump to content


mariajohns

Member Since 08 Aug 2014
Offline Last Active Aug 12 2014 11:57 AM
-----

#691 real product tabs in prestashop 1.6

Posted by mariajohns on 08 August 2014 - 06:27 AM

Thank You vekia :) Very helpful 




#133 videos on product page PrestaShop 1.6

Posted by vekia on 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