Hide/Rename/Move Payment Method Action

The Hide/Rename/Move Payment Method action allows you to customize how payment methods appear during checkout. You can hide specific payment methods, rename them for clarity, or reorder them to highlight preferred options.

Use Cases

Hide Payment Methods

  • Hide certain payment methods for specific customer tags
  • Remove payment options based on order value thresholds
  • Disable payment methods for certain product types
  • Hide payment methods based on shipping destination

Rename Payment Methods

  • Provide clearer names for payment options
  • Add context-specific information to payment method names
  • Localize payment method names based on customer location
  • Add promotional text to specific payment options

Reorder Payment Methods

  • Prioritize preferred payment methods at the top
  • Move less commonly used options to the bottom
  • Organize payment methods by type or category

Configuration Options

Operation Type

Choose the operation to perform:

  • Hide: Remove the payment method from checkout
  • Rename: Change the display name of the payment method
  • Move: Change the position of the payment method in the list

Target Payment Method

Select which payment method to modify:

  • Credit/Debit Card
  • PayPal
  • Shop Pay
  • Apple Pay
  • Google Pay
  • Bank Transfer
  • Cash on Delivery
  • Other custom payment methods

Conditions

Define when this action should apply:

  • Customer tags or segments
  • Order total thresholds
  • Product types in cart
  • Shipping address location
  • Cart attributes
  • Customer purchase history

Rename Settings (when Rename is selected)

  • New Name: The new display name for the payment method
  • Append/Prepend Text: Add text before or after the existing name
  • Dynamic Variables: Include order information in the name

Move Settings (when Move is selected)

  • Position: Where to place the payment method
    • First
    • Last
    • Before/After specific method
    • Custom position number

Best Practices

  1. User Experience: Always ensure at least one payment method remains available
  2. Clear Communication: When renaming, use clear and concise language
  3. Testing: Test payment customizations with different scenarios
  4. Fallbacks: Consider edge cases where preferred payment methods might not be available
  5. Compliance: Ensure modifications comply with payment provider requirements

Limitations

  • Cannot create new payment methods, only modify existing ones
  • Some payment methods may have restrictions on modification
  • Changes are applied at checkout time and don’t affect existing orders
  • Payment method availability still depends on payment provider configuration

Regular Expressions

String conditions in payment customization functions support regular expression matching. Use the RegExp or RegExp* operators to match patterns in text fields like payment method names or customer data.

See the Regular Expressions reference for supported syntax and examples.