jaimeweb Posted May 19, 2011 Share Posted May 19, 2011 Hi All,On the checkout process the Terms pops up opens in a lightbox.Is there anyway i can put a link in my header.tpl that opens in the same way? Thanks Link to comment Share on other sites More sharing options...
uddhava Posted May 19, 2011 Share Posted May 19, 2011 You can try to use this code : (did not test this) {l s='I agree to the terms of service and adhere to them unconditionally.'} {l s='(read)'} < script type="text/javascript">$('a.iframe').fancybox();</ script> You can find the code in order-carrier.tpl Link to comment Share on other sites More sharing options...
uddhava Posted May 19, 2011 Share Posted May 19, 2011 . Link to comment Share on other sites More sharing options...
SoulSurfer Posted June 27, 2011 Share Posted June 27, 2011 Hi,I'm trying to do the same thing with that code but I can't get any result, the link open the page on the same tab...Any help?Thanks! Link to comment Share on other sites More sharing options...
SoulSurfer Posted June 27, 2011 Share Posted June 27, 2011 Hi,You just have to add this two lines to the page you want to use de fancybox: <link href="/your_theme/css/jquery.fancybox-1.3.4.css" rel="stylesheet" type="text/css" media="screen" /> and add the script your_theme/js/jquery/jquery.fancybox-1.3.4.js Regards Link to comment Share on other sites More sharing options...
gerry293 Posted November 10, 2011 Share Posted November 10, 2011 I would like to do something similar but I need to link a popup window from the TINYMCE editor as in my website I have many description for each products. I really need help on this I have been trying for many days to implement a nice popup window from links from the TinyMCE. I right now only can make the ugly popup thats implemented with the tinymce but would need the pretty javascript one. Thanks Is this possible ? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now