Spree Enhanced Banner, is an extension for spree e-commerce platform. It provides spree's frontend with a way to associate banners with taxons, and dinamically change them through a configuration on the admin view on the backend.
###Important Note The Spree Enhanced Banner project is a work in progress, and will suffer major changes. Please use it and keep a live feedback with the team by opening a GitHub issue.
Spree Enhanced Banner now requires Rails version >= 4.0 and a Spree version >=2.1.
Spree Enhanced Banner is not yet distributed as a gem, so it should be used in your app with a git reference or you can download the source and build the gem on your own.
- Add the following to your Gemfile
gem 'spree_enhanced_banner’, :git => 'https://github.com/openjaf/spree_enhanced_banner.git', :branch => 'master'
-
Run
bundle install
-
To copy and apply migrations run:
rails g spree_enhanced_banner:install
- Adds a banner to the store's frontend.
- Allows to associate a group of banners to a taxon.
- Adds a configuration view on the backend with items to dinamically select wich banner to show, related to a taxon.
After installing the extensions go to admin/configuration and from the navigation bar on the right select the item for the banners configuration. Adjust the settings for your taxons, and add banners for each category, the banner will be placed on the top of the store view.
If you'd like to contribute a feature or bugfix: Thanks! To make sure your fix/feature has a high chance of being included, please read the following guidelines:
- Post a pull request.
- Or open a GitHub issue.
Copyright © 2013 OpenJAF, released under the New BSD License.