New Zenner
- Join Date:
- Dec 2007
- Posts:
- 31
- Plugin Contributions:
- 0
terms and conditions in popup window
Hey guys ,
i want to to make the "here" link in terms and conditions section so that it will be opened in a popup window...
i have tried to make some modifications by myself in the /includes/languages/english/checkout_payment.php file ,
but im having difficulties because i need to use javascript for the popup and why i try it i am getting an error... :(
here is the place to be changed :
define('TEXT_CONDITIONS_DESCRIPTION', '<span class="termsdescription">Please acknowledge the terms and conditions bound to this order by ticking the following box. The terms and conditions can be read <a href="' . zen_href_link(FILENAME_CONDITIONS, '', 'SSL') . '"><span class="pseudolink">here</span></a>.');
does anyone knows what can i do?
tnx...