- Published on
Masonite Commerce
- Authors
- Name
- Yubaraj Shrestha
- @meyubaraj
Features
- Products
- Custom Attributes
- Categories
- Tags
- Reviews
- Comments
- Cart
- Checkout
- Order
- Payment
- Shipping
- Tax
- Coupons
- Custom Reporting and Analytics
Database Design (v1)
Installation
pip install masonite-commerce
Configuration
Add MasoniteCommerceProvider to your project in config/providers.py
:
# config/providers.py
# ...
from masonite_commerce import MasoniteCommerceProvider
# ...
PROVIDERS = [
# ...
# Third Party Providers
MasoniteCommerceProvider,
# ...
]
Then you can publish the package resources (if needed) by doing:
python craft package:publish masonite-commerce
Usage
Dummy Content Seeder
python craft commerce:seed
python craft commerce:seed --clear