Shopping Cart type collection

  • Thread starter Thread starter Andre
  • Start date Start date
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 ?
 
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
 
Back
Top