with the customer's second purchase, this column will return a value of 1-2 .
You have to dump for these tables for all orders records: sales_invoice; sales_invoice_comment; sales_invoice_grid; sales_invoice_item ...
$tableName = $resource->getTableName('sales_order');. $sql="INSERT INTO".$ tableName."(source,campaign) VALUES ('".$source."', '" ...
now I want to use local DB for live and I want to delete the all test order. I know there is some table of all these orders are stored. but I don't know the name of those ...
http://anna.voelkl.at/uploads/magento/ce1922.png shows tables in a diagram, I can see sales_flat_order table for instance. Also sales_order_* ...
In magento1.x we will keep mysql file inside sql folder. Also file the name like mysql4-install-0.1.0.php (while first time installation ) ...
Orders data are saved in database tables sales_flat_order and sales_flat_order_item. Discounts are applied in ...
Magento Commerce (on premise): 2.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25,