Skip to content

Spree extension for stores that have different user types and product prices for common customers and resales.

License

Notifications You must be signed in to change notification settings

williamweckl/spree_resale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spree Resale

Spree extension for Resale users. Tested on Spree 2.4.

Adds new user role for resales, fields for resale price and resale minimum quantity with respective validations.

Installation

Add spree, spree_auth and spree_resale to your Gemfile:

gem 'spree', :git => 'https://github.com/spree/spree.git', :branch => '2-4-stable'
gem 'spree_gateway', :git => 'https://github.com/spree/spree_gateway.git', :branch => '2-4-stable'
gem 'spree_auth_devise', :git => 'https://github.com/spree/spree_auth_devise.git', :branch => '2-4-stable'
gem 'spree_resale', github: 'williamweckl/spree_resale', branch: 'master'

Bundle your dependencies and run the spree and spree_resale installation generator:

bundle
bundle exec rails g spree:install
bundle exec rails g spree_resale:install

Usage

There is a new user role called resale. Edit a user and set it to resale to resale prices and minimum amount be applied.

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

About

Spree extension for stores that have different user types and product prices for common customers and resales.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages