modules/phytocommerce_pack/
Direct path in the repo โ all PHP, SQL, templates, and assets
Overview
Think of this as the “install everything” button. Instead of uploading and installing each module one by one, you upload just this single pack and it installs all PhytoCommerce modules automatically in the correct order. A back-office dashboard shows which modules are installed and which aren’t.
What it does
- Upload a single zip to PrestaShop โ all modules install automatically
- Resolves install order so dependencies land first
- Live status dashboard: Admin โ Advanced Parameters โ PhytoCommerce Pack
- Install or uninstall individual modules from the dashboard without touching the file system
Source Layout
| Path | Purpose |
|---|---|
phytocommerce_pack.php | Module entry point, install orchestration |
bundled/ | All standalone module directories bundled inside |
bundled/README.md | Lists every bundled module and its purpose |
Installation
# Zip up the pack (including bundled modules)
zip -r phytocommerce_pack.zip modules/phytocommerce_pack/
# Admin โ Modules โ Upload a module โ Install
After install go to Admin โ Advanced Parameters โ PhytoCommerce Pack and click Install All.