kpitn / spree-price-variations

Extensions for spree, too add price variation (a graph is available in the product page)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spree-price-variations

Installation

gem install gruff
script/extension install git://github.com/kpitn/spree-price-variations.git

Use

In products/show.html




<%= t(‘price_variations’) >


<= image_tag(“products/#{@product.id}/prices.png”) if
File::exist?(“#{RAILS_ROOT}/public/images/products/#{@product.id}/prices.png”) %>

About

Extensions for spree, too add price variation (a graph is available in the product page)


Languages

Language:Ruby 100.0%