plugin-icon

B2B Quick Order Matrix

投稿者: CraftedWebb·
A fast SKU-based order matrix for B2B and wholesale WooCommerce stores. Paste SKUs, validate stock, and add all items to cart instantly.
バージョン
0.2.0
最終更新日時
Oct 16, 2025

B2B Quick Order Matrix streamlines bulk ordering for wholesale and B2B customers with seamless Excel integration. Copy-paste directly from spreadsheets or upload CSV/TSV files to import multiple SKUs and quantities instantly. Search for products by SKU or name, validate stock in real-time, and add everything to your cart in one click—no more browsing product pages one by one.

Key Features

  • Paste excel selection of upload CSV/TSV file with SKUs and quantities
  • Search products by SKU or name with enhanced product details
  • Automatic SKU resolution to product names
  • Inline stock quantity validation in order table
  • Stock availability alerts with user-friendly UI
  • Add all resolved items to cart in one click
  • Collapsible notifications area for cleaner interface

This saves significant time for repeat orders and bulk purchasing.

Developer Notes

Filter: b2bqom_check_user_permission

For developers: the plugin provides a filter to override or extend the default role-based permission logic.

Default behavior: – Administrators always allowed – Other roles must be enabled in plugin settings

Filter usage:

add_filter( ‘b2bqom_check_user_permission’, function( $allowed, $user, $allowed_roles ) { // Example: grant access to anyone with a custom capability if ( user_can( $user, ‘read_private_products’ ) ) { return true; } return $allowed; }, 10, 3 );

無料Business プランを利用中
インストールすることで、WordPress.com の利用規約サードパーティプラグイン利用規約に同意したことになります。
最大テスト回数
WordPress 6.8.3
このプラグインをダウンロードして、 サイトに使用できます。