All Projects → shuup → Shuup

shuup / Shuup

Licence: other
E-Commerce Platform

Programming Languages

python
139335 projects - #7 most used programming language
Jinja
831 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Less
1899 projects
CSS
56736 projects

Projects that are alternatives of or similar to Shuup

Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (+190.73%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework, multivendor-ecommerce
Bagisto
An easy to use, free and open source laravel eCommerce platform to build your online shop in no time.
Stars: ✭ 4,140 (+131.28%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework, multivendor-ecommerce
Sylius Standard
Open Source eCommerce Application on top of Symfony
Stars: ✭ 165 (-90.78%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+722.35%)
Mutual labels:  ecommerce, ecommerce-platform, django
Complete Php7 Ecom Website
🛒 An advanced and complete PHP 7 eCommerce website along with MySQL database and Admin interface.
Stars: ✭ 50 (-97.21%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
freshcom-api
Deprecated
Stars: ✭ 43 (-97.6%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Zencart
Zen Cart® is a full-function e-commerce application for your website.
Stars: ✭ 250 (-86.03%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Workarea
Workarea is an enterprise-grade Ruby on Rails commerce platform
Stars: ✭ 290 (-83.8%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
ionic-ecommerce
eCommerce client for IOS, Android and Windows Platform with Ionic
Stars: ✭ 66 (-96.31%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Solidus
🛒Solidus, Rails eCommerce System
Stars: ✭ 3,985 (+122.63%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
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 (+245.92%)
Mutual labels:  ecommerce, ecommerce-platform, ecommerce-framework
Solidus related products
🍴 Related products extension for Solidus
Stars: ✭ 23 (-98.72%)
Mutual labels:  ecommerce, ecommerce-platform
Django Ecommerce
An e-commerce website built with Django
Stars: ✭ 861 (-51.9%)
Mutual labels:  ecommerce, django
Woocommerce
An open source eCommerce plugin for WordPress.
Stars: ✭ 7,473 (+317.49%)
Mutual labels:  ecommerce, ecommerce-platform
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (-45.25%)
Mutual labels:  ecommerce, django
Jet
Jet is an e-commerce framework for Amber / Crystal
Stars: ✭ 18 (-98.99%)
Mutual labels:  ecommerce, ecommerce-platform
Ecommerce
A powerful and lightweight eCommerce platform using ReactJs, Graphql, PHP, and Mysql.
Stars: ✭ 28 (-98.44%)
Mutual labels:  ecommerce, ecommerce-platform
Ever
Ever® - Open-Source Commerce Platform for On-Demand Economy and Digital Marketplaces
Stars: ✭ 980 (-45.25%)
Mutual labels:  ecommerce, ecommerce-platform
Veniqa
MEVN Full Stack E-Commerce Solution. Built using MEVN Stack (Node.js, Express.js, Vue.js, MongoDB) with Developer Friendliness and Cloud Integrations in mind. Previously Powered the Veniqa New York Startup. 100% Customizable. For Demos and Documentation, Visit Official Website
Stars: ✭ 832 (-53.52%)
Mutual labels:  ecommerce-platform, ecommerce-framework
Grocerystore With Server
Grocery Store with server integration
Stars: ✭ 51 (-97.15%)
Mutual labels:  ecommerce, django
https://travis-ci.org/shuup/shuup.svg?branch=master https://coveralls.io/repos/github/shuup/shuup/badge.svg?branch=master PyPI Known Vulnerabilities

Shuup

Shuup is an Open Source E-Commerce Platform based on Django and Python.

https://shuup.com/

Copyright

Copyright (c) 2012-2021 by Shuup Commerce Inc. <[email protected]>

Shuup is International Registered Trademark & Property of Shuup Commerce Inc., Business ID: BC1126729, Business Address: 1500 West Georgia Suite 1300, Vancouver, BC, V6G-2Z6, Canada.

CLA

Contributor License Agreement is required for any contribution to this project. Agreement is signed as a part of pull request process. See the CLA.rst file distributed with Shuup.

License

Shuup is published under Open Software License version 3.0 (OSL-3.0). See the LICENSE file distributed with Shuup.

Some external libraries and contributions bundled with Shuup may be published under other compatible licenses. For these, please refer to VENDOR-LICENSES.md file in the source code tree or the licenses included within each package.

Chat

We have a Gitter chat room for Shuup. Come chat with us! Join chat

Docker quick start

Fastest way to get Shuup up and running is to use Docker.

  1. Run:

    docker-compose up
  2. Open localhost:8000/sa in a browser, log in with username: admin password: admin

Full Shuup installation guide

See Getting Started.

For simple project example see our Django-project template.

Getting Started with Shuup development

See Getting Started with Shuup Development.

Contributing to Shuup

Interested in contributing to Shuup? Please see our Contribution Guide.

Documentation

Shuup documentation is available online at Read the Docs.

Documentation is built with Sphinx.

Issue the following commands to build the documentation:

pip install -r requirements-doc.txt
cd doc && make html

To update the API documentation rst files, e.g. after adding new modules, use command:

./generate_apidoc.py

Roadmap

v3 (Q4 2021)

  • Initial Django 3.x support
  • Latest Jinja support
  • Deprecate theme folders under Shuup front which are used to override individual macros in macro folders. This does not work well with latest Jinja and adds extra complexity.

v4 (Q1 2022)

  • Move Shuup front, xtheme and theming features to own addons. This so that projects not ready for updating theme or front can still get latest Shuup.
  • Introduce new default theme and overhaul templates structure to be more simple (likely Bootstrap 5 will be used).
  • Bump admin Bootstrap version to match with the new front
  • Move various other not essential apps in this repository to addons for better version management.

Additional Material

Admin Preview

doc/_static/admin_shop_product.png doc/_static/admin_order_detail.png
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].