PDA

View Full Version : Login Button


lissa-busick
10-08-06, 05:09 AM
I have it set-up so a user has to login to make a purchase.
So when they hit the checkout button it takes them to the login page, once they either create a new account or login it takes them back to the storefront page. Is it possible to have the login button continue on with the check out process?
Going to the homepage seems confusing.
Thanks

http://www.theycatalog.com

Vic - WolfPaw Computers
10-08-06, 10:04 AM
In your link to the LOGN page, add this: &Order=1

That will cause the order information page to display instead.

lissa-busick
10-08-06, 07:45 PM
I was experimenting with it last night and I added OCST to this line
<input type="hidden" name="Screen" value="OCST">
to the customer create page and the order: customer login page and it seems to be workin fine. Do you see any drawback with this?