Home โ€บ Modules โ€บ phyto_growth_stage

phyto_growth_stage

Replace or augment PrestaShop combination size labels with named growth stages, each with care-difficulty and time-to-maturity metadata.

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

Overview

Lets you tag each product with its current growth stage โ€” Deflasked, Juvenile, Semi-Mature, Mature, or Specimen. The stage shows as a coloured badge on product listing cards and product pages so buyers know exactly what size/age plant they’re getting.

Growth Stages

StageBadge ColourTypical Use
DeflaskedBlueJust out of TC flask
JuvenileGreenGrowing on, 1โ€“6 months
Semi-MatureTealEstablished, 6โ€“18 months
MatureAmberFull size, near blooming
SpecimenGoldOversized, exhibition grade

Hooks Registered

HookPurpose
displayProductListFunctionalButtonsBadge on listing card
displayProductAdditionalInfoBadge on product page
displayAdminProductsExtraAdmin stage selector

Source Layout

PathPurpose
phyto_growth_stage.phpModule entry + hook handlers
classes/PhytoGrowthStage.phpORM model
sql/install.sqlCreates phyto_growth_stage table
views/templates/hook/badge.tplStage badge template
View Full Source โ†— โ† Back to All Modules