Skip to content

tkwl/spree_tkwl_price_books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published