Order Via CSV
[b2bking_csvorder]
How it works:
The form will accept a CSV file that has SKU numbers on the first column, and quantity on the second column, such as the following file:

The order will be created by parsing this CSV, but only looks at the first 2 columns. Everything else will be ignored. If the first item in a row is not a valid SKU it will ignore that row. The example above is a valid example, as the header row would be ignored (because the first element in the row is not a valid SKU)