Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need to bypass login


esm

Recommended Posts

Posted

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

Archived

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

×
×
  • Create New...