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?
#6450
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Instant Paypal Pro.How to make zipcode show up on invoices? Karma: 79  
I don't know, it looks weird.

Because i've merged changes you can download and install again the latest package, maybe there is something wrong when you replaced the line.
 
Logged Logged  
  The administrator has disabled public write access.
#6451
Aaron
Fresh Boarder
Posts: 12
User Offline
Re:Instant Paypal Pro.How to make zipcode show up on invoices? Karma: 0  
Thanks. I swapped out the emails.php with your new version and that has resolved my issue.

Thank you for the best customer service I have received in a long time.
 
Logged Logged  
  The administrator has disabled public write access.
#6452
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Instant Paypal Pro.How to make zipcode show up on invoices? Karma: 79  
Thank you, you are welcome.

If you have some time please post a 100 points testimonial
 
Logged Logged  
  The administrator has disabled public write access.
#6453
Aaron
Fresh Boarder
Posts: 12
User Offline
Re:Instant Paypal Pro.How to make zipcode show up on invoices? Karma: 0  
Will do. But one last thing! Still no state. I've updated the whole extension also.
 
Logged Logged  
  The administrator has disabled public write access.
#6454
John Dagelmore
Admin
Posts: 3716
User Online Now
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.
#6455
Aaron
Fresh Boarder
Posts: 12
User Offline
Re:Instant Paypal Pro.How to make zipcode show up on invoices? Karma: 0  
Ok, trying now.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top