solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Spree::OrderCancellations#short_ship
Marks inventory units short shipped. Adjusts the order based on the value of the inventory. Sends an email to the customer about what inventory has been short shipped.
Edit
git clone [email protected]:solidusio/solidus.git
cd solidus
open core/app/models/spree/order_cancellations.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--OrderCancellations-short_ship-for-pr
# Commit to gitgit add core/app/models/spree/order_cancellations.rbgit commit -m "better docs for Spree::OrderCancellations#short_ship"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--OrderCancellations-short_ship-for-pr
hub pull-request
# Celebrate!