Commerce checkout complete message is static

Created on 1 July 2021, over 3 years ago
Updated 12 August 2024, 3 months ago

The default template with complete order checkout is almost static.

The current template:

<div class="checkout-complete">
  {{ 'Your order number is @number.'|t({'@number': order_entity.getOrderNumber}) }} <br>
  {{ 'You can view your order on your account page when logged in.'|t }} <br>

  {% if payment_instructions %}
    <div class="checkout-complete__payment-instructions">
      <h2>{{ 'Payment instructions'|t }}</h2>
      {{ payment_instructions }}
    </div>
  {% endif %}
</div>

If we change the content by IU on workflow settings. The changes does not apply

πŸ› Bug report
Status

Fixed

Version

5.5

Component

Code

Created by

πŸ‡ͺπŸ‡ΈSpain reloxo95

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024