Skip to content

Commit 12e8ce5

Browse files
committed
Download page
1 parent c4173a3 commit 12e8ce5

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

config/_default/menus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ main:
1919
parent: "News"
2020
- name: "Download"
2121
weight: 2
22-
- name: "Latest release"
22+
- name: "How to download"
2323
parent: "Download"
24-
url: "https://github.com/PrestaShop/PrestaShop/releases"
24+
pageRef: "download"
2525
weight: 1
2626
- name: "All sources"
2727
parent: "Download"
2828
url: "https://github.com/PrestaShop/PrestaShop/releases"
29-
weight: 2
29+
weight: 3
3030
- name: "Community"
3131
weight: 3
3232
- name: "GitHub"

content/download/_index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "How to download PrestaShop"
3+
---
4+
5+
# How to download PrestaShop
6+
7+
PrestaShop can be downloaded in two ways, depending on your needs.
8+
9+
## Installer package (recommended)
10+
11+
The easiest way to get PrestaShop is to download the installer package from [prestashop.com/versions](https://www.prestashop.com/versions).
12+
13+
This package is ready to install and includes the PrestaShop core along with a selection of commercial modules and themes provided by PrestaShop SA. It is the recommended option for most merchants and agencies setting up a new store.
14+
15+
> **Note:** The installer package integrates commercial products by PrestaShop SA. These are optional, but are bundled in the download for convenience.
16+
17+
## Source archive (GitHub)
18+
19+
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).
20+
21+
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.
22+
23+
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/).

0 commit comments

Comments
 (0)