All Projects → PrestaShop → Prestashop

PrestaShop / Prestashop

Licence: other
PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
Twig
543 projects
Smarty
1635 projects
Gherkin
971 projects
HTML
75241 projects

Projects that are alternatives of or similar to Prestashop

Workarea
Workarea is an enterprise-grade Ruby on Rails commerce platform
Stars: ✭ 290 (-95.32%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Solidus
🛒Solidus, Rails eCommerce System
Stars: ✭ 3,985 (-35.64%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Complete Php7 Ecom Website
🛒 An advanced and complete PHP 7 eCommerce website along with MySQL database and Admin interface.
Stars: ✭ 50 (-99.19%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Shuup
E-Commerce Platform
Stars: ✭ 1,790 (-71.09%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (-15.96%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
freshcom-api
Deprecated
Stars: ✭ 43 (-99.31%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Bagisto
An easy to use, free and open source laravel eCommerce platform to build your online shop in no time.
Stars: ✭ 4,140 (-33.14%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Sylius Standard
Open Source eCommerce Application on top of Symfony
Stars: ✭ 165 (-97.34%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Pimcore
Open Source Data & Experience Management Platform (PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce)
Stars: ✭ 2,352 (-62.02%)
Mutual labels:  ecommerce, ecommerce-platform, cms
Zencart
Zen Cart® is a full-function e-commerce application for your website.
Stars: ✭ 250 (-95.96%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
ionic-ecommerce
eCommerce client for IOS, Android and Windows Platform with Ionic
Stars: ✭ 66 (-98.93%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
React Storefront
Build and deploy e-commerce progressive web apps (PWAs) in record time.
Stars: ✭ 275 (-95.56%)
Mutual labels:  ecommerce, ecommerce-platform
Saleor Dashboard
A GraphQL-powered, single-page dashboard application for Saleor.
Stars: ✭ 278 (-95.51%)
Mutual labels:  ecommerce, ecommerce-platform
Thirtybees
thirty bees - e-commerce that works for you
Stars: ✭ 580 (-90.63%)
Mutual labels:  ecommerce, ecommerce-platform
S Cart
This project has been replaced by https://github.com/s-cart/s-cart
Stars: ✭ 258 (-95.83%)
Mutual labels:  ecommerce, cms
Firebase Cms
A CMS + E-commerce platform built with Angular and Firebase
Stars: ✭ 286 (-95.38%)
Mutual labels:  ecommerce, cms
Paid Memberships Pro
The most complete member management and membership subscriptions plugin for your WordPress site.
Stars: ✭ 293 (-95.27%)
Mutual labels:  ecommerce, ecommerce-platform
Shopsys
Main repository for maintaining Shopsys Framework packages. Open for ISSUES and PULL REQUESTS.
Stars: ✭ 257 (-95.85%)
Mutual labels:  ecommerce-platform, ecommerce-framework
React Storefront
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).
Stars: ✭ 292 (-95.28%)
Mutual labels:  ecommerce, ecommerce-platform
Mix.core
🚀 Mixcore CMS is an open source CMS that support both headless and decoupled to easily build any kinds of app/web app/customisable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org
Stars: ✭ 304 (-95.09%)
Mutual labels:  ecommerce, cms

About PrestaShop

PHP checks and unit tests Integration tests UI tests Nightly Status

Minimum PHP Version GitHub release Slack chat GitHub forks GitHub stars

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.

PrestaShop 1.7 back office

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 1.7), please go to the download page on the official PrestaShop site.

About the 'develop' branch

The 'develop' branch of this repository contains the work in progress source code for the next version of PrestaShop.

For more information on our branch system, read our guide on installing PrestaShop for development.

The first stable version of PrestaShop 1.7, 1.7.0.0, was released on November 7th, 2016. Further updates have been released since then. Learn more about it on the Build devblog.

Server configuration

To install the latest PrestaShop 1.7, you need a web server running PHP 7.1+ and any flavor of MySQL 5.0+ (MySQL, MariaDB, Percona Server, etc.). Versions between 1.7.0 and 1.7.6 work with PHP 5.6+.

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 download page, then read the install guide for users.

Docker compose

PrestaShop can also be deployed with Docker and its tool Docker compose.

To run the software, use:

docker-compose up

Then reach your shop on this URL: http://localhost:8001

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 config/settings.inc.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 technical information (core, module and theme development, performance...), head on to PrestaShop DevDocs

If you want to learn how to use PrestaShop 1.7, 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!

Current Crowdin status (for more than 75 registered languages): Crowdin

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 on the support forums.

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 the PrestaShop forums or on the PrestaShop Slack channel.

Thank you for downloading and using the PrestaShop Open Source e-commerce solution!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].