🗃️ Orders
1 item
📄️ AJAX Product List Grid Event
How subtemplate plugins implement onJ2CommerceRenderAjaxProductListGrid to keep AJAX-filtered product grids visually consistent with the initial server render.
📄️ Custom Subtemplates
Create a fully-custom J2Commerce subtemplate — product list, tag list, category list, and single-product views — using only Joomla template override directories, without writing a plugin.
📄️ Flow Diagram SDK (lib_j2commerceflow)
Reference for lib_j2commerceflow, the installable J2Commerce library that renders flow / user-journey graph diagrams on AntV X6. Covers FlowAssets, FlowDefinition, FlowCompiler, the window.J2CFlow client API, and the graph JSON schema.
📄️ TaxHelper
Reference for TaxHelper, the public API for computing J2Commerce tax outside the checkout flow. Covers geozone resolution, pricing modes, multi-rate distribution, and the onJ2CommerceAfterGetTaxRateItems event.
📄️ Checkout in Extensions
How your own J2Commerce app plugin can reuse the built-in checkout to collect a payment against an order that already exists — deposits, installments, balance payments, subscription renewals, and more.