severin / spree_price_books

Price book functionality for running sales, role based, country based pricing etc...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpreePriceBooks

Allows flexibility to show different list prices, sale prices, role prices, store prices, and whatever else you can think of.

Installation

Add spree_price_books to your Gemfile:

gem 'spree_price_books', github: 'spree-contrib/spree_price_books'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_price_books:install

Configuration

Once installed you can seed default currency exchange rates via Google's Currency API.

bundle exec rake price_books:currency_rates

Or configure from within the admin panels configuration tab.

Testing

First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app.

On the first run you may need to create the Postgresql role (ex. createuser -d postgres)

bundle
bundle exec rake

When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:

require 'spree_price_books/factories'

Credit

http://www.surfdome.com/ for sponsoring the project.

Copyright (c) 2014 Jeff Dutil, released under the New BSD License

About

Price book functionality for running sales, role based, country based pricing etc...

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 71.9%Language:HTML 26.0%Language:JavaScript 1.7%Language:CSS 0.4%