> 3. Allow shopping carts to survive for xx time. Add to config a boolean
> for allowing the basket to survive beyond the session and add a config for
> how long.
I solved this problem for Resto last year by making the code that purges
invoices save baskets of users who were logged in. When a user logged in
again, it found their saved basket and restored it.
> One last thing... I think certain sections of the site would benefit from
> being part of a page other than index.php. For example checkout.php or
> admin.php. I know that this is just semantics but that it would be
helpful
> for developers in keeping modules separate and users just as on more thing
> to make it clear where they are and what they are doing.
You can always make symbolic links to index.php, I guess. Or you can put
variables in PATH_INFO, like /index.php/department=3/item=15/item.html would
show the item screen for item 15 in the department 3.
Leon
_______________________________________________
FreeTrade-dev mailing list
[EMAIL PROTECTED]
http://share.whichever.com/mailman/listinfo/freetrade-dev