Page 1 of 1

Terms and Conditions link not working [SOLVED]

Posted: Mon Nov 01, 2010 10:22 pm
by lostjeepsgear
Hi All
I searched for this but did not find an answer

This is on checkout process.... when T&C is not checked, warning on top comes ok
so, let's say customer wants to read T&C and clicks link, nothing loads and the bar at bottom shows up. see attached.

If I click on the T&C from another location - footer menu for example, no problem - it takes you to the T&C page.

Any thoughts?

Image

Re: Terms and Conditions link not working

Posted: Mon Nov 01, 2010 11:13 pm
by mystifier
The 'I agree' text, including the <a> link, is in
catalog/language/english/checkout/payment.php and catalog/language/english/checkout/guest_step_2.php

By default, this says:

Code: Select all

$_['text_agree'] = 'I have read and agree to the <a class="thickbox" href="index.php?route=information/information/loadInfo&checkout=1" alt="%s"><b>%s</b></a>';
This produces a thickbox pop-up as opposed to the Terms and Conditions page that you would get from a link to the Terms and Conditions page.

Re: Terms and Conditions link not working

Posted: Mon Nov 01, 2010 11:26 pm
by lostjeepsgear
Thanks for the reply....
but what I'm looking for is an answer and a fix to the problem which is that when the "T&C" link is clicked from there, it does not bring up the T&C page - it brings up the image at the bottom as shown in the pic.

Unless I'm not understanding your post ok, I cannot figure a way to fix this.

Thanks

Re: Terms and Conditions link not working

Posted: Tue Nov 02, 2010 12:26 am
by mystifier
Check your link in the language file.

The first thing I would do is to remove the class="thickbox" to see if the Information page link is okay. If it isn't the problem is the link; if it is, the problem is the css definition for 'thickbox'.

Re: Terms and Conditions link not working

Posted: Tue Nov 02, 2010 12:48 am
by Xsecrets
it is probably something you should ask the theme developer about since you are obviously not using the default theme.

Re: Terms and Conditions link not working [SOLVED]

Posted: Tue Nov 02, 2010 1:55 am
by lostjeepsgear
Thanks Guys....
The problem was solved

Removed the class="thickbox" and changed the referenced file to the correct path - this theme developer has so many of this small errors all over the place....