Zen Cart Logo
Forums / General Questions / Checkout buttons goes to missing page

Checkout buttons goes to missing page

Locked

Views: 1,769

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
13 May 2006, 9:30 AM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Checkout buttons goes to missing page

cshart:

http://ledlightingemega.com/store/index.php?main_page=shopping_cart

When you click on the checkout button it goes to a missing page.

Carol, I can tell what is happening, but cannot (yet) explain why.

Your store is located in a director called "store". Most pages start with this as the site root. However, for a reason as yet unknown, the code that generates the checkout button thinks that the site root directory is "ledlighting/store".

If I manually edit the link, the site appears to work fine (at least in this area). However, the link should be automatically generated, so that may not be a feasible solution.

Have you moved the site at some stage? or done any customization in this area?

13 May 2006, 2:47 PM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Checkout buttons goes to missing page

Your /includes/configure.php has a typo in it ...

This is your shop URL is:

http://ledlightingemega.com/store/index.php?main_page=shopping_cart

This is what the URL is if you hit checkout link:

http://ledlightingemega.com/ledlighting/store/index.php?main_page=checkout_shipping

One points to /store and the other to /ledlighting/store

Those are two different directories and the /ledlighting/store does not exist as it is caused by a typo ...:blink: