Skip to content
 
 

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUMMARY

This extension allows easy addition and administration of slideshows in Spree. #NOTE This version works for heroku and it has been tested with Spree 0.60.x

NOTE

This version works for heroku and it has been tested with Spree 0.60.x

INSTALLATION

Add the spree_slideshows gem to your Gemfile

gem 'spree_slideshows', :git => 'git://github.com/nebulaideas/spree_slideshows.git', :branch => '0-50-x'

Migrate the database

rake db:migrate

Copy assets

rake spree_slideshows:install

Restart server

USAGE

add slideshow helper method in your view:

<%= insert_slideshow %>

add slides for the slideshow in the admin section

Additional options:

<%= insert_slideshow :group => "home" %>

displays slides for which the groups column is empty or includes the value "home"

<%= insert_slideshow :max => 10 %>

limits the number of slides shown to 10 (default 5)

About

Add slideshows to views in Spree e-commerce applications

Resources

Stars

3 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages