The FWFM Cart Module displays a shopping cart widget anywhere on your site using the shortcode [fwfm_mod_cart]. The widget shows the current cart contents, item count, and running total, along with a link to the full checkout form. It updates automatically as customers add or remove items from the menu.
The Cart addon must be installed and active. The Cart Module is a thin wrapper — it has no output of its own and relies entirely on the Cart addon to render the widget. Without the Cart addon, the module displays nothing.
Use the shortcode wherever your page builder or editor accepts shortcodes:
[fwfm_mod_cart] directly into a page or post content area.The widget inherits styling from whichever design template is active in FW Food Menu, so its appearance stays consistent with the rest of the menu.
| Parameter | Type | Default | Description |
|---|---|---|---|
| Module class suffix | Text | — | A CSS class appended to the cart widget wrapper element. Use this to apply custom styles without modifying core files. |
Cart contents are stored client-side via session or cookie and synced with the server each time the cart is updated. This means the cart widget reflects live order state as customers interact with the menu.
To install this addon, open the Add-ons panel inside FW Food Menu. See Getting Started → Add-ons for details on free addons, paid addons, and site verification.