In the order confirmation letter the billing address is shown under the "Ship to" label. It might be fixed in the email template just by changing the token to [message:message-commerce-order:commerce-customer-shipping:commerce_customer_address].
<div class="shipping-wrapper">
<div class="ship-to">
<p class="ship-to-title">Ship to</p>
<p class="details">
[message:message-commerce-order:commerce-customer-billing:commerce_customer_address]
</p>
</div>
Comments
Comment #1
lsolesen commentedhttps://github.com/commerceguys/commerce_kickstart/pull/47
Comment #3
lsolesen commentedComment #4
lsolesen commented#2008190: Use shipping data for order confirmation if available was a previous patch which is a little more advanced. If this gives problems we could look to the other one.
Comment #6
SchwebDesign commentedthanks for this!