Date: 03/02/01
- Next message: Brian Popp: "RE: [phplib] database problem"
- Previous message: John Mandeville: "Re: [phplib] database problem"
- In reply to: was (Benedikt Laube): "[phplib] Mailing the cart for order fulfillment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dear Benedikt,
> - have a function that mails the current cart ingredients to one or more
> adresses so the actual orders can be processed (why is this missing from
> cart-dist) ?
I think, it's easy to implemt such functionality with a simple function
which works like "show_all()". You'll have to walk throug the card and
build a mail. It's very simple.
> - have a function that logs the cart to a mysql table with uid and timestamp
> once it is submitted for fulfillment, including all the cart items and
> amounts in case an email order gets lost.
See above. Build a table with the uid and timestamp and in this table
are references to your article IDs.
Regards,
lars
-- quiXS! | http://www.quixs.com utopiXS! | http://www.utopixs.de | digital postcards--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Brian Popp: "RE: [phplib] database problem"
- Previous message: John Mandeville: "Re: [phplib] database problem"
- In reply to: was (Benedikt Laube): "[phplib] Mailing the cart for order fulfillment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

