Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Does this look familiar?


moonbeam

Recommended Posts

Posted

I was directed to a link back in april posted by ksaun, here it is...

 

Take 2 steps out of your checkout process and streamline your site, and its easy!

 

Get rid of the "Welcome Please Sign In" Page, this page stops people in their tracks and will hurt your sales.

 

Use this to take the "Welcome Please Sign In" Page and the "Account Created Success" Page out of your checkout process but still collect all their info and create an account or to "Sign In" if they already have an account.

 

http://www.oscommerce.com/forums/index.php?sho...60entry598660

 

Check it out

 

I did this, now I want to undo it. The link is now dead. Ksaun does not respond to my cry. I cannot remember what it was that I had changed. Does anyone know?

Thanks,

Moon

"Woohoo, Just Havin Funnn!"

Posted
I was directed to a link back in april posted by ksaun, here it is...

 

Take 2 steps out of your checkout process and streamline your site, and its easy!

 

Get rid of the "Welcome Please Sign In" Page, this page stops people in their tracks and will hurt your sales.

 

Use this to take the "Welcome Please Sign In" Page and the "Account Created Success" Page out of your checkout process but still collect all their info and create an account or to "Sign In" if they already have an account.

 

http://www.oscommerce.com/forums/index.php?sho...60entry598660

 

Check it out 

 

I did this, now I want to undo it. The link is now dead. Ksaun does not respond to my cry. I cannot remember what it was that I had changed. Does anyone know?

Thanks,

Moon

 

This is to undo the above mentioned modifications....

 

1. open checkout_shipping.php

 

change:

 

  if (!tep_session_is_registered('customer_id')) {
   $navigation->set_snapshot();
   tep_redirect(tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'));
 }

 

Back to:

  if (!tep_session_is_registered('customer_id')) {
   $navigation->set_snapshot();
   tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL'));
 }

 

2. in create_account.php

 

change:

 

  tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'));

 

Back to:

 

  tep_redirect(tep_href_link(FILENAME_CREATE_ACCOUNT_SUCCESS, '', 'SSL'));

Archived

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

×
×
  • Create New...