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
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.