Home โ€บ Modules โ€บ phyto_acclimation_bundler

phyto_acclimation_bundler

Auto-suggest acclimation accessories when TC or deflasked plants are added to cart โ€” with optional bundle discount.

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

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

HookPurpose
displayShoppingCartFooterRenders acclimation kit widget in cart
actionCartSaveChecks cart for trigger products

Source Layout

PathPurpose
phyto_acclimation_bundler.phpModule entry + hooks
classes/PhytoAcclimationRule.phpORM for trigger/kit rules
sql/install.sqlCreates rules table
views/templates/hook/cart_widget.tplAJAX kit suggestion widget
views/js/acclimation.jsCart interaction + AJAX
View Full Source โ†— โ† Back to All Modules