Skip to content

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.

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.

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.

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.