All Projects → shopware → Shopware

shopware / Shopware

Licence: other
Shopware 5 Repository - For Shopware 6 visit https://github.com/shopware/platform

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Shopware

Magento Lts
Official OpenMage LTS codebase | Migrate easily from Magento Community Edition in minutes! Download the source code for free or contribute to OpenMage LTS | Security vulnerability patches, bug fixes, performance improvements and more.
Stars: ✭ 622 (-48.04%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Woocommerce
An open source eCommerce plugin for WordPress.
Stars: ✭ 7,473 (+524.31%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Magento2
All Submissions you make to Magento Inc. ("Magento") through GitHub are subject to the following terms and conditions: (1) You grant Magento a perpetual, worldwide, non-exclusive, no charge, royalty free, irrevocable license under your applicable copyrights and patents to reproduce, prepare derivative works of, display, publically perform, subli…
Stars: ✭ 9,816 (+720.05%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+451.21%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Bagisto
An easy to use, free and open source laravel eCommerce platform to build your online shop in no time.
Stars: ✭ 4,140 (+245.86%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+1129.74%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Yupe
Yupe! is an open source Yiiframework-based online e-commerce solution. Demo https://demo.yupe.ru/
Stars: ✭ 596 (-50.21%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Sylius Standard
Open Source eCommerce Application on top of Symfony
Stars: ✭ 165 (-86.22%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Saleor Dashboard
A GraphQL-powered, single-page dashboard application for Saleor.
Stars: ✭ 278 (-76.78%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Zencart
Zen Cart® is a full-function e-commerce application for your website.
Stars: ✭ 250 (-79.11%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (-3.84%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Solidus
🛒Solidus, Rails eCommerce System
Stars: ✭ 3,985 (+232.92%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+661.15%)
Mutual labels:  ecommerce, hacktoberfest, ecommerce-platform
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+470.34%)
Mutual labels:  ecommerce, ecommerce-platform
Prestashop
PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.
Stars: ✭ 6,192 (+417.29%)
Mutual labels:  ecommerce, ecommerce-platform
Commercejs Nextjs Demo Store
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
Stars: ✭ 737 (-38.43%)
Mutual labels:  ecommerce, hacktoberfest
Easy Digital Downloads
Sell digital downloads through WordPress
Stars: ✭ 757 (-36.76%)
Mutual labels:  ecommerce, hacktoberfest
Ecommerce Codeigniter Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 788 (-34.17%)
Mutual labels:  ecommerce, ecommerce-platform
Vc Platform
VirtoCommerce Platform repository
Stars: ✭ 828 (-30.83%)
Mutual labels:  ecommerce, ecommerce-platform
Jet
Jet is an e-commerce framework for Amber / Crystal
Stars: ✭ 18 (-98.5%)
Mutual labels:  ecommerce, ecommerce-platform

Shopware 5

Build Status Crowdin Scrutinizer Code Quality Latest Stable Version Total Downloads Slack

Overview

Shopware 5 collage

Shopware 5 is the next generation of open source e-commerce software made in Germany. Based on bleeding edge technologies like Symfony 3, Doctrine 2 & Zend Framework Shopware comes as the perfect platform for your next e-commerce project. Furthermore Shopware 5 provides an event-driven plugin system and an advanced hook system, giving you the ability to customize every part of the platform.

Visit the forum at https://forum.shopware.com/

Shopware Server Requirements

  • PHP 7.2.0 or above
  • Apache 2.2 or 2.4
  • Apache's mod_rewrite module
  • MySQL 5.7.0 or above

Required PHP extensions:

Installation via Git

Follow the instruction below if you want to install Shopware 5 using Git.

1.) Clone the git repository to the desired location using:

git clone https://github.com/shopware/shopware.git

In case you wish to contribute to Shopware, fork the 5.6 branch rather than cloning it, and create a pull request via Github. For further information please read the section "Get involved" of this document.

2.) Set the correct directory permissions:

chmod -R 755 custom/plugins
chmod -R 755 engine/Shopware/Plugins/Community
chmod -R 755 files
chmod -R 755 media
chmod -R 755 var
chmod -R 755 web

Depending on your server configuration, it might be necessary to set whole write permissions (777) to the files and folders above. You can also start testing with lower permissions due to security reasons (644 for example) as long as your php process can write to those files.

3.) A Makefile may be used to set up the configuration and database connection:

  • Copy .env.dist to .env and modify variables if needed
  • make init

Info regarding platform intercompatibility

The Makefile is intended to work with Linux and Mac systems alike which means that we're not able to use all features of modern GNU make. Some workarounds are in place because of this and place constraints on the functionality of this way to set up Shopware (there might be issues when using special characters inside the variables of the .env file). The Makefile is therefore only to be used for testing and development setups at the moment.

4.) Download the test images and extract them:

Go to the root directory of your shopware system and download the test images:

wget -O test_images.zip http://releases.s3.shopware.com/test_images_since_5.1.zip

For older Shopware versions < 5.1

wget -O test_images.zip http://releases.s3.shopware.com/test_images.zip

Unzip the files inside the root directory:

unzip test_images.zip

You can now access your shop

Backend

The backend is located at /backend example http://your.shop.com/backend. Backend Login: demo/demo

The test_images.zip file includes thumbnails for the new responsive theme and the old deprecated template.

If you want to have full featured demo data, you should download the respective demo data plugin in the First Run Wizard or in the Plugin Manager.

Frontend users in demo data

Get involved

Shopware is available under dual license (AGPL v3 and proprietary license). If you want to contribute code (features or bugfixes), you have to create a pull request and include valid license information. You can either contribute your code under New BSD or MIT license.

If you want to contribute to the backend part of Shopware, and your changes affect or are based on ExtJS code, they must be licensed under GPL V3, as per license requirements from Sencha Inc.

If you are not sure which license to use, or want more details about available licensing or the contribution agreements we offer, you can contact us at [email protected].

For more information about contributing to Shopware, please see CONTRIBUTING.md.

How to report bugs / request features?

We've always had a sympathetic ear for our community, so please feel free to submit tickets with bug reports or feature requests. In order to have a single issue tracking tool, we've decided to close the GitHub issue panel in favor of our Jira issue tracker, which is directly connected to our development division.

Copying / License

Shopware is distributed under a dual license (AGPL v3 and proprietary license). You can find the whole license text in the license.txt file.

Changelog

The changelog and all available commits are located under https://github.com/shopware/shopware.

Further reading

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].