ChrisJChrisJ Posted July 13, 2005 Share Posted July 13, 2005 How can I change where a vistitor would go when they select CONTINUE at the bottom of the checkout_success page? I asked this before and the only answer I received was tep_redirect. Can someone tell me (specifically) where, and how I would make this change? Thank you. Link to comment Share on other sites More sharing options...
dburchm1 Posted July 14, 2005 Share Posted July 14, 2005 How can I change where a vistitor would go when they select CONTINUE at the bottom of the checkout_success page? I asked this before and the only answer I received was tep_redirect. Can someone tell me (specifically) where, and how I would make this change? Thank you. <{POST_SNAPBACK}> It is at the bottom of the checkout_process.php file in the main catalog directory. tep_redirect(tep_href_link(FILENAME_CHECKOUT_SUCCESS, '', 'SSL')); You could change that or change the file name for the file in includes/filenames.php define('FILENAME_CHECKOUT_SUCCESS', 'checkout_success.php'); Link to comment Share on other sites More sharing options...
ChrisJChrisJ Posted July 14, 2005 Author Share Posted July 14, 2005 It is at the bottom of the checkout_process.php file in the main catalog directory. tep_redirect(tep_href_link(FILENAME_CHECKOUT_SUCCESS, '', 'SSL')); You could change that or change the file name for the file in includes/filenames.php ?define('FILENAME_CHECKOUT_SUCCESS', 'checkout_success.php'); <{POST_SNAPBACK}> Thank you for your reply and information. I guess I should have been more specific. I want to re-direct to a web page outside of the osCommerce store. How/where would I do that? Where would I plug this in?: <a href="http://www.mydomain.com/NewPage"> Thanks. I look forward to any assistance. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.