J!Extensions Store™
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?
#6454
John Dagelmore
Admin
Posts: 3716
User Offline
Re:Instant Paypal Pro.How to make zipcode show up on invoices? Karma: 79  
Ah right, it can be changed adding it at the end.

Line 388 from:

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 );
to
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 . ' ' . $sale->user->bill_country_name, $content );
 
Logged Logged  
  The administrator has disabled public write access.
Go to top