PrestaShop: Customise payment descriptions

Note

You can only change the payment description for payment methods that use the Payments API.

  • {orderNumber}

    Note

    If the payment method uses the Orders API, then {orderNumber} resolves to a number, for example: 12345.

    If the payment method uses the Payments API, then {orderNumber} resolves to "Order" followed by a number, for example: Order 12345.

  • {storeName}

  • {cart.id}

  • {order.reference}

  • {customer.firstname}

  • {customer.lastname}

  • {customer.company}

To change the payment description, follow these steps:

  1. Log in to PrestaShop.

  2. In the left navigation menu, select Mollie > Settings.

  3. Scroll down to Payment methods.

  4. Select a payment method to expand it.

  5. In the Description field, enter a description combining variables and free text.

    For example, to render:

    Casey Doe bought order #123456 at MegaProducts.com

    combine the following text and variables:

    {customer.firstname} {customer.lastname} bought order #{order.reference} at {customer.company}

  6. Save the changes.