Page 1 of 1

Terms and Conditions problem

Posted: Fri Jan 25, 2013 2:31 am
by Bluesplayer
Hi

On clicking on Terms and Conditions when on the last stage of payment I am being taken to the Terms and Conditions page with a continue button on the bottom of the page. Clicking this isn't sending me back to the payment screen but to a nonexistent page. Problem somewhere or other or do I need to alter something in Admin?

Regards

Re: Terms and Conditions problem

Posted: Fri Jan 25, 2013 2:54 am
by Brent
What version are you using?

Re: Terms and Conditions problem

Posted: Fri Jan 25, 2013 3:09 am
by Bluesplayer
Brent wrote:What version are you using?
Version = 1.2.8

The theme though is based on Black 2, or at least I think I based it on that one. Template is Leo 2.

Re: Terms and Conditions problem

Posted: Fri Jan 25, 2013 4:12 am
by Bluesplayer
I notice that all the information pages are doing the same thing - About, Privacy and Terms & Conditions. Just a simple javascript return would suffice I think. Would rather get the correct code for it mind.

The problem is with the choice of template as I tried Black 2 and it works fine. Will dig a little deeper and see what I can find.

Re: Terms and Conditions problem

Posted: Fri Jan 25, 2013 4:54 am
by Bluesplayer
Can't figure it out so I have used javascript in the information.tpl:

Code: Select all

<input type="button" value="Back" onclick="history.go(-1)">
Seems to work fine.

Re: Terms and Conditions problem

Posted: Fri Jan 25, 2013 6:01 am
by leo
In the white.css there is

Code: Select all

.information{
	 border-left: 1px solid #E4E5E6;
	 border-right: 1px solid #E4E5E6;
	 width: 191px;
	/*background: url('../image/color3/white/columnCenter.png') top left repeat-y;*/
}
Change it to

Code: Select all

.information{
	 border-left: 1px solid #E4E5E6;
	 border-right: 1px solid #E4E5E6;
	 width: 191px;
}

Re: Terms and Conditions problem

Posted: Fri Jan 25, 2013 6:13 am
by Bluesplayer
That doesn't seem to work. Why should it really as the line you are removing is already switched off?

The image url that displays is this one:

Code: Select all

/catalog/styles/leo2/image/color3/white/columnCenter.png

Re: Terms and Conditions problem

Posted: Fri Jan 25, 2013 6:22 am
by Bluesplayer
I uploaded the image that was missing into the correct directory and it has fixed the problem :) .

I should have picked up on it earlier - oops.