Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
Non ancora secondi fa.
False
Non ancora secondi fa
4 ore faGoto single snapshot
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
PrestaShop / PrestaShop Public
* Notifications You must be signed in to change notification settings
* Fork 5k
* Star 9.2k
* Code
* Issues 1.5k
* Pull requests 497
* Pull requests 502
* Discussions
* Actions
* Projects
* Security and quality 56
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Discussions
* Actions
* Projects
* Security and quality
* Insights
develop
Branches Tags
Go to file
Code
Open more actions menu
Folders and files
Name Name Last commit message Last commit date
Latest commit
History
96,359 Commits
96,359 Commits
.ai .ai
.claude/ skills .claude/ skills
.cursor/ rules .cursor/ rules
.docker .docker
.github .github
.windsurf/ rules .windsurf/ rules
admin-api admin-api
admin-dev admin-dev
app app
bin bin
cache cache
classes classes
config config
controllers controllers
docs docs
download download
img img
install-dev install-dev
js js
localization localization
mails mails
modules modules
override override
pdf pdf
src src
tests tests
themes themes
tools tools
translations translations
upload upload
var var
vendor vendor
webservice webservice
.editorconfig .editorconfig
.env .env
.gitignore .gitignore
.header-stamp-config.yml .header-stamp-config.yml
.header-stamp-osl3-license.txt .header-stamp-osl3-license.txt
.php-cs-fixer.dist.php .php-cs-fixer.dist.php
.t9n.yml .t9n.yml
AGENTS.md AGENTS.md
CLAUDE.md CLAUDE.md
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md
CONTRIBUTING.md CONTRIBUTING.md
CONTRIBUTORS.md CONTRIBUTORS.md
GEMINI.md GEMINI.md
INSTALL.txt INSTALL.txt
LICENSE.md LICENSE.md
Makefile Makefile
README.md README.md
autoload.php autoload.php
composer.json composer.json
composer.lock composer.lock
docker-compose.mariadb.yml docker-compose.mariadb.yml
docker-compose.override.yml.dist docker-compose.override.yml.dist
docker-compose.yml docker-compose.yml
error500.html error500.html
index.php index.php
init.php init.php
package-lock.json package-lock.json
phpstan-baseline.neon phpstan-baseline.neon
phpstan-disallowed-calls.neon phpstan-disallowed-calls.neon
phpstan-tmp-legacy-layout-baseline.neon phpstan-tmp-legacy-layout-baseline.neon
phpstan.neon.dist phpstan.neon.dist
rector.php rector.php
View all files
Repository files navigation
*
* README
* Code of conduct
* Contributing
* License
* Security
More items
About PrestaShop
PrestaShop is an Open Source e-commerce web application, committed to providing the best shopping cart experience for both merchants and customers. It is written in PHP, is highly customizable, supports all the major payment services, is translated in many languages and localized for many countries, has a fully responsive design (both front and back office), etc. See all the available features.
This repository contains the source code of PrestaShop, which is intended for development and preview only. To download the latest stable public version of PrestaShop (currently, version 9.0), please go to the releases page.
The first stable version of PrestaShop 9.0 was released on June 10th, 2025. Learn more about it on the Build devblog.
About the develop branch
The develop branch of this repository contains the work in progress source code for the next version of PrestaShop. Currently, it is exclusively for version 9.1.
For more information on our branch system, read our guide on installing PrestaShop for development.
Server configuration
To install the latest PrestaShop 9.0, you need a web server running PHP 8.1+ and any flavor of MySQL 5.6+ (MySQL, MariaDB, Percona Server, etc.).
You will also need a database administration tool, such as phpMyAdmin, in order to create a database for PrestaShop. We recommend the Apache or Nginx web servers (check out our example Nginx configuration file).
You can find more information on our System requirements page and on the System Administrator Guide.
Installation
If you downloaded the source code from GitHub, read our guide on installing PrestaShop for development. If you intend to install a production shop, make sure to download the latest version from our releases page, then read the install guide for users.
🐳 Docker Development Environment
PrestaShop provides a complete Docker-based development environment.
Quick Start
# Start the development environment
make docker-start
# Access your PrestaShop installation
# Frontend: http://localhost:8001
# Backend: http://localhost:8001/admin-dev
# Email testing: http://localhost:1080
Default Admin Credentials:
* Email: demo@prestashop.com
* Password: Pr3st4Sh0P
Or the backoffice on this URL: http://localhost:8001/admin-dev (default access credentials: demo@prestashop.com / Pr3st4Sh0P)
You can customize the admin credentials by setting the following environment variables before running docker compose:
export ADMIN_MAIL=your-email@example.com export ADMIN_PASSWD=Your-Secure-Password docker compose up
Docker will bind your port 8001 to the web server. If you want to use other port, open and modify the file docker-compose.yml. MySQL credentials can also be found and modified in this file if needed.
Note: Before auto-installing PrestaShop, this container checks the file app/config/parameters.php does not exist on startup. If you expect the container to (re)install your shop, remove this file if it exists. And make sure the container user www-data has write access to the whole workspace.
Documentation
For detailed information, see:
* 🚀 Development Guide - Complete setup and development guide
Documentation
For technical information (core, module and theme development, performance...), head on to PrestaShop DevDocs
If you want to learn how to use PrestaShop 9, read our User documentation.
First-time users will be particularly interested in the following guides:
* Getting Started: How to install PrestaShop, and what you need to know.
* User Guide: All there is to know to put PrestaShop to good use.
* Updating Guide: Switching to the newest version is not trivial. Make sure you do it right.
* Merchant's Guide: Tips and tricks for first-time online sellers.
* The FAQ page should also be of tremendous help to you.
Contributing
PrestaShop is an Open Source project, and it wouldn't be possible without the help of the hundreds of contributors, who submitted improvements and bugfixes over the years. Thank you all!
If you want to contribute code to PrestaShop, read the CONTRIBUTING.md file in this repository or read the tutorials about contribution on the documentation site.
Don't know where to start? Check the good first issue label to have a look at all beginner-friendly improvements and bug fixes.
If you want to help translate PrestaShop in your language, join us on Crowdin!
If using AI tools to write code, make sure your agent has read the .ai/CONTEXT.md file. You can find more details in our dev doc regarding AI assisted development.
Reporting Issues
Our bugtracker is on GitHub. We encourage you to create detailed issues as soon as you see them.
Read our Contribute by reporting issues guide for details and tips.
Reporting Security Issues
Responsible (and private) disclosure is a standard practice when someone encounters a security problem: before making it public, the discoverer informs the Core team about it, so that a fix can be prepared, and thus minimize the potential damage.
The PrestaShop team tries to be very proactive when preventing security problems. Even so, critical issues might surface without notice.
This is why we have set up a Bug Bounty Program where anyone can privately contact us with all the details about issues that affect the security of PrestaShop merchants or customers. Our security team will answer you, and discuss of a timeframe for your publication of the details.
Understanding a security issue means knowing how the attacker got in and hacked the site. If you have those details, then please do contact us privately about it (and please do not publish those details before we answer). If you do not know how the attacker got in, please ask for help.
Extending PrestaShop
PrestaShop is a very extensible e-commerce platform, both through modules and themes. Developers can even override the default components and behaviors. Learn more about this on the Modules documentation and the Themes documentation.
Community forums
You can discuss about e-commerce, help other merchants and get help, and contribute to improving PrestaShop together with the PrestaShop community on PrestaShop Slack channel, project's discussions on GitHub or on the the PrestaShop forums.
Thank you for downloading and using the PrestaShop Open Source e-commerce solution!
About
PrestaShop is the universal open-source software platform to build your e-commerce solution.
www.prestashop-project.org/
Topics
cmsecommerceecommerce-frameworkecommerce-platformhacktoberfestphpphp-frameworkprestashop
Resources
Readme
License
Code of conduct
Code of conduct
Contributing
Contributing
Security policy
Security policy
Activity
Custom properties
Stars
9.2k stars
Watchers
438 watching
Forks
5.0k forks
Report repository
Releases
Used by
Contributors
Languages
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
Tip: Highlight text to share or add to ignore lists.
— Download difference patch
For now, Differences are performed on text, not graphically, only the latest screenshot is available.
Screenshot requires Playwright/WebDriver enabled