
前言介紹
- 這款 WordPress 外掛「Kitbix Commerce」是 2026-02-06 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2026-02-21,距離現在已有 5 天。
- 外掛最低要求 WordPress 5.5 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
kitbix |
外掛標籤
orders | checkout | products | ecommerce | online store |
內容簡介
總結:Kitbix Commerce是為了想要一個快速且感覺像WordPress的商家而設計的。它保持了前端的簡單性(沒有沉重的框架),同時在wp-admin內部提供了一個現代的React動力管理員,以便進行日常商店運作。
### 問題和答案:
1. 為什麼商家會安裝Kitbix Commerce?
- 可以在不更改主題或安裝笨重的頁面構建工具的情況下建立商店。
- 在每個觸點使用WordPress原生模式(短代碼、REST API、wp-admin)。
- 通過極小的商店前端佔用空間來保持高性能。
2. Kitbix Commerce的商店管理功能有哪些亮點?
- 使用React為基礎的產品、訂單和客戶儀表板,具有搜索、篩選和分頁功能。
- 顯示每位買家的訂單計數和總消費額的客戶時間軸。
- 專用數據庫表格使大型目錄保持有組織性而不會混亂wp_posts。
3. Kitbix Commerce的前台體驗有哪些功能?
- 提供用於商店、產品、購物車和結帳頁面的短代碼。
- 產品網格上的分類篩選,以便更輕鬆地瀏覽。
- 可以快速重新設計的主題友好的HTML/CSS輸出。
- 由Kitbix REST端點驅動的購物車+結帳流程,以實現更快的更新。
4. Kitbix Commerce支持哪些支付和結帳方式?
- 可以直接使用Stripe、PayPal和貨到付款。
- 結帳流程支持卡片字段、重定向或線下指示。
- 提供建立信任的插件選項(Live View Counter、Payment Trust Badge、Product Q&A等)。
5. Kitbix Commerce內置了哪些插件?
- 包括七個免費插件,可從Kitbix Commerce → Addons中啟用。
- Live Purchase Toast
- Live View Counter
- Payment Trust Badge
- Product Q&A
- Related Products
- Shipping Cutoff Clock
- WhatsApp Contact Button
6. Kitbix Commerce可以與哪些外部服務通信?
- 只有在設置中啟用這些網關時,Kitbix Commerce才能將數據發送給支付提供者。包括:
- Stripe:在結帳時加載https://js.stripe.com/v3/,並在收費時向Stripe的PHP SDK發送客戶/訂單詳細信息。
- PayPal:與https://api-m.paypal.com或沙箱端點通信以創建/完成訂單。
原文外掛簡介
🛒 What is Kitbix Commerce?
Kitbix Commerce is a complete WordPress eCommerce plugin that lets you build a professional online store in minutes — without page builders, without theme lock-in, and without the bloat.
Whether you’re selling physical goods, digital downloads, or recurring subscriptions, Kitbix Commerce gives you everything you need in one lightweight plugin that works with any WordPress theme out of the box.
👉 See the full feature tour at kitbix.com/kitbix-commerce/
💡 Why Kitbix Commerce Stands Out
Kitbix Commerce is not just another WordPress shop plugin. It’s a complete eCommerce system built for speed, simplicity, and developer freedom. Here’s why it stands out:
You own your data — all product, order, and customer data stays on your WordPress site. Nothing is sent to external servers unless you enable a payment gateway.
Zero bloat — the public storefront loads minimal CSS and JavaScript. Your store stays fast.
Works with any WordPress theme — no theme switching or page builder required. Drop in a shortcode and you’re live.
Modern React admin — manage products, orders, and customers from a beautiful dashboard inside wp-admin.
Built for developers — PSR-4 autoloading, REST API, hook system, and addon contracts make customisation straightforward.
Stripe, PayPal & COD built in — start accepting payments in minutes with zero extra plugins.
🌟 Key Features of Kitbix Commerce
✅ Unlimited products — sell physical goods, digital files, or subscriptions.
🛒 Shortcode storefront — shop, product, cart, and checkout pages anywhere.
💳 Payment gateways — Stripe, PayPal, and Cash on Delivery built in.
📦 Eight free addons — Live Purchase Toast, Live View Counter, Product Q&A, and more.
⚛️ React admin dashboard — fast, modern product and order management inside wp-admin.
👥 Customer directory — order history, total spend, and profile insights per buyer.
🖨️ Order printing — print receipts directly from wp-admin.
🔌 Extensible — add custom gateways, addons, and templates with clean PHP interfaces.
🌍 Translation ready — all strings are translatable via standard WordPress tools.
🛍️ Product & Store Management
Creating and managing products with Kitbix Commerce is simple and powerful. The React-powered admin lets you:
Create unlimited products with images, descriptions, categories, and pricing.
Set regular and sale prices per product.
Manage a searchable, filterable product catalog.
Import products in bulk for fast catalog setup.
Create orders manually from wp-admin when needed.
View a customer timeline showing order history and total spend per buyer.
Add customer-facing order notes that sync to email notifications.
Track payment gateway, transaction ID, and order status per order.
All store data lives in dedicated custom database tables — your wp_posts table stays clean and your store scales without performance issues.
🛒 Storefront & Checkout Experience
Kitbix Commerce gives your customers a smooth, fast shopping experience:
Place your shop, product, cart, and checkout anywhere using simple shortcodes.
Category filtering on the product grid for easier browsing.
Theme-friendly HTML/CSS output that inherits your active theme’s styles automatically.
Fast cart and checkout powered by Kitbix REST API — no full page reloads.
Checkout loading indicator with button disable state for better UX.
Guest checkout supported out of the box — no account required.
💳 Payments & Gateways
Kitbix Commerce includes three payment gateways ready to use from day one:
Stripe — card payments with Stripe Elements and PaymentIntents for secure, modern card collection.
PayPal — redirect-based PayPal checkout for buyers who prefer PayPal.
Cash on Delivery — offline payment support for in-person or bank transfer orders.
Need a custom gateway? Implement the PaymentGatewayInterface and hook into kitbix_commerce_payment_gateways — the admin UI and checkout pick it up automatically. Webhook support is built in for asynchronous payment confirmation.
📦 Built-in Free Addons
Enable powerful store features from Kitbix Commerce → Addons with a single click — no code required:
Live Purchase Toast — show real-time purchase notifications to boost social proof.
Live View Counter — display how many people are viewing a product right now.
Order Printing — print order receipts directly from wp-admin.
Payment Trust Badge — display trust icons at checkout to increase conversions.
Product Q&A — let shoppers ask questions directly on product pages.
Related Products — automatically suggest relevant products to increase average order value.
Shipping Cutoff Clock — create urgency with a countdown to the next dispatch time.
WhatsApp Contact Button — let customers reach you instantly via WhatsApp.
Each addon has its own settings panel and front-end UI.
🚀 Upgrade to Kitbix Commerce Pro
Unlock advanced revenue features with Kitbix Commerce Pro:
🤖 AI Support Chat
Embed an OpenAI-powered live chat widget on your storefront. The AI recommends products, handles order status enquiries (verified by both Order ID and checkout email for security), captures visitor contact details as leads automatically, and generates a plain-text customer overview after every conversation. View all captured leads under Kitbix Commerce → AI Leads in wp-admin.
🔄 Subscriptions & Licensing
Sell recurring monthly or yearly subscriptions with Stripe billing. Includes free trial periods, grace periods after failed renewals, automatic renewal via WP-Cron, and optional per-site license key generation. Customers get a direct checkout link for each subscription product.
📥 Digital Downloads
Sell eBooks, software, music, or any file with secure tokenised download links. Set per-file download limits and expiry dates. Customers receive their download links by email automatically after purchase. A dedicated Downloads tab appears in the customer account area.
👤 Customer Accounts
Give customers a secure /account portal to view their order history and manage their downloads — all inside your own WordPress site.
⭐ Product Reviews
Collect verified reviews from real buyers and display star ratings on product pages. Fully customisable section headings, subheadings, and empty-state messages.
🎨 Storefront Design Presets
Switch between 30+ curated layouts for product grids, product detail pages, cart, and checkout — no coding needed. Activate any preset instantly from the Design Presets admin panel.
🔧 For Developers
Kitbix Commerce is built with modern PHP practices and a clean architecture:
PSR-4 autoloading via Composer.
Full REST API for products, orders, customers, and payments.
Hook system (do_action / apply_filters) for every major event.
Addon contract interface — build and register your own addons.
Custom payment gateway interface — integrate any provider.
Shortcodes and Gutenberg blocks for flexible page placement.
📖 Developer docs: commerce.kitbix.com/docs
💡 Who Should Use Kitbix Commerce?
Small business owners who want a fast, simple store without WooCommerce complexity.
Freelancers and agencies building client stores that need to stay lean and maintainable.
Digital creators selling eBooks, courses, or software files (with Pro).
SaaS founders selling WordPress plugin licenses with recurring billing (with Pro).
Developers who want a clean, hookable eCommerce foundation to build on.
🌱 Start Selling Today
Install Kitbix Commerce, add four shortcodes to your pages, and you have a fully working online store — in under five minutes.
👉 kitbix.com/kitbix-commerce/
Shortcodes
Shortcode
Purpose
[kitbix_commerce_products]
Product listing / shop grid
[kitbix_commerce_product]
Single product page
[kitbix_commerce_cart]
Shopping cart
[kitbix_commerce_checkout]
Checkout page
[kitbix_commerce_cart_count]
Cart item count badge
External services
Kitbix Commerce connects to payment providers only when those gateways are enabled inside Settings → Payments:
Stripe – loads https://js.stripe.com/v3/ on checkout and sends customer/order details to Stripe’s PHP SDK when charging cards. See the Stripe Terms and Stripe Privacy Policy.
PayPal – communicates with https://api-m.paypal.com or sandbox endpoints to create and complete orders. See the PayPal User Agreement and PayPal Privacy Statement.
No data is sent to any external service unless the respective gateway is explicitly enabled by the site administrator.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Kitbix Commerce」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.0.1 | 1.0.2 | 1.0.3 | 1.0.4 | 1.0.5 | 1.0.6 | 1.0.7 | 1.0.8 | 1.0.9 | trunk | 1.0.10 |
延伸相關外掛(你可能也想知道)
WooCommerce 》p>WooCommerce是全球最受歡迎的開源電子商務解決方案之一,擁有世界上最多的市場份額。, 我們的核心平臺是免費的、靈活的,並擁有全球社區的支持。開源的自由...。
Popup Builder & Popup Maker for WordPress – OptinMonster Email Marketing and Lead Generation 》🤩使用這個外掛可以製作彈出視窗和訂閱表單,增加電子郵件訂閱者、銷售和業績–最受歡迎的彈出視窗建構器!🚀, 最佳的 WordPress 彈出視窗建構器和電子報彈窗...。
WooCommerce PayPal Payments 》PayPal 最新、功能最完備的付款處理解決方案。除了接受 PayPal 獨有的付款方式,也可接受信用卡/借記卡和本地付款方式。開啟 PayPal 付款選項或處理完整的付...。
PrettyLinks – Affiliate Links, Link Branding, Link Tracking, Marketing and Stripe Payments Plugin 》Pretty Links 可以幫助您在 WordPress 網站上或外部網站上縮短、美化、追蹤、管理和分享任何 URL。使用您自己的域名創建您想要的外觀的連結!, Pretty Links ...。
Mailchimp for WooCommerce 》加入 Mailchimp 的 1,700 萬客戶,這是全球最大的行銷自動化平台,以發展您的電子商務行銷策略。藉由官方 Mailchimp for WooCommerce 整合,您的客戶及其購買...。
WooCommerce PayPal Checkout Payment Gateway 》⚠️ PayPal 結帳功能將於 2022 年 3 月 1 日停止支援,外掛的更新已在 2021 年 9 月 1 日停止。我們建議轉換至 PayPal Payments。, 這是一個用於 WooCommerce ...。
Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress 》理 their accounts., , Content Restriction, Restrict content based on membership level, user role, or custom capabilities. With ProfilePress members...。
WPML Multilingual & Multicurrency for WooCommerce 》這個外掛包含您需要開始跨國銷售所需的一切。輕鬆地設定和管理多種貨幣下的產品,不論您的商店大小和負責團隊的規模。或者,您可以升級購買 WPML,將您的整個...。
Mercado Pago payments for WooCommerce 》官方的 Mercado Pago 外掛可讓您為您的網路商店處理付款,讓使用者以他們喜歡的付款方式完成購買。, 安裝不需要技術知識,您可以從我們的開發者網站上按照整...。
WooCommerce Admin 》WooCommerce Admin 已不再被支援, WooCommerce Admin 已經成為 WooCommerce 的一部分!為了確保您的商店繼續順利運行,請確認 WooCommerce 已更新至最新版本...。
TI WooCommerce Wishlist 》增加銷售和轉換率, 您是否正在尋找提高您的 WooCommerce 網站銷售量的方法?不用再找了,使用 WooCommerce 愿望清單!我們強大的工具旨在提高轉換率和增加網...。
Mollie Payments for WooCommerce 》, 透過 Mollie 的強大外掛,您可以在 WooCommerce 中快速整合所有主要的付款方式,不論您在何處需要它們。只需將它們直接丟入您的 WooCommerce 網店中,Molli...。
Matomo Analytics – Ethical Stats. Powerful Insights. 》已經使用 Matomo On-Premise 或 Matomo Cloud 的使用者?您需要使用 WP-Matomo 外掛而非此外掛。, 對於所有想要以更輕鬆的方式獲取顧客洞察資訊以發展自己的...。
Download Manager 》WordPress Download Manager 是一款檔案/文件管理外掛程式,可讓您管理、追蹤和控制從您的 WordPress 網站下載的檔案。您可使用密碼、使用者角色來控制檔案的...。
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments 》新的 WordPress 銷售方式!, ★★★★★, 厭倦了過於複雜的設置、糟糕的效能、過多的元素,只得到一般的結果嗎?, 讓我們面對現實,傳統的 WordPress 電子商務外掛...。
