monsterpatterns Posted February 16, 2004 Share Posted February 16, 2004 Trying to skip the create_account_success page altogehter and have customer move directly to checkout_shipping.php. Any suggestions? derek Link to comment Share on other sites More sharing options...
♥yesudo Posted February 17, 2004 Share Posted February 17, 2004 change this: tep_redirect(tep_href_link(FILENAME_CREATE_ACCOUNT_SUCCESS, '', 'SSL')); in create_account_process ? Your online success is Paramount. Link to comment Share on other sites More sharing options...
99darkgreenGT Posted February 17, 2004 Share Posted February 17, 2004 i just put a redirect in my create_account_success.php file. <script language=JavaScript> <!-- if (top == self) self.location.href = "checkout_shipping.php"; // --> </SCRIPT> not sure if it is the best way, but i am php illiterate and i figured this might work. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.