This is a hotspot for me too. I just haven't gotten there yet. Please post
any info you may get.

You will probably have to add some logic to keep the session_sku and
invoice_sku in synch. i.e, now that the session_sku data is hanging around
(until they completely check out) you need to make sure that any updates
they make to the cart (for instance deleting an item or changing the qty)
are replicated back to session_sku.





> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Bob Hutchinson
> Sent: Saturday, November 04, 2000 7:13 AM
> To: FreeTrade
> Subject: Re: [FreeTrade] Cart Contents Disappears
>
>
> actions/CREATE_INVOICE
> near the bottom
>         //remove SKUs from basket
>         $Query = "DELETE FROM session_sku WHERE Session='$sid'";
>         $DatabaseResult = mysql_query($Query, $DatabaseLink);
>
> but I'm not sure what to do instead. I suspect that there may be security
> issues lurking around here somewhere....
>
> At 16:35 04/11/00 , you wrote:
> >The user may decide to continue shopping.
> >
> >I've seen this option on many of the sites I've visited and... it's
> >something the client is asking for.
> >
> >ron
> >
> >
> >> If the user 'checks out' they are buying the items in the cart.  Why
> >> would you want items to stay in the cart after check out?
> >>
> >> On 4 Nov 2000, at 7:24, Adam wrote:
> >>
> >> > This may have been covered before though I couldn't find anything.
> >> >
> >> > If the user is logged in, the cart contents remain even
> after going to
> >the
> >> > order_info screen. However if the user is not logged in, the contents
> >are
> >> > cleaned out. How do I change this to keep the cart contents and allow
> >the
> >> > user to continue shopping after they've clicked 'checkout'.
> >> >
> >> > =======================
> >> >       Ron Dyck
> >> >       WebbTech
> >> >       www.WebbTech.net
> >> >       [EMAIL PROTECTED]
> >> >       905 734-1164
> >> >
> >> >
> >> >
> >> > ------------------------------------------------------------
> >> > 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]
> >
>
> bye
> Bob Hutchinson
> [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