2
I Use This!
Activity Not Available

News

Analyzed 3 months ago. based on code collected 4 months ago.
Posted over 16 years ago by Michael Schaerfer
We finally released a new version of openSteam, an e-commerce framework for RubyOnRails. This release introduces some major enhancements of the checkout- and order-process, like shipping-rate calculation, tax management and an ActiveMerchant ... [More] integration for credit-card payments. For a full list of changes please read the CHANGELOG, and if you're curious what to expect in future releases, please visit the ROADMAP at our homepage. New Features: * Taxes: define taxes or tax-groups for products and regions * ActiveMerchant integration * PaymentMethods: use implemented payment-methods or implement your own * ShippingRate: define rates for products, regions and payment-types. * PDF-Export for invoices (using the excellent 'prawnto' plugin) Homepage: http://www.opensteam.net Blog: http://blog.opensteam.net [Less]
Posted almost 17 years ago by Michael Schaerfer
openSteam v0.9.1 released! We're pleased to announce the new openSteam release, v0.9.1! The new version of the web-based shopping framework for RubyOnRails introduces many new features such as: * Rails 2.1 compatible * create Invoices and ... [More] Shipments for an Order and even for Order-Items * mark an Order, an Invoice or a Shipment as 'pending' or 'finished'. Or even create your own states and state-specific logic using modules. * a whole new Admin-Backend (overview and process orders, manage admins and/or customers, etc) * sortable and searchable tables in the admin-backend * a simple search form, finally! See the CHANGELOG for more information on what we've done. If you have any question, drop us an email or visit our homepage http://www.opensteam.net [Less]
Posted almost 17 years ago by Michael Schaerfer
openSteam v0.9 released! ## Description "openSteam" is a generic eCommerce Framework for RubyOnRails. Its goal is to simplify the implementation and ui-design process of a webshop. It features generators, as known from Rails, to easily create ... [More] webshops and products with one command. Its possible to create multiple product-models, to associate products with various properties and to give specific product-configurations an inventory-entry (price, storage, etc). More information @ http://www.opensteam.net ## Features * generator to create webshops * generators to create products and properties * Shopping Cart * Checkout-Workflow * Associate Products to Properties * Define price and storage-quantity for products or specific product-configurations * Admin-Backend to overview customers and orders. [Less]