Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/_default/menus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ main:
parent: "News"
- name: "Download"
weight: 2
- name: "Latest release"
- name: "How to download"
parent: "Download"
url: "https://github.com/PrestaShop/PrestaShop/releases"
pageRef: "download"
weight: 1
- name: "All sources"
parent: "Download"
url: "https://github.com/PrestaShop/PrestaShop/releases"
weight: 2
weight: 3
- name: "Community"
weight: 3
- name: "GitHub"
Expand Down
23 changes: 23 additions & 0 deletions content/download/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "How to download PrestaShop"
---

# How to download PrestaShop

PrestaShop can be downloaded in two ways, depending on your needs.

## Installer package (recommended)

The easiest way to get PrestaShop is to download the installer package from [prestashop.com/versions](https://www.prestashop.com/versions).

This package is ready to install and includes the PrestaShop core along with a selection of commercial modules provided by PrestaShop SA. It is the recommended option for most merchants and agencies setting up a new store.

> **Note:** The installer package integrates commercial products by PrestaShop SA. These are optional, but are bundled in the download for convenience.

## Source archive (GitHub)

If you want to build your own distribution or need full control over what is included, you can download the source archive directly from [GitHub releases](https://github.com/PrestaShop/PrestaShop/releases).

This archive contains only the open-source core of PrestaShop, without any commercial additions. It is intended for developers and integrators who want to assemble and package their own distribution.

For guidance on how to build a distribution from the sources, refer to the [distribution documentation](https://devdocs.prestashop-project.org/9/basics/deployment/distribution/).