As of ver. 1.9.0.1, the billing and shipping addresses are still formatted incorrectly on the PDF printouts for Invoices, Packing Slips, and Credit Memos.
In the Admin, go to System > Configuration > Customer Configuration. In the Address Templates section, find the PDF textarea.
Replace the contents with:
{{depend prefix}}{{var prefix}} {{/depend}}{{var firstname}} {{depend middlename}}{{var middlename}} {{/depend}}{{var lastname}}{{depend suffix}} {{var suffix}}{{/depend}}| {{depend company}}{{var company}}|{{/depend}} {{if street1}}{{var street1}}|{{/if}} {{depend street2}}{{var street2}}|{{/depend}} {{depend street3}}{{var street3}}|{{/depend}} {{depend street4}}{{var street4}}|{{/depend}} {{if city}}{{var city}}, {{/if}}{{if region}}{{var region}}, {{/if}}{{if postcode}}{{var postcode}}{{/if}}| {{var country}}| {{depend telephone}}T: {{var telephone}}{{/depend}}| {{depend fax}} F: {{var fax}}{{/depend}}| {{depend vat_id}} VAT: {{var vat_id}}{{/depend}}|
All that’s being changed is the break “|” after City becomes “, ” and a break “|” is added after Street1.
Recent Comments