apache510, on 22 March 2012, 19:27, said:
I downloaded the update and everything works except the first and last name in the delivery address is not being populated. At least I have all the other information going through. Anyone have a fix for this?
around line 149 in usps_ship.php find:
$arr = explode(" ", $order->customer['name'], 2);
And replace it with this:
$arr = explode(" ", $order->delivery['name'], 2);
It was using the customer name instead of the delivery name. If they are the same, you don't see the problem. Thanks for the catch.






Find content
Female

