Sha256: 3ff53f321c7a54994e750d5c29cbd93eee6ade770aa9f3e76bbcac94a2eaf198
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
Spree Category Bullets ==================== With this extension you can attach bullets (text chunks) on the categories. Then all the products in this category will have those bullets displayed in the single item view. Every bullet will have sort order, active flag and description. One special case is when you have close products in the same category which differs by some of the bullets. Then you can use the image_code to group the simillar bullets in the category. To make this work you have to add a property 'image_code' in the products. Here is an example of the most complicated usage of the bullets Important!!! If one product belongs to multiple taxon's this extension uses the bullets attached to the first taxon. The attributes from the parent taxons are not displayed! Installation ------------ Add to `Gemfile`: gem 'spree_category_bullets', :git => 'git://github.com/gudata/spree_category_bullets.git' Run: $ bundle $ bundle exec rails g spree_category_bullets:install Testing ------- No need for tests right now. Be sure to bundle your dependencies and then create a dummy test app for the specs to run against. $ bundle $ bundle exec rake test_app $ bundle exec rspec spec Copyright (c) 2012 Gudasoft, released under the New BSD License
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_category_bullets-0.0.2 | README.md |
spree_category_bullets-0.0.1 | README.md |