modules/phytocommerce_branding/
Direct path in the repo โ all PHP, SQL, templates, and assets
Overview
Injects Phyto Commerce’s design system โ color tokens, typography scale, and brand banner โ into any PrestaShop 8 theme via a single CSS override file. No theme core files are touched, so updates to your licensed theme won’t break your branding.
Features
- CSS custom properties (design tokens) for all brand colors
- Brand banner with logo placement configurable from admin
- Survives theme updates (override file, not core edit)
- Toggle banner on/off without disabling the module
Source Layout
| Path | Purpose |
|---|---|
phytocommerce_branding.php | Module entry + admin config |
views/css/phyto-tokens.css | CSS design token overrides |
views/templates/hook/brand_banner.tpl | Optional banner Smarty template |