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