I need a kind of shopping cart. How can I solve this.
Hi all, 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. Thank you Jens ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
Jens, You may want to look at Pavlos Christoforous' FSSession or Anthony Baxter's SQLSession products to make this happen. Look on zope.org. jens ebaer wrote:
Hi all,
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.
Thank you Jens ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Chris McDonough Digital Creations Publishers of Zope - http://www.zope.org
Not a problem. Use ZSQL Sessions and an update SQL statement have it fed in from a Zope form. Do a little error checking and Bob's Your Uncle. J
From: "jens ebaer" <jensebaer@hotmail.com> Date: Tue, 21 Mar 2000 15:05:55 GMT To: zope@zope.org Subject: [Zope] I need a kind of shopping cart. How can I solve this.
Hi all,
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.
Thank you Jens ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
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.
participants (4)
-
Chris McDonough -
J. Atwood -
jens ebaer -
Kevin Dangoor