diff --git a/src/shop/templates/order_detail.html b/src/shop/templates/order_detail.html index 1392a15a..b894065a 100644 --- a/src/shop/templates/order_detail.html +++ b/src/shop/templates/order_detail.html @@ -3,107 +3,123 @@ {% load shop_tags %} {% block shop_content %} +
-
If you have already paid but your order is still showing unpaid, -you can email us or use the -contact page for other options. -Please allow for up to a week for bank transfers to be registered, -the other payment methods should be more or less instant.
-{% else %} -Your order is paid in full.
-{% endif %} + {% if not order.paid %} +