solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Spree::AppConfiguration#automatic_default_address=
The default value of true preserves existing backwards compatible feature of treating the most recently used address in checkout as the user's default address. Setting to false means that the user should manage their own default via some custom UI that uses AddressBookController.
Edit
git clone [email protected]:solidusio/solidus.git
cd solidus
open core/lib/spree/app_configuration.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--AppConfiguration-automatic_default_address--for-pr
# Commit to gitgit add core/lib/spree/app_configuration.rbgit commit -m "better docs for Spree::AppConfiguration#automatic_default_address="
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--AppConfiguration-automatic_default_address--for-pr
hub pull-request
# Celebrate!