Page 1 of 1

Checkout Page Issues - Tabs Not Opening - SOLVED

Posted: Fri Mar 04, 2016 10:37 pm
by godesigns
I'm having an issue. I took the OpenCart main template and modified it to go inside a website I'm working on.

I add an item to the Cart and try and Check out.

Image

I can log in and then the next screen the tabs don't open.

Image

Any ideas?

Thanks
Gary Osterholt

Re: Checkout Page Issues - Tabs Not Opening

Posted: Fri Mar 04, 2016 11:40 pm
by IP_CAM
> I took the OpenCart main template and modified it to go inside a website I'm working on. <

What is an Opencart Main Template, to be modified, to go into a Website ? :o
I assume, that you are just trying to achieve something, wich just does not function, by OC default.
And without looking at, what you did, noone around here would be able to assist, in the first place.
Ernie
openshop.li

Re: Checkout Page Issues - Tabs Not Opening

Posted: Sat Mar 05, 2016 12:24 am
by godesigns
As far as the OpenCart Main Template...the one that keeps with the standard install.

I didn't touch any of the core files.

All I did was modified the header and footer to match an existing website.
I added all the CSS/JS files from the exist website into the header.

Image

I'd be more than happy to get any help. I believe it's a JavaScript conflict or some issue causing the CheckOut page not to work.

Thanks
Gary

Re: Checkout Page Issues - Tabs Not Opening

Posted: Sat Mar 05, 2016 8:16 am
by IP_CAM
you better link your site, instead of showing images, so, one can see, and so possibly find out, what you did...
Ernie

Re: Checkout Page Issues - Tabs Not Opening

Posted: Sat Mar 05, 2016 8:27 am
by godesigns
IP_CAM wrote:you better link your site, instead of showing images, so, one can see, and so possibly find out, what you did...
Ernie
Actually the same thing is happening to a second store I'm working on.

Here's the link to that one.
http://www.merlinusa.com/e-store/index. ... t/checkout

Thanks
Gary

Re: Checkout Page Issues - Tabs Not Opening

Posted: Sat Mar 05, 2016 10:08 am
by IP_CAM
Header.tpl Code::

Code: Select all

<base href="<?php echo $base; ?>" /> 
Browser Source Code:

Code: Select all

<base href="http://www.jti.li/cart/" />
I just assume, that this MISSING Line above , in your Header.tpl, possibly prevents your shop
from 'acting/linking' according OC-Rules, especially, when it comes to execute JS/JSON - Code in some tasks.
But it's just a 'feeling', so, don't count on it ! :D
Ernie

Re: Checkout Page Issues - Tabs Not Opening

Posted: Sat Mar 05, 2016 10:28 am
by godesigns
Tried that with no luck.

Thanks for the idea.

Re: Checkout Page Issues - Tabs Not Opening

Posted: Sat Mar 05, 2016 11:02 am
by IP_CAM
I believe, it will not function, because you added other 'stuff' into the header, making this function useless.
If it 'înternally' cannot find the correct shop-linking, certain tasks just will probably not function.
Good Luck anyway !
Ernie

Re: Checkout Page Issues - Tabs Not Opening

Posted: Sat Mar 05, 2016 11:08 am
by ocart777
hi, the site checkout is working fine with me, perhaps your browser javascript is turn off?
Clipboard023.jpg

Clipboard023.jpg (70.44 KiB) Viewed 1013 times


Re: Checkout Page Issues - Tabs Not Opening

Posted: Sat Mar 05, 2016 11:28 am
by godesigns
IP_CAM wrote:I believe, it will not function, because you added other 'stuff' into the header, making this function useless.
If it 'înternally' cannot find the correct shop-linking, certain tasks just will probably not function.
Good Luck anyway !
Ernie
Ernie,

Thanks for you help. Finally figured it out, it was due to having a few too many javascripts on the page.

Gary

Re: Checkout Page Issues - Tabs Not Opening

Posted: Sat Mar 05, 2016 11:32 am
by godesigns
ocart777 wrote:hi, the site checkout is working fine with me, perhaps your browser javascript is turn off?
I hate JavaScripts at times, having too many on pages make for problems.

Thanks for everyone's help.

The issue was conflicting javascripts.

Gary