Typically, the basket will get 'emptied' if you lose the session id. Make
sure you are actually carrying this variable around with you.

Put a PRINT statement in your login/order_info screens to see what value the
session id has.

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Shawn Honeychurch
> Sent: Saturday, November 04, 2000 8:36 AM
> To: FreeTrade
> Subject: Re: [FreeTrade] Need help with $Screen command
>
>
> Hi;
>
> What i am trying to do is to have the customer sent to the start of the
> checkout process as soon as they are logged in.  I have a dupplicate login
> screen that activates when someone with an item in there basket clicks on
> checkout.
>
> Here is the StartForm() from the login screen.
>  print(StartForm("contents", 'post', 'CREATE_INVOICE', TRUE, '', '', '',
> 'loginForm'));
>
> Here is the screen command from the action module.
>  $SCREEN = "order_info";
>
> When I use these two I don't get logged in but the basket gets emptied.
>
> Shawn
>
>
> ----- Original Message -----
> From: "Chuck Gartland" <[EMAIL PROTECTED]>
> To: "FreeTrade" <[EMAIL PROTECTED]>
> Sent: Friday, November 03, 2000 8:32 PM
> Subject: RE: [FreeTrade] Need help with $Screen command
>
>
> >
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]On Behalf Of Shawn Honeychurch
> > > Sent: Friday, November 03, 2000 4:56 PM
> > > To: FreeTrade
> > > Subject: Re: [FreeTrade] Need help with $Screen command
> > >
> > >
> > > SCREEN is being passed but does not want to do both a screen
> url and an
> > > action, if I remove it then i default to the contents screen.  If
> > > i add the
> > > action in then I dont get logged in, or i get logged in and
> sent to the
> > > welcome screen.
> > >
> > > Shawn
> > >
> > >
> >
> > Where is it you are trying to go after log in?  It should
> probably be the
> > first thing passed in the StartForm() function in the log in screen.  Or
> are
> > you asking something else?
> >
> > Chuck
> >
> > chaosmailorder.com
> >
> >
> >
> > ------------------------------------------------------------
> > To subscribe:    [EMAIL PROTECTED]
> > To unsubscribe:  [EMAIL PROTECTED]
> > Site:            http://www.working-dogs.com/freetrade/
> > Problems?:       [EMAIL PROTECTED]
> >
>
>
>
> ------------------------------------------------------------
> To subscribe:    [EMAIL PROTECTED]
> To unsubscribe:  [EMAIL PROTECTED]
> Site:            http://www.working-dogs.com/freetrade/
> Problems?:       [EMAIL PROTECTED]
>
>
>



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to