All Projects → JamesRamm → Longclaw

JamesRamm / Longclaw

Licence: mit
A shop for Wagtail CMS

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Longclaw

Django Salesman
Headless e-commerce framework for Django.
Stars: ✭ 157 (-43.53%)
Mutual labels:  shop, e-commerce, wagtail, django
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+5194.96%)
Mutual labels:  shop, e-commerce, django
Smartstorenet
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
Stars: ✭ 2,363 (+750%)
Mutual labels:  shop, e-commerce
Coreshop
CoreShop - Pimcore eCommerce
Stars: ✭ 193 (-30.58%)
Mutual labels:  shop, e-commerce
7cart
7cart is a php7 project for building online shops, catalogs or service platforms. 7cart built with simple code and database schema. It is easy to support and fast.
Stars: ✭ 27 (-90.29%)
Mutual labels:  shop, e-commerce
Reaction
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
Stars: ✭ 11,588 (+4068.35%)
Mutual labels:  shop, e-commerce
Aimeos Typo3
TYPO3 e-commerce extension for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 157 (-43.53%)
Mutual labels:  shop, e-commerce
mytek
Django e-commerce web application with advanced features
Stars: ✭ 27 (-90.29%)
Mutual labels:  shop, e-commerce
Aimeos Core
Aimeos PHP e-commerce framework for ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 2,152 (+674.1%)
Mutual labels:  shop, e-commerce
An-PHP-Based-Affiliate-marketing-website
University project involving Javascript, PHP, HTML, CSS and database’s queries management.
Stars: ✭ 51 (-81.65%)
Mutual labels:  shop, e-commerce
L-Shop
Modern e-commerce system for Minecraft.
Stars: ✭ 121 (-56.47%)
Mutual labels:  shop, e-commerce
storefront-app
Storefront by Fleetbase is an open source hyperlocal shopping or services app. Enables users to quickly launch their own shop or service booking app or setup a multi-vendor marketplace.
Stars: ✭ 40 (-85.61%)
Mutual labels:  shop, e-commerce
Spree
Open Source headless multi-language/multi-currency/multi-store eCommerce platform
Stars: ✭ 11,571 (+4062.23%)
Mutual labels:  shop, e-commerce
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+746.76%)
Mutual labels:  shop, e-commerce
S Cart
This project has been replaced by https://github.com/s-cart/s-cart
Stars: ✭ 258 (-7.19%)
Mutual labels:  shop, e-commerce
Aimeos Symfony
Symfony e-commerce bundle for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 194 (-30.22%)
Mutual labels:  shop, e-commerce
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+464.75%)
Mutual labels:  shop, e-commerce
Vc Storefront
VirtoCommerce Storefront for ASP.NET Core 3.1 repository
Stars: ✭ 122 (-56.12%)
Mutual labels:  shop, e-commerce
enhavo
Modern CMS with shop features based on fullstack symfony and sylius components
Stars: ✭ 80 (-71.22%)
Mutual labels:  shop, e-commerce
saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 15,824 (+5592.09%)
Mutual labels:  shop, e-commerce

Longclaw

Pypi Version Codecov Status Build Status Code Health

An e-commerce extension for Wagtail CMS

Checkout the documentation

Image of the dashboard

Quickstart

Install Longclaw:

  $ pip install longclaw

Setup a Longclaw project

  $ longclaw start my_project

Go to project directory and create missing migrations

  $ python manage.py makemigrations home catalog

Do migrations for whole project and run

  $ python manage.py migrate
  $ python manage.py loadcountries
  $ python manage.py createsuperuser
  $ python manage.py runserver

Features

  • Tightly integrated with Wagtail. Create products, manage orders, configure shipping and view statistics all from the Wagtail admin.
  • Multiple payment backends. Longclaw currently supports Stripe, Braintree and PayPal (v.zero) payments.
  • Comprehensive REST API & javascript client easily loaded via a template tag
  • Create your catalogue as Wagtail pages, with complete control over your product fields
  • Easy setup. Just run longclaw start my_project to get going
  • Simple to use, simple to change. Write your frontend as you would any other wagtail website. No complicated overriding, forking etc in order to customise behaviour.

Screenshots

Order Detail

Support

Please raise bugs/feature requests using the github issue tracker and ask questions on stackoverflow. For further support contact [email protected]

If you use Longclaw, please consider supporting the developer: Buy Me A Coffee

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