Thank you to like it and thank you to report it.
It looks like a missing field in the invoice template.
To have it, open the file root/administrator/components/com_instantpaypal/framework/emails.php
and replace the line 390 with the following code:
Code: |
$content = str_ireplace ( '{user_address}', $sale->user->bill_address . ' ' . $sale->user->bill_address2 . ' ' . $sale->user->bill_town . ' ' . $sale->user->bill_postcode . ' ' . $sale->user->bill_state, $content );
|
By the way i'm going to merge the new code in the regular package,
best regards
John