solidus

https://github.com/solidusio/solidus

Ruby

🛒 Solidus, the open-source eCommerce framework for industry trailblazers.

Spree::CheckoutController#skip_state_validation?

Should be overriden if you have areas of your checkout that don't match
up to a step within checkout_steps, such as a registration step

Source | Google | Stack overflow

Edit

git clone [email protected]:solidusio/solidus.git

cd solidus

open frontend/app/controllers/spree/checkout_controller.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Spree--CheckoutController-skip_state_validation--for-pr


# Commit to git

git add frontend/app/controllers/spree/checkout_controller.rbgit commit -m "better docs for Spree::CheckoutController#skip_state_validation?"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Spree--CheckoutController-skip_state_validation--for-pr

hub pull-request


# Celebrate!