Verification: changes formatting of billing address/info on receipt view

This commit is contained in:
Brian Talbot
2013-09-10 15:19:40 -04:00
parent 253f8e2d15
commit 59a7a47b02

View File

@@ -199,8 +199,18 @@
</div>
% endif
</div>
<div class="copy">
<p>${_("Billed To")}:
<span class="name-first">${order.bill_to_first}</span> <span class="name-last">${order.bill_to_last}</span><br />
<span class="address-street1">${order.bill_to_street1}</span> <span class="address-street2">${order.bill_to_street2}</span><br />
<span class="address-city">${order.bill_to_city}</span>, <span class="address-state">${order.bill_to_state}</span> <span class="address-postalcode">${order.bill_to_postalcode}</span><br />
<span class="address-country">${order.bill_to_country.upper()}</span>
</p>
</div>
</li>
<%doc>
<li class="info-item billing-info">
<h4 class="title">${_("Billing Information")}</h4>
@@ -250,6 +260,7 @@
</table>
</div>
</li>
</%doc>
</ul>
</article>
</div>