Shopping Cart type collection

A

Andre

Hi to all Frontpage Gurus,
I need some help or pointers with the following. I am busy with a website
which sells furniture but NOT ONLINE. What I want to do is to have a "add to
cart" or "add to wishlist" type of button to every item, and when selected
this have to be collected and eventually mailed to an email addres together
with the clients name tel nr etc. I am fairly familiar with generating forms
etc, but do not know how to collect the different items and how to store the
selections until it can be send etc.
Would this be possibible ?
 
S

Stefan B Rusynko

The approach would be the same as a regular shopping cart
- store the selected items in Session variables (or in a temporary database table) until they are ready to "check out" (send you the
email)
How you do that depend on your server hosting OS and what they support for server side scripting (and databases)

--




| Hi to all Frontpage Gurus,
| I need some help or pointers with the following. I am busy with a website
| which sells furniture but NOT ONLINE. What I want to do is to have a "add to
| cart" or "add to wishlist" type of button to every item, and when selected
| this have to be collected and eventually mailed to an email addres together
| with the clients name tel nr etc. I am fairly familiar with generating forms
| etc, but do not know how to collect the different items and how to store the
| selections until it can be send etc.
| Would this be possibible ?
|
| --
| Do not fix stuff that ain't broken
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top