|
@@ -1,4 +1,4 @@
|
1
|
|
-{% load currency_filters i18n %}{% blocktrans with order_number=order.number %}Hello,
|
|
1
|
+{% load currency_filters i18n url_tags %}{% blocktrans with order_number=order.number %}Hello,
|
2
|
2
|
|
3
|
3
|
We are pleased to confirm your order {{ order_number }} has been received and
|
4
|
4
|
will be processed shortly.{% endblocktrans %}
|
|
@@ -17,8 +17,9 @@ will be processed shortly.{% endblocktrans %}
|
17
|
17
|
{% endfor %}
|
18
|
18
|
|
19
|
19
|
{% if status_url %}
|
|
20
|
+{% absolute_url site.domain status_path as absolute_status_url %}
|
20
|
21
|
{% blocktrans %}You can view the status of this order at the below URL:
|
21
|
|
-{{ status_url }}{% endblocktrans %}
|
|
22
|
+{{ absolute_status_url }}{% endblocktrans %}
|
22
|
23
|
{% endif %}
|
23
|
24
|
|
24
|
25
|
{% blocktrans %}The team{% endblocktrans %}
|