From cf613072545ff0a66944dab03b380228f52d7d60 Mon Sep 17 00:00:00 2001 From: Eleni Lixourioti Date: Wed, 30 May 2012 12:31:10 +0100 Subject: [PATCH] added status url on the html email for anon users, fixed wording in plaintext --- .../customer/emails/commtype_order_placed_body.html | 7 ++++++- .../customer/emails/commtype_order_placed_body.txt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/oscar/templates/customer/emails/commtype_order_placed_body.html b/oscar/templates/customer/emails/commtype_order_placed_body.html index f0413e34c7f..b6d644f5fee 100644 --- a/oscar/templates/customer/emails/commtype_order_placed_body.html +++ b/oscar/templates/customer/emails/commtype_order_placed_body.html @@ -1,4 +1,4 @@ -{% load currency_filters %}

Hello,

+{% load currency_filters %}

Hello,

We are pleased to confirm your order {{ order.number }} has been received and will be processed shortly.

@@ -19,4 +19,9 @@

Shipping address:

{% for field in order.shipping_address.active_address_fields %} {{ field }}
{% endfor %}

+ +{% if status_url %} +

You can view the status of this order by clicking here +{% endif %} +

The team

diff --git a/oscar/templates/customer/emails/commtype_order_placed_body.txt b/oscar/templates/customer/emails/commtype_order_placed_body.txt index 66f3d9a9c5d..c643e5c2acb 100644 --- a/oscar/templates/customer/emails/commtype_order_placed_body.txt +++ b/oscar/templates/customer/emails/commtype_order_placed_body.txt @@ -17,7 +17,7 @@ Shipping address: {% endfor %} {% if status_url %} -You can change the status of this order at the below URL: +You can view the status of this order at the below URL: {{ status_url }} {% endif %}