Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

onrunning/spree_price_books

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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.

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...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 71.9%
  • HTML 26.0%
  • JavaScript 1.7%
  • CSS 0.4%