napogee Posted January 6, 2005 Posted January 6, 2005 Hi I was wondering how I can change the link when a Buyer Successfully checks out. There is a continue button, but all it does is goes to the first page again. I have a special URL i would like the buyer to go when he clicks continue. Thank you, Jessie BEST WISHES TO ALL OF US
markmca Posted January 6, 2005 Posted January 6, 2005 Hi I was wondering how I can change the link when a Buyer Successfully checks out. There is a continue button, but all it does is goes to the first page again. I have a special URL i would like the buyer to go when he clicks continue. Thank you, Jessie BEST WISHES TO ALL OF US <{POST_SNAPBACK}> Open the checkput_success.php file and find the line tep_redirect(tep_href_link(FILENAME_DEFAULT, $notify_string)); and in that replace FILENAME_DEFAULT with the link u want it to be redirected to say u want it to be redirected to offers.php then u can specify like this tep_redirect(tep_href_link('offers.php')); Cheers :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.