Actions

Actions define what the rule does when it matches a shipping method.

Actions are applied in the order of Sort (ascending). You can combine multiple actions in one rule.

Available Action Types

  • Hide Method: Removes the method from the list.
  • Disable With Message: Keeps the method visible, marks it unavailable, and provides your message (exact rendering depends on checkout theme).
  • Rename Method Title: Changes the method title.
  • Rename Carrier Title: Changes the carrier title.
  • Price Fixed (+/-): Adds or subtracts a fixed amount from the shipping price.
  • Price Percent (+/-): Adds or subtracts a percentage of the current shipping price.
  • Replace Price: Sets the shipping price to an exact amount.
  • Cap Min Price: Ensures the shipping price is at least the given amount.
  • Cap Max Price: Ensures the shipping price is not higher than the given amount.

Notes

  • For Disable With Message, the message is stored on the rate and is imported into the quote address rate so the checkout can display it consistently.
  • Hide Method stops processing for the current shipping rate immediately.
  • Price actions are processed sequentially by Sort and can stack. Review combined action chains carefully to avoid unintended final prices.

Found an issue with this documentation? Let us know