Home โ€บ Modules โ€บ phytocommerce_branding

phytocommerce_branding

Theme-agnostic CSS design tokens and brand banner โ€” re-skin any licensed PrestaShop theme to Phyto Commerce colors without modifying core files.

Foundation v1.0 PrestaShop 8 Browse Source on GitHub โ†—
modules/phytocommerce_branding/
Direct path in the repo โ†’ all PHP, SQL, templates, and assets
Open on GitHub โ†—

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

PathPurpose
phytocommerce_branding.phpModule entry + admin config
views/css/phyto-tokens.cssCSS design token overrides
views/templates/hook/brand_banner.tplOptional banner Smarty template
View Full Source โ†— โ† Back to All Modules