Jump to content

[Solved ] Add iframe link in Prestashop 1.5


Recommended Posts

we can apply this fancybox/iframe in any module

 

Steps

 

1- Add this line in public function __construct()

$this->context->controller->addJQueryPlugin('fancybox');

 

2- Add this code in tpl file where you want to apply iframe to any href/link

 

<a href="YOUR LINK?content_only=1" class="iframe">CLICK ME</a>
<script type="text/javascript">$('a.iframe').fancybox();</script>

 

Hopefully it will help to all my freelancer friends. :)

Edited by kashifkhan112 (see edit history)
  • Like 3
Link to comment
Share on other sites

×
×
  • Create New...