Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TO send an order to a file


Genius

Recommended Posts

Posted

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

Posted

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"

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...