db555 Posted September 1, 2006 Share Posted September 1, 2006 When users click on the "continue shopping" button, I would like them redirected to one of my web pages and not the page selected by osCommerce. How do I change the redirect page when users click the continue shopping button? Thanks! Link to comment Share on other sites More sharing options...
Guest Posted September 1, 2006 Share Posted September 1, 2006 When users click on the "continue shopping" button, I would like them redirected to one of my web pages and not the page selected by osCommerce. How do I change the redirect page when users click the continue shopping button? Thanks! find the reference to the checkout_success.php page (FILENAME_CHECKOUT_SUCCESS) and then change this. You'll find this at the bottom of the checkout_process.php file. Link to comment Share on other sites More sharing options...
db555 Posted September 1, 2006 Author Share Posted September 1, 2006 find the reference to the checkout_success.php page (FILENAME_CHECKOUT_SUCCESS) and then change this. You'll find this at the bottom of the checkout_process.php file. I thought the checkout success line was for the final checkout process. I am trying to change the continue shopping button, which is on the shopping cart (after a user adds an item to the shopping cart, they have the choice to checkout or to continue shopping.) If the user selects, "continue shopping," I want them taken to a file called CATALOG.HTML. thanks, Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.