Home โ€บ Modules โ€บ phyto_grex_registry

phyto_grex_registry

Attach scientific and horticultural taxonomy metadata to any product โ€” displayed as a collapsible 'Scientific Profile' card on the product page.

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

Overview

Lets you attach proper scientific information to each product: genus, species, hybrid/grex name, the registration authority that named it, and its conservation status. Shows up as a neat “Scientific Profile” tab on the product page. Ideal for rare plant buyers who need botanical provenance.

Data Fields

FieldExample
GenusNepenthes
Speciesrajah
Hybrid / Grex nameN. ร— veitchii
Registration authorityRHS, ICPS
Conservation statusCITES Appendix I
Common nameGiant Pitcher Plant

Hooks Registered

HookPurpose
displayProductTabContentRenders “Scientific Profile” tab
displayAdminProductsExtraAdmin tab for entering taxonomy data

Source Layout

PathPurpose
phyto_grex_registry.phpModule entry + hook handlers
classes/PhytoGrexEntry.phpORM model for taxonomy records
sql/install.sqlCreates phyto_grex_registry table
views/templates/hook/product_tab.tplFront-end “Scientific Profile” card
views/templates/hook/admin_product_tab.tplAdmin entry form
View Full Source โ†— โ† Back to All Modules