Home > Item #22
Can all the order information for the day, or any period of time, be exported as a quote, comma delimited file, or some other format easily imported into another database?
Also, what are all the export options for Cactushop, and what is the data structure of each?
v5 support this from the backend. You can specify a date range and what delimiters you require (eg commas) and then orders within this range are written to a text file.
v4 does include a invoice rows table in the database. You could easily write a system that pulls the data you require from this table.
v3 doesn't log individual order rows, only the full text of each order is stored.