From 59a7a47b0201374262bea9c41d00aac3f4d72a72 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Tue, 10 Sep 2013 15:19:40 -0400 Subject: [PATCH] Verification: changes formatting of billing address/info on receipt view --- lms/templates/shoppingcart/verified_cert_receipt.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lms/templates/shoppingcart/verified_cert_receipt.html b/lms/templates/shoppingcart/verified_cert_receipt.html index 1a521f0698..3adf659748 100644 --- a/lms/templates/shoppingcart/verified_cert_receipt.html +++ b/lms/templates/shoppingcart/verified_cert_receipt.html @@ -199,8 +199,18 @@ % endif + +
+

${_("Billed To")}: + ${order.bill_to_first} ${order.bill_to_last}
+ ${order.bill_to_street1} ${order.bill_to_street2}
+ ${order.bill_to_city}, ${order.bill_to_state} ${order.bill_to_postalcode}
+ ${order.bill_to_country.upper()} +

+
+ <%doc>
  • ${_("Billing Information")}

    @@ -250,6 +260,7 @@
  • +