Appearance
Commerce
Menu: left sidebar Commerce group (must be enabled in Edit menu)
Route prefix:/_Admin/commerce/...?SiteId={siteGuid}
The Commerce module manages products, orders, carts, shipping, discounts, and more in the Kooboo site admin. Storefront checkout and product data are read/written via k.commerce; this series documents admin menu and page operations.
Difference from the Content module
| Content | Commerce | |
|---|---|---|
| Typical use | Articles, banners, non-transactional structured content | Product SKUs, orders, inventory, checkout |
| Admin | Content -> Content Types / Content Folders | Commerce -> Product Types / Product Management |
| API | k.content | k.commerce |
How to Open
- In the Edit menu, enable Commerce and its children (some sub-items are also marked
advanced). - Expand Commerce in the left sidebar.
Submenus (same order as admin)
| Menu | Path | Docs |
|---|---|---|
| Product Management | /commerce/product-management | List · Detail |
| Product Types | /commerce/product-types | Product types |
| Product Categories | /commerce/product-categories | Product categories |
| Carts | /commerce/carts | Carts |
| Customers | /commerce/customers | Customers |
| Orders | /commerce/orders | Orders |
| Sale Stats | /commerce/sale-stats | Sale stats |
| Discounts | /commerce/discounts | Discounts |
| Currencies | /commerce/currencies | Currencies |
| Shipping | /commerce/shippings | Shipping |
| Loyalty | /commerce/loyalty | Loyalty |
| Tax | /commerce/taxes | Tax |
| Notification | /commerce/notification | Notification |
| Settings | /commerce/settings | Settings |
Recommended Setup Order
Settings is last in the menu, but when first enabling commerce, read and save settings first, then configure types, categories, and products (implementation order differs from menu order):
- Settings — weight unit, payment methods, product/category custom fields, etc.
- Product types — define product fields and whether digital.
- Product categories — category tree and display fields.
- Product management — list and publish; variants etc. in product detail.
- During operations, configure discounts, shipping, currencies, tax, etc.
Related
| Doc | Description |
|---|---|
| k.commerce | Products, carts, orders, and other APIs |
| k.payment | Payment channels (works with payment methods in settings) |
| Site admin menu overview | Full menu tree |