PrestaShop Classic Direct downloads for automation & integration
This page is intended for experienced developers, hosting providers, and automation tools requiring direct access to PrestaShop Classic releases.
If you’re building Docker images, 1-click installers, CI/CD pipelines, or other automated systems, use the links below to download official PrestaShop Classic packages. These packages include all essential modules, such as PrestaShop Checkout and PrestaShop Marketplace in Back Office (MBO).
Why use this method?
- No email form or UI interaction required
- Fully compatible with automated scripts
- Includes all essential PrestaShop modules
- Official, maintained source
Example usage
curl -o prestashop-installer.zip "https://assets.prestashop3.com/dst/edition/corporate/9.0.0-1.0/prestashop_edition_classic_version_9.0.0-1.0.zip?source=ci" && unzip prestashop-installer.zip
or
wget -O prestashop-installer.zip "https://assets.prestashop3.com/dst/edition/corporate/9.0.0-1.0/prestashop_edition_classic_version_9.0.0-1.0.zip?source=docker" && unzip prestashop-installer.zip
You should append ?source=yourtool
to the URL to identify your integration (e.g.?source=ovh
, ?source=yourcompany
).
The archive contains:
index.php
Install_PrestaShop.html
PrestaShop_Marketplace_Modules_Themes_Support.html
prestashop.zip
Running index.php
starts the web-based installer. To access the package contents or use the CLI installer, extract prestashop.zip
. See the developer documentation for CLI installation instructions.
Looking for the official Docker image?
You can find it here. If you want to build a custom Docker image, you can do it using PrestaShop Flashlight with the ZIP_SOURCE
argument.
Important notice: not recommended for general use
While direct downloads are convenient for automated integrations and experienced developers, this method bypasses the official PrestaShop download form. That form provides tailored recommendations, tips, and onboarding to help you get started with PrestaShop and discover key features of the ecosystem (modules, themes, hosting partners, and more).
If you use this direct download:
- You won’t benefit from the onboarding flow designed for new users
- You might miss important guidance tailored to your project
- You won’t be notified of updates or best practices
Unless you’re working on CI/CD pipelines, Docker builds, or hosting integrations, we strongly recommend using the official download page to ensure the best experience.