[Zope] I need a kind of shopping cart. How can I solve this.

Kevin Dangoor kid@kendermedia.com
Tue, 21 Mar 2000 13:58:26 -0500


Hi,

    Take a look at the FSSession and SQLSession products. They allow you to
store data on the server for each user, and I think it would be pretty easy
to implement a shopping cart that way.

Kevin

----- Original Message -----
From: "jens ebaer" <jensebaer@hotmail.com>
To: <zope@zope.org>
Sent: Tuesday, March 21, 2000 10:05 AM
Subject: [Zope] I need a kind of shopping cart. How can I solve this.

> i need a solution to save data from a order.
>
> For example if you order a product it should be saved somewhere over a
> session (Browser session).
> Same like Amazon.com or something like this.
>
> Maybe someone have a simple solution for this.