Zen Cart Logo
Forums / All Other Contributions/Addons / Export invoice totals to .csv for use in Excel-QUESTION

Export invoice totals to .csv for use in Excel-QUESTION

Locked

Views: 1,104

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
31 Jul 2007, 3:42 AM
#1
droptest avatar

droptest

New Zenner

Join Date:
Apr 2006
Posts:
41
Plugin Contributions:
0

Export invoice totals to .csv for use in Excel-QUESTION

Hi

I am trying to test the "Export invoice totals to .csv for use in Excel" Mod.

This is a PHPmyAdmin question. In the setup for this mod it simply states to upload the 2 files in the respective directory and to run this query:

ALTER TABLE orders ADD downloaded ENUM( 'yes', 'no' ) NOT NULL DEFAULT 'no';

I don't know much about the database stuff. Do I simply query the 'zen_orders' table the run a query after that table query is loaded?

What is the safest, step by step, way to do this without risking a major screw up ?

thanks