FishCart FAQs : Operation : What if I need to create delimited files for orders?
Delimited files are usually highly customized to fit the target application. The recommended method is to store the orders in the database and then extract them with a daily cron job. An example script is provided in the maintenance pages, process_tabdelim.php, which can be used as a starting point for your own script. FishCart also provides an XML DTD and PHP driven DOM XML export file creation script for use as needed. These are also included in the maintenance area. *** NB: Under no circumstance should the processed order files be placed in an unprotected area of a web site. It is highly recommended that PGP, GPG or similar strength encryption be used for the order file if it is to be transferred over the Internet.