Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

checkout_success re-direct


ChrisJChrisJ

Recommended Posts

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

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.

 

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

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');

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...