Page 1 of 1
Open link in thickbox?
Posted: Thu Jun 24, 2010 5:03 am
by Moggin
I have a hyperlink to an info page during checkout, and I'd like it to open in a thickbox instead of a new page. Please, does anyone know how can I accomplish this?
I have looked at
this post and experimented with it, but am not sure how to adapt it. Thanks for any help.
Re: Open link in thickbox?
Posted: Thu Jun 24, 2010 10:19 pm
by JAY6390
Is this for content on the same server or a different one?
Take a look at the thickbox examples (particularly the AJAX one for what you want)
http://jquery.com/demo/thickbox/#examples
Re: Open link in thickbox?
Posted: Fri Jun 25, 2010 3:32 am
by Moggin
Yesss! Thank you Jay. Now I'm nearly there. The page is another information page like 'terms and conditions' and I'm aiming to have the thickbox load just the information content, not the whole page (like T&Cs). Thank you very much for pointing me in the right direction.

Re: Open link in thickbox?
Posted: Tue Nov 23, 2010 8:29 pm
by HTMLCSSNoob
During checkout on the shipping page, I would like to make a link that opens up a thickbox to my shipping policy page (in information section). The best I have been able to do is make the thickbox open up the whole page, but I would like for it to only open up the information area, like what currently happens when a customer clicks on the Terms link on the payment page.
I tried following the above advice but couldn't get it working. Anybody have any ideas?
Re: Open link in thickbox?
Posted: Tue Nov 23, 2010 9:06 pm
by Qphoria
Take a look at how I made the privacy policy and terms open in thickbox. Its the same deal
Re: Open link in thickbox?
Posted: Sat Jun 18, 2011 4:29 am
by ifyouseek
The link that you were looking for was
Code: Select all
<a class="thickbox" href="index.php?route=information/information/loadInfo&information_id=29" alt="More Info"><b>More...</b></a>