Re: Pop-up van info pagina
Posted: Fri May 10, 2013 10:40 pm
Beide kan, maar ik zou dan een nieuwe module maken op basis van contact.php met een aangepaste template ( zonder $header enzovoort )
OpenCart Community Forum - Discuss shopping cart and e-commerce solutions.
https://forum.opencart.com/
Code: Select all
<a class="iframe" href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a>
Code: Select all
<script type="text/javascript"><!--
$(".iframe").colorbox({iframe:true, width:"80%", height:"80%"});
--></script>
Code: Select all
$this->document->addScript('catalog/view/javascript/jquery/colorbox/jquery.colorbox-min.js');
$this->document->addStyle('catalog/view/javascript/jquery/colorbox/colorbox.css');