Terms and Conditions problem

General Support for technical Issues relating to AlegroCart
Post Reply
Bluesplayer
Posts: 152
Joined: Sun Jan 06, 2013 3:03 pm

Terms and Conditions problem

Post by Bluesplayer » Fri Jan 25, 2013 2:31 am

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

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Terms and Conditions problem

Post by Brent » Fri Jan 25, 2013 2:54 am

What version are you using?

Bluesplayer
Posts: 152
Joined: Sun Jan 06, 2013 3:03 pm

Re: Terms and Conditions problem

Post by Bluesplayer » Fri Jan 25, 2013 3:09 am

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.

Bluesplayer
Posts: 152
Joined: Sun Jan 06, 2013 3:03 pm

Re: Terms and Conditions problem

Post by Bluesplayer » Fri Jan 25, 2013 4:12 am

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.

Bluesplayer
Posts: 152
Joined: Sun Jan 06, 2013 3:03 pm

Re: Terms and Conditions problem

Post by Bluesplayer » Fri Jan 25, 2013 4:54 am

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.

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Terms and Conditions problem

Post by leo » Fri Jan 25, 2013 6:01 am

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;
}

Bluesplayer
Posts: 152
Joined: Sun Jan 06, 2013 3:03 pm

Re: Terms and Conditions problem

Post by Bluesplayer » Fri Jan 25, 2013 6:13 am

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

Bluesplayer
Posts: 152
Joined: Sun Jan 06, 2013 3:03 pm

Re: Terms and Conditions problem

Post by Bluesplayer » Fri Jan 25, 2013 6:22 am

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.

Post Reply