- This topic has 2 replies, 2 voices, and was last updated 12 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › 404 When attempting to check out with eStore
Let me describe the steps
1. Go to Products page here [http://bohemian.lonestarthemes.com/products/]
2. Add couple of products to the shopping cart
3. After the products are added, it goes to
[http://bohemian.lonestarthemes.com/checkout/]
4. Now Click on CheckOut with Paypal Button.
This leads to a 404 page
WP eStore Version: 6.9.1.4
WP Version: 3.4.2
WPMU: No
MySQL Version: 5.1.63
WP Table Prefix: wp_
PHP Version: 5.2.17
Session Save Path: /tmp
WP URL: [http://bohemian.lonestarthemes.com]
Server Name: bohemian.lonestarthemes.com
Cookie Domain: bohemian.lonestarthemes.com
CURL Library Present: Yes
Debug File Write Permissions: Not Writable
Thank you for providing the details nicely. This server is not letting the checkout processor script to execute on its own which is why it is throwing a 404 error.
First, lets try the following:
Open the “eStore_advanced_configs.php” file and search for the following line of code:
define('WP_ESTORE_ENABLE_NEW_CHECKOUT_REDIRECTION', '0');
When you find it just replace it with the following:
define('WP_ESTORE_ENABLE_NEW_CHECKOUT_REDIRECTION', '1');
Now, do a checkout and let me know how you go.
That did the trick! Thanks