modules/phyto_acclimation_bundler/
Direct path in the repo โ all PHP, SQL, templates, and assets
Overview
When a customer adds a tissue-culture or young plant to their cart, a widget pops up suggesting the acclimation accessories they’ll need (humidity domes, rooting powder, speciality substrate, etc.). You configure which products make up the kit and which plant types trigger the suggestion.
Features
- Configure trigger conditions: product category, growth stage, TC flag
- Configure the kit: any combination of existing PS products
- Optional bundle discount when all kit items are added together
- AJAX widget โ appears inline without page reload
- Admin: manage kit compositions and discounts per trigger rule
Hooks Registered
| Hook | Purpose |
|---|---|
displayShoppingCartFooter | Renders acclimation kit widget in cart |
actionCartSave | Checks cart for trigger products |
Source Layout
| Path | Purpose |
|---|---|
phyto_acclimation_bundler.php | Module entry + hooks |
classes/PhytoAcclimationRule.php | ORM for trigger/kit rules |
sql/install.sql | Creates rules table |
views/templates/hook/cart_widget.tpl | AJAX kit suggestion widget |
views/js/acclimation.js | Cart interaction + AJAX |