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/
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:
✅ 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.
Creating and managing products with Kitbix Commerce is simple and powerful. The React-powered admin lets you:
All store data lives in dedicated custom database tables — your wp_posts table stays clean and your store scales without performance issues.
Kitbix Commerce gives your customers a smooth, fast shopping experience:
Kitbix Commerce includes three payment gateways ready to use from day one:
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.
Enable powerful store features from Kitbix Commerce Addons with a single click — no code required:
Each addon has its own settings panel and front-end UI.
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.
Kitbix Commerce is built with modern PHP practices and a clean architecture:
do_action / apply_filters) for every major event.📖 Developer docs: commerce.kitbix.com/docs
Install Kitbix Commerce, add four shortcodes to your pages, and you have a fully working online store — in under five minutes.
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
Kitbix Commerce connects to payment providers only when those gateways are enabled inside Settings Payments:
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.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.