Edit Features
Edit General Features
Visit the
Roadmap
- Product Listing
- Details-Page for Products
- ShoppingCart (add/update/delete items, decrement/increment quantity, checkout)
- Checkout Process
- Admin Backend
- Tax Calculation
- ShippingRates
- ActiveMerchant Integration (CreditCard Payment)
- Overview and process Orders
Edit Generators
openSteam offers three new generators (to use with script/generate):
- create a new webshop in no-time with
script/generate opensteam WebShopName - create new products (like scaffold for
models products) script/generate opensteam_product ProductName [column:type] - create new properties for products (like "color" for "Shirt") with
script/generate opensteam_property PropertyName [column:type]
Edit Flexibility in Products
- create new Product-Models with a generator
- associate Products to Properties (a "Shirt" has_many "Colors")
- give the Product a price and a storage-quantity
- give specific configurations a price and a storage-quantity (a "blue-Shirt" is more expensive than a "yellow-Shirt")
- mark specific configurations as "Not-Active" or "Back-Ordered"