solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Spree::Variant::PriceSelector.pricing_options_class
The pricing options represent "given circumstances" for a price: The currency we need and the country that the price applies to. Every price selector is designed to work with a particular set of pricing options embodied in it's pricing options class.
Edit
git clone [email protected]:solidusio/solidus.git
cd solidus
open core/app/models/spree/variant/price_selector.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--Variant--PriceSelector-pricing_options_class-for-pr
# Commit to gitgit add core/app/models/spree/variant/price_selector.rbgit commit -m "better docs for Spree::Variant::PriceSelector.pricing_options_class"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--Variant--PriceSelector-pricing_options_class-for-pr
hub pull-request
# Celebrate!