8000 GitHub - GarPit/spree_banner: Create a banner for Spree
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GarPit/spree_banner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpreeBanner

Add banner for Spree Commerce Shop [compatible with Amazon S3]

Basic Installation

  1. Add the following to your Gemfile
  gem 'spree_banner', '~> 2.0.0'
  1. Run bundle install
  2. To copy and apply migrations run:
	rails g spree_banner:install

Example

  1. add banner helper method in your view:
	<%= insert_banner_box(:category => "my_category") %>

and add banner in the admin section 2. Additional options:

	:class => "my_class"
	:style => "my_style"
	:list = true|false

Copyright (c) 2012 [Damiano Giacomello], released under the New BSD License

About

Create a banner for Spree

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 87.0%
  • JavaScript 10.9%
  • CSS 2.1%
0