solidus_bids let to create bids for retailer products. Depens of solidus_retail_only
In your Gemfile
, add the following dependencies:
To install from edge:
gem 'solidus_retail_only', git: 'https://github.com/2beDigital/solidus_retail_only'
gem 'solidus_bids', git: 'https://github.com/2beDigital/solidus_bids'
From Rails.root
run:
$ bundle
$ bundle exec rails g solidus_bids:install
Please report any bugs or feature requests to the Github issues page @ https://github.com/2beDigital/solidus_bids/issues
In the spirit of free software, everyone is encouraged to help improve this project.
Here are some ways you can contribute:
- by using prerelease versions
- by reporting bugs
- by suggesting new features
- by translating to a new language
- by writing or editing documentation
- by writing specifications
- by writing code (no patch is too small: fix typos, add comments, clean up inconsistent whitespace)
- by refactoring code
- by resolving issues
- by reviewing patches