Home โ€บ Modules โ€บ phytocommerce_pack

phytocommerce_pack

1-click meta-installer that deploys all PhytoCommerce modules in the correct dependency order with a live status dashboard.

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

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

PathPurpose
phytocommerce_pack.phpModule entry point, install orchestration
bundled/All standalone module directories bundled inside
bundled/README.mdLists 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.

View Full Source โ†— โ† Back to All Modules