osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Checkout_Success "Continue" button broken.

This is a discussion on Checkout_Success "Continue" button broken. within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Hello All, When a user is done shopping and gets to the checkout_success.php and clicks the "continue" ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 02-06-2008, 06:52 PM
Lurker
 
Join Date: Oct 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
yfzcentral is on a distinguished road
Default Checkout_Success "Continue" button broken.

Hello All,

When a user is done shopping and gets to the checkout_success.php and clicks the "continue" button, they are taken here (404 not found)

https://www.eddie-sanders-racing.com/oscmax//oscmax/shopping_cart.php

Where as they should be taken to:

https://www.eddie-sanders-racing.com...pping_cart.php

The problem is an extra /oscmax.

How can I fix this? Images attached for reference.

Thanks!



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 02-07-2008, 10:04 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,243
Thanks: 66
Thanked 294 Times in 280 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Checkout_Success "Continue" button broken.

check the paths in both the includes/configure.php and admin/includes/configure.php and locate the incorrect path and remove the extra.
__________________
Michael Sasek
osCMax Developer


osCMax Templates - Hundreds of premium quality templates. New designs every month!

xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience


osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 02-07-2008, 01:38 PM
Lurker
 
Join Date: Oct 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
yfzcentral is on a distinguished road
Default Re: Checkout_Success "Continue" button broken.

Hello,

Thank you for the quick reply. After looking at both the admin and includes config files, everything seems OK to me. Perhaps not?

Includes Config:
PHP Code:
  define('HTTP_SERVER''http://www.eddie-sanders-racing.com'); // eg, http://localhost - should not be empty for productive servers
  
define('HTTPS_SERVER''https://www.eddie-sanders-racing.com/oscmax/'); // eg, https://localhost - should not be empty for productive servers
  
define('ENABLE_SSL'true); // secure webserver for checkout procedure?
  
define('HTTP_COOKIE_DOMAIN''www.eddie-sanders-racing.com');
  
define('HTTPS_COOKIE_DOMAIN''');
  
define('HTTP_COOKIE_PATH''/oscmax/');
  
define('HTTPS_COOKIE_PATH''');
  
define('DIR_WS_HTTP_CATALOG''/oscmax/');
  
define('DIR_WS_HTTPS_CATALOG''');
  
define('DIR_WS_IMAGES''images/');
  
define('DIR_WS_ICONS'DIR_WS_IMAGES 'icons/');
  
define('DIR_WS_INCLUDES''includes/');
  
define('DIR_WS_BOXES'DIR_WS_INCLUDES 'boxes/');
  
define('DIR_WS_FUNCTIONS'DIR_WS_INCLUDES 'functions/');
  
define('DIR_WS_CLASSES'DIR_WS_INCLUDES 'classes/');
  
define('DIR_WS_MODULES'DIR_WS_INCLUDES 'modules/');
  
define('DIR_WS_LANGUAGES'DIR_WS_INCLUDES 'languages/');

  
define('DIR_WS_DOWNLOAD_PUBLIC''pub/');
  
define('DIR_FS_CATALOG''/home/esr250c/public_html/oscmax/');
  
define('DIR_FS_DOWNLOAD'DIR_FS_CATALOG 'download/');
  
define('DIR_FS_DOWNLOAD_PUBLIC'DIR_FS_CATALOG 'pub/'); 
Admin Includes:
PHP Code:
  define('HTTP_SERVER''http://www.eddie-sanders-racing.com'); // eg, http://localhost - should not be empty for productive servers
  
define('HTTP_CATALOG_SERVER''http://www.eddie-sanders-racing.com');
  
define('HTTPS_CATALOG_SERVER''');
  
define('ENABLE_SSL_CATALOG''false'); // secure webserver for catalog module
  
define('DIR_FS_DOCUMENT_ROOT''/home/esr250c/public_html/oscmax/'); // where the pages are located on the server
  
define('DIR_WS_ADMIN''/oscmax/admin/'); // absolute path required
  
define('DIR_FS_ADMIN''/home/esr250c/public_html/oscmax/admin/'); // absolute pate required
  
define('DIR_WS_CATALOG''/oscmax/'); // absolute path required
  
define('DIR_FS_CATALOG''/home/esr250c/public_html/oscmax/'); // absolute path required
  
define('DIR_WS_IMAGES''images/');
  
define('DIR_WS_ICONS'DIR_WS_IMAGES 'icons/');
  
define('DIR_WS_CATALOG_IMAGES'DIR_WS_CATALOG 'images/');
  
define('DIR_WS_INCLUDES''includes/');
  
define('DIR_WS_BOXES'DIR_WS_INCLUDES 'boxes/');
  
define('DIR_WS_FUNCTIONS'DIR_WS_INCLUDES 'functions/');
  
define('DIR_WS_CLASSES'DIR_WS_INCLUDES 'classes/');
  
define('DIR_WS_MODULES'DIR_WS_INCLUDES 'modules/');
  
define('DIR_WS_LANGUAGES'DIR_WS_INCLUDES 'languages/');
  
define('DIR_WS_CATALOG_LANGUAGES'DIR_WS_CATALOG 'includes/languages/');
  
define('DIR_FS_CATALOG_LANGUAGES'DIR_FS_CATALOG 'includes/languages/');
  
define('DIR_FS_CATALOG_IMAGES'DIR_FS_CATALOG 'images/');
  
define('DIR_FS_CATALOG_MODULES'DIR_FS_CATALOG 'includes/modules/');
  
define('DIR_FS_BACKUP'DIR_FS_ADMIN 'backups/');
  
define('DIR_FCKEDITOR'DIR_FS_CATALOG 'FCKeditor/');
  
define('DIR_WS_FCKEDITOR'DIR_WS_CATALOG 'FCKeditor/'); 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 02-17-2008, 09:56 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,243
Thanks: 66
Thanked 294 Times in 280 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Checkout_Success "Continue" button broken.

Here is the problem:

PHP Code:
define('HTTPS_SERVER''https://www.eddie-sanders-racing.com/oscmax/'); // eg, https://localhost - should not be empty for productive servers

define('HTTPS_COOKIE_DOMAIN''');

define('HTTPS_COOKIE_PATH'''); 
Those should be:
PHP Code:
define('HTTPS_SERVER''https://www.eddie-sanders-racing.com'); // eg, https://localhost - should not be empty for productive servers

define('HTTPS_COOKIE_DOMAIN''/oscmax/');
define('HTTPS_COOKIE_PATH''/oscmax/'); 
Also, I note that your HTTPS domain and HTTP domain do not match. Typically, with private ssl, the domain will be identical.

Either both entries will be:
Code:
http://www.eddie-sanders-racing.com/oscmax
https://www.eddie-sanders-racing.com/oscmax
or:
Code:
http://www.eddie-sanders-racing.com
https://www.eddie-sanders-racing.com
__________________
Michael Sasek
osCMax Developer


osCMax Templates - Hundreds of premium quality templates. New designs every month!

xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience


osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 02-18-2008, 11:22 AM
Lurker
 
Join Date: Oct 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
yfzcentral is on a distinguished road
Default Re: Checkout_Success "Continue" button broken.

I think the problem is deeper. I made the changes to the includes config (never touched the Admin config) but that made things worse.

Changing

define('HTTPS_SERVER', 'https://www.eddie-sanders-racing.com/oscmax/'); // eg, https://localhost - should not be empty for productive servers

to

define('HTTPS_SERVER', 'https://www.eddie-sanders-racing.com'); // eg, https://localhost - should not be empty for productive servers

made it so that when I was viewing HTTP content and then wanted to checkout to HTTPS content, the link was wrong due to not having /oscmax/.

-----------

Changing the cookie's made no change

-----------

If I change

define('HTTP_SERVER', 'http://www.eddie-sanders-racing.com');

to

define('HTTP_SERVER', 'http://www.eddie-sanders-racing.com/oscmax/');

None of the images load.

Thank you!!!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 02-22-2008, 09:39 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,243
Thanks: 66
Thanked 294 Times in 280 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Checkout_Success "Continue" button broken.

Your path settings are wrong. That is the problem, no deeper than that.

You need to find out the exact path that is used on your server and set it appropriately. Since I don't have any way of knowing that, all I can do is guess as to what it should be based on what you provide as a sample.
__________________
Michael Sasek
osCMax Developer


osCMax Templates - Hundreds of premium quality templates. New designs every month!

xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience


osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Change the link on "Continue" button on checkout_s chrisrex osCMax v2 Customization/Mods 0 11-22-2005 06:10 PM
"Price" and "Add to Cart" button inside midwestwebsites osCMax v2 Customization/Mods 3 11-14-2005 05:13 AM
Change "continue" button link mayhem osCommerce 2.2 Modification Help 1 12-30-2004 02:52 PM
"Continue" button links to different page.Strange. yellowriver osCommerce 2.2 Modification Help 7 11-03-2004 12:49 PM
last "Continue" after checkout send users to 404 nfmg osCMax v1.7 Discussion 0 12-06-2003 07:50 PM


All times are GMT -8. The time now is 06:50 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax