[thelist] Shopping cart with out using a database

Keith Gaughan keith at digital-crew.com
Wed Mar 30 11:29:10 CST 2005


Tim Lorz wrote:

> I have been following this list for a rather long time now, and thought
> that now might be a good time to post my first message...
>  
> I am looking for a way to do Shopping carts for an ecommerce website
> without having a database, so only with cookies... Do you know of any
> good tutorials out there, or ways I could do that?
>  
> Thank you all in advance, Any comments are appreciated...

By storing the cart in your session object? That's the way I've always
done it...

Now, if you're talking about where you store the list of products and
their details, that's another story.

K.


More information about the thelist mailing list