Quick lookup tables for PrestaShop theme development.
| Page | Description |
|---|---|
| Template variables | Global Smarty variables available on every normal front-office page: cart, currency, customer, language, country, page, shop, URLs, configuration, and utilities |
| JavaScript events | All events dispatched by core.js via the prestashop event bus |
| Smarty helpers | Custom Smarty functions ({l}, {url}, {hook}, {widget}) and modifiers (classname, classnames) |
For conceptual documentation, see Concepts. For Hummingbird-specific details, see Hummingbird.