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

lsolesen’s picture

Status: Active » Needs review
Issue tags: -email, -order, -shipping

  • Commit 40339d2 on 7.x-2.x by bojanz:
    Merge pull request #47 from lsolesen/issue-2141093
    
    Issue #2141093 by...
  • Commit 7495637 on 7.x-2.x by lsolesen:
    Issue #2141093 by malovanets: Billing address is displayed rather than...
lsolesen’s picture

Status: Needs review » Fixed
lsolesen’s picture

#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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

SchwebDesign’s picture

thanks for this!