Skip to content

Gives you the ability to add features to products using a habtm association. Features are simply a name with an associated image.

Notifications You must be signed in to change notification settings

eastmedia/spree-product-features

Repository files navigation

Spree Product Features

Spree Product Features is an extension for the Spree E-Commerce Platform (http://spreecommerce.com/) that allows you to associate products with features. In this extension, features are just objects with names and images.

Usage

@feature = Feature.create(:name => '10 year warranty', :image => File.open('images/10_year_warranty.png', 'rb'))

@product.features << @feature @product.features.delete(@feature)

About

Gives you the ability to add features to products using a habtm association. Features are simply a name with an associated image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages