WooCommerce: Customise payment descriptions

  • Free text

  • Variables

    • orderNumber

    • {storeName}

    • {customerFirstname}

    • {customerLastname}

    • {customerCompany}

    • {cartNumber}

Note

You can only change the payment description when you use the Payments API to process payments.

  1. Log in to WooCommerce.

  2. Go to WooCommerce > Settings.

  3. Select the Mollie Settings tab.

  4. Select Advanced.

    Mollie settings page, location of advanced link
  5. Scroll down to the API Payment Description field.

  6. Combine free text and the variables to create a description.

    To render:

    Casey Doe bought order #123456 at MegaProducts.com

    combine the following fields:

    {customerFirstname} {customerLastname} bought order #{orderNumber} at {customerCompany}

  7. Select Save changes.