Welcome
Checkout Commander is a Shopify app that customizes how shipping rates and payment methods appear to your shoppers at checkout. You write rules; the rules run as a Shopify Function inside the checkout.
Three things you can do
Section titled “Three things you can do”The app gives you three kinds of operations that you can mix and match:
- Hide — remove a shipping rate or payment method from the list of options the customer sees.
- Rename — change the display name of a shipping rate or payment method (including per-locale translations).
- Sort — change the order in which shipping rates or payment methods appear.
Each operation is a rule of the form “when these conditions are true, do this.” You build the rule, save it, and it’s live at checkout.
Two surfaces
Section titled “Two surfaces”Operations apply to two checkout surfaces, configured independently:
- Shipping — the list of delivery options at checkout (Standard, Express, Local Pickup, etc.).
- Payment — the list of payment methods (Credit Card, Shop Pay, COD, etc.).
The shape of the rules is the same in both places; the matching fields and a few operation-specific options differ. See Operations overview for the shared shape, then jump to the per-surface guides.
Plans and limits
Section titled “Plans and limits”Every Checkout Commander shop is on a plan. The plan controls which features you can use and how many operations you can have. See Plans and feature gating for the full list.
Where to go next
Section titled “Where to go next”- Installation — install the app on your store and finish the first-run setup.
- Operations overview — learn the rule shape and how conditions combine.
- Hide shipping rates — your first operation, end-to-end.