shop
Radiant Shop is an attempt at a simple but complete store. It includes Products, Categories, Orders and Credit Card Payments.
It can be easily extended using interface hooks and consistent application design.
| Author | Dirk Kelly |
|---|---|
| Website | http://github.com/dirkkelly/radiant-shop-extension |
| Repository | http://github.com/dirkkelly/radiant-shop-extension.git |
| Supports | Radiant 0.9.1 |
| Record Created | March 17, 2010 (almost 2 years ago) |
| Last Updated | November 1, 2010 (over 1 year ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install shop
Install (or vendor) the following extensions
config.gem ‘radiant-scoped-extension’, :lib => false config.gem ‘radiant-images-extension’, :lib => false config.gem ‘radiant-forms-extension’, :lib => false config.gem ‘radiant-drag-extension’, :lib => falseInstall or vendor this extension
config.gem ‘radiant-shop-extension’, :lib => falseCopy over the required migration files
rake radiant:extensions:update_allMigrate shop (which will migrate the related extensions)
rake radiant:extensions:shop:migrate