feha
|
| Posted: 04/23/2002, 12:57 AM |
|
Is there any example of shopbasket...
With (or without) login, not as in bookstore example
but the standard one.(PHP/MySQL).
(I'm working on new application project...)
|
|
|
 |
Nicole
|
| Posted: 04/23/2002, 1:43 AM |
|
Feha,
you can look for it under Links section on this page, may be somebody already created bookshop site.
And what do you mean under:
< but the standard one
?
|
|
|
 |
feha
|
| Posted: 04/23/2002, 8:02 AM |
|
Hi Nicole
Under the "standard one" I mean that you can choose from the big list of products, if you click on "buy" link or button than it should enter this in to the shopbasket and count number of items for particular article and totals...
This should be possible by using sessions/not a coockies...
After customers login then the amount should be transfered to their account...
bellow is screenshot...
http://vision.to/links/sample.gif
Thank You
|
|
|
 |
Nicole
|
| Posted: 04/24/2002, 12:34 AM |
|
Feha,
you can store selected items in any temporary table using IP as customer identifier. Then after he loges in catch IP and move corresponding items to "order" table.
|
|
|
 |
feha
|
| Posted: 04/24/2002, 12:40 AM |
|
I think that using IP isn't right solution...
For example my ISP has same IP that use more than 2000 users...
There should be some solution using sessions...
femi
|
|
|
 |
Arthur
|
| Posted: 04/24/2002, 2:33 AM |
|
Hi,
to be able to use session you probably should force customer to login
|
|
|
 |