Skip to content

basetwode/cypetulip

Repository files navigation

image

Django CI

CypeTulip is a free open source e-commerce system. Its strength is its highly flexible product system, that allows both digital and regular products, but also customizable products. Products can require file uploads, selects, or number-/checkbox inputs.

Screenshots can be found here.

Current Features

  • E-commerce
    • Shopping cart
    • Free configurable products (as described above)
    • On request products
    • Categories
    • System vouchers (fixed price and percentage)
    • Dynamic product attributes / including filtering
  • CMS
    • Pages
    • Sections (WYSIWYG)
    • Header / Footer
  • Payment methods:
    • Prepayment
    • Bill
    • Paypal
  • Management
    • Basic management functionality (add/edit products, subproducts, categories, ...)
    • Manually create orders / clients
    • Accounting Dashboard
    • Create order from on request product
    • Customize shop colors
  • Other
    • LDAP Support
    • SMTP Support
    • Communication Log (Celery) incl. retry
    • CSV Export incl. bills

Planned Features

  • Other payment providers
  • RMA
  • Web hooks for (almost) all transactions
  • (Done) Communication Log
  • (Done) CSV Export
  • Reviews
  • Wishlist
  • Shipper Integration (DHL,...)
  • Installer / Documentation

Development

System requirements:

  • Python >3.7
  • Django >3.1.0

Installation

Run the setup

python manage.py setup