Re: [phplib] Mailing the cart for order fulfillment From: Lars Heuer (heuer <email protected>)
Date: 03/02/01

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>