Genius Posted June 30, 2003 Posted June 30, 2003 Does anyone know how to send the order to a file, I have the order coming to an e-mail which is fine but i would also like one sent to a file. thanks
mattice Posted June 30, 2003 Posted June 30, 2003 What do you mean by "file"? Like proper text file? The easiest will be (linux / unix) to .forward the e-mail to a shell script that just echos it into a file (cat > ) or adds it to a file (cat >> ) Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them"
Genius Posted June 30, 2003 Author Posted June 30, 2003 I mean a text file, I need the order to go to a csv file with just certain fields like the product code, name, price and quantity.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.