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 @@
  • +