diff --git a/src/main/resources/templates/new-order-notification-email.html b/src/main/resources/templates/new-order-notification-email.html index 79c7045..c51e874 100644 --- a/src/main/resources/templates/new-order-notification-email.html +++ b/src/main/resources/templates/new-order-notification-email.html @@ -134,7 +134,7 @@

Billing Address

Total Amount: $99.99

+ th:text="${#numbers.formatDecimal(order.totalPrice, 1, 2) + ' ' + order.currency}">$99.99

View Order in Dashboard diff --git a/src/main/resources/templates/order-confirmation-email.html b/src/main/resources/templates/order-confirmation-email.html index 46e1152..022a631 100644 --- a/src/main/resources/templates/order-confirmation-email.html +++ b/src/main/resources/templates/order-confirmation-email.html @@ -112,7 +112,7 @@

Billing Address

Total Amount: $99.99

+ th:text="${#numbers.formatDecimal(order.totalPrice, 1, 2) + ' ' + order.currency}">$99.99

@@ -129,7 +129,5 @@

Billing Address

If you have any questions about your order, please contact our customer service.

- -

Best regards,
Commercify Team

\ No newline at end of file