Forum
Welcome, Guest
Please Login to access forum.
Re:Instant Paypal Pro.How to make zipcode show up on invoices? (1 viewing) 
Go to bottom
TOPIC: Re:Instant Paypal Pro.How to make zipcode show up on invoices?
#6443
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Instant Paypal Pro.How to make zipcode show up on invoices? Karma: 79  
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
 
Logged Logged  
  The administrator has disabled public write access.
Go to top