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" ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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! ![]() ![]() |
|
#2
| ||||
| ||||
| 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. |
|
#3
| |||
| |||
| 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: PHP Code: |
|
#4
| ||||
| ||||
| Here is the problem: PHP Code: PHP Code: Either both entries will be: Code: http://www.eddie-sanders-racing.com/oscmax https://www.eddie-sanders-racing.com/oscmax 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. |
|
#5
| |||
| |||
| 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!!!!!! |
|
#6
| ||||
| ||||
| 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. |
| Thread Tools | |
| |
| ||||
| 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 |