Documentation

Complete guide for B2B Quick Order v1.0.0

Getting Started

B2B Quick Order lets wholesale customers add products by SKU in bulk.

Requirements

Magento 2.4.x
PHP 8.1+

Installation

composer require kevion/m2-b2b-quick-order

php bin/magento setup:upgrade

php bin/magento cache:clean

Configuration

Navigate to **Stores → Configuration → Kevion → B2B Quick Order** and select which customer groups can access the Quick Order page.

Usage

Quick Order Page

Customers with access will see a **Quick Order** link in their account dashboard. The page has two modes:

### Manual Entry

Type or paste SKUs one per row with the desired quantity. The system validates each SKU against the catalog in real time and shows product name, price, and available stock.

### CSV Upload

Upload a CSV file with SKU and quantity columns. A template CSV is available for download. After upload, the system validates all rows and shows any errors before adding to cart.

Adding to Cart

Once all items are validated, a single click adds everything to the cart and redirects to checkout.

Changelog

v1.0.02026-06-10
  • Initial public release
  • SKU-based bulk order entry with real-time validation
  • CSV upload for large orders with template download
  • Quantity validation against available stock
  • Customer group access restrictions
  • Quick add to cart from dashboard
  • Dedicated bulk order form on account dashboard