Commerce checkout complete message is static

Created on 1 July 2021, almost 3 years ago
Updated 13 June 2024, 14 days 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

Needs review

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.69.0 2024