esm Posted September 21, 2005 Posted September 21, 2005 Hi, I am trying to bypass the login/registration process. Clicking on "Checkout" is supposed to bring me to the "checkout_shipping.php". In the checkout_shipping.php file, if I take out this: // if the customer is not logged on, redirect them to the login page if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot(); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); }, would that do the trick? Thanks, Ed
Recommended Posts
Archived
This topic is now archived and is closed to further replies.