Edit Features
Edit General Features
Visit the
Roadmap
- generate/implement product and property models
- ShoppingCart + Checkout Process
- Administration Backend:
- Overview and process Orders, Shipments and Invoices
- Configure your Products, Properties and Inventory-Items
- Configure ShippingRates, Taxes and PaymentTypes
- ActiveMerchant Integration
Edit Generators
openSteam offers three new generators (to use with script/generate):
- create a new webshop in no-time with
script/generate opensteam [webshop_name]
- create a new product model
script/generate opensteam_product [product_name]
- create a new property model (like "Color" for "Shirt") with
script/generate opensteam_property [property_name]