shop_cart
Shop Cart provides shopping cart functionality to the radiant-shop-extension. It allows any Controller you delegate to add/remove/update items to a shopping cart. Shop Cart requires the activemerchant gem to process payments.
| Author | Christopher Rankin |
|---|---|
| Website | http://github.com/sbmsuite/radiant-shop_cart-extension |
| Repository | git://github.com/sbmsuite/radiant-shop_cart-extension.git |
| Download | http://github.com/sbmsuite/radiant-shop_cart-extension/tarball/master |
| Supports | Radiant 0.9.0 |
| Record Created | March 23, 2010 (almost 2 years ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install shop_cart
You’ll most likely need to add:
gem ‘activemerchant’ to your environment.rb file.
This extension requires the radiant-shop_tax-extension, although you can easily create your own tax extension to replace shop_tax.
