Quick Orders via CSV Upload

Introduced in B2BKing update 3.1, Quick Orders via CSV are a quick way for customers to add to cart products by uploading a 2-column CSV with SKU and Quantity.

( this functionality should not be confused with the Bulk Order Form)

The CSV order form can be used by adding the [b2bking_csvorder] shortcode to any page.

The form will accept a CSV file that has SKU numbers on the first column, and quantity on the second column.

The plugin parses the entire CSV, but only looks at the first 2 columns. Everything else will be ignored. The plugin will check if the first item in a row is a valid SKU and if not, 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)

Powered by BetterDocs