Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaacfreeman/solidus_user_prices
Allow prices for Solidus variants to be set for an individual user, or for all users with a given role.
https://github.com/isaacfreeman/solidus_user_prices
price solidus users
Last synced: 3 months ago
JSON representation
Allow prices for Solidus variants to be set for an individual user, or for all users with a given role.
- Host: GitHub
- URL: https://github.com/isaacfreeman/solidus_user_prices
- Owner: isaacfreeman
- License: mit
- Created: 2016-06-20T04:40:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T22:14:32.000Z (over 7 years ago)
- Last Synced: 2024-04-05T11:33:17.020Z (7 months ago)
- Topics: price, solidus, users
- Language: Ruby
- Homepage:
- Size: 21.5 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SolidusUserPrices
Allow special prices to be set on a variant for an individual user or for all users with a given role.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'solidus_user_prices'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install solidus_user_prices
## Usage
TODO### API Usage
TODO### Back End
TODO## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/resolve/solidus_user_prices. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.## Future Plans
TODO## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).