View Single Post
  #3  
Old 06-29-2012, 06:27 AM
 
keystone keystone is offline
 

X-Adept
  
Join Date: Jul 2006
Location: USA
Posts: 787
 

Default Re: agree to terms and conditions

Hi Bill,
I uploaded the new .js file so now the window doesn't freeze when a customer tries to view the terms and conditions. However, by following the instructions from your site on changing the link to point to the terms and conditions page I still get an empty terms window on OPC. The only thing that this change does is open my terms and conditions page when I hit the X to close the empty window. How do I get my info to show up IN the window?
Thanks

Quote:
2. Change the link to point to the static page. Open skin/common_files/modules/Checkout_One/checkout_one_home.tpl file and change this code near line 68 from:

<td align="right"><a href="javascript:checkoutEraseModal('terms');"><im g src="{$ImagesDir}/checkout_one_close.gif" alt="close" width="16" height="19" border="0" style="padding-top:5px;" /></a></td>

to:

<td align="right"><a target="_blank" href="pages.php?pageid=3;"><img src = "{$ImagesDir}/checkout_one_close.gif" alt="close" width="16" height="19" border="0" style="padding-top:5px;" /></a></td>
__________________
www.uscandleco.com - X-Cart Version 4.7.11 Gold Plus php7.3
mods:
reCaptcha
running on UNIX

www.keystonecandle.com X-Cart Gold Plus - Version 4.7.11 php7.2
mods:
reCaptcha
cdseo pro
running on UNIX
Reply With Quote