[WordPress] 外掛分享: B2B Quick Order Matrix

首頁外掛目錄 › B2B Quick Order Matrix
全新外掛
安裝啟用
尚無評分
178 天前
最後更新
問題解決
WordPress 6.5+ PHP 8.0+ v0.2.0 上架:2025-10-14

內容簡介

總結:B2B Quick Order Matrix通過無縫的Excel集成,簡化了批量訂購對於批發和B2B客戶的流程。用戶可以直接從試算表中複製貼上或上傳CSV/TSV文件,即時匯入多個SKU和數量。可以按照SKU或產品名稱搜索產品,即時驗證庫存,並以一鍵方式將所有物品添加到購物車中。

問題與答案:
1. B2B Quick Order Matrix主要為哪些客戶提供服務?
- 答:主要為批發和B2B客戶提供服務。
2. 使用者可以如何將SKU和數量匯入插件?
- 答:使用者可以直接從試算表複製貼上或上傳CSV/TSV文件匯入多個SKU和數量。
3. 在B2B Quick Order Matrix中,如何查找產品?
- 答:使用者可以按照SKU或產品名稱搜索產品,並查看增強的產品詳細信息。
4. 這個插件能夠為哪些人士節省大量時間?
- 答:這個插件能夠為頻繁下單和批量採購的人士節省大量時間。
5. 開發者可以如何修改B2B Quick Order Matrix的許可權邏輯?
- 答:開發者可以使用插件提供的過濾器來覆蓋或擴展默認的基於角色的許可權邏輯。

外掛標籤

開發者團隊

⬇ 下載最新版 (v0.2.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「B2B Quick Order Matrix」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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 );

延伸相關外掛

文章
Filter
Apply Filters
Mastodon