2 more pieces...
Updated USPS_clicknship_autofill 1.3.8 version
and
Updated
admin/orders.php,
admin/invoice.php, and
admin/packingslip.php to 1.3.8 versions
...did NOT correct errors.
In reviewing the code lines called out in all three errors I find this reference in common:
[FONT=Arial]<td class="main"><?php echo zen_address_format($order->customer['format_id'], $order->customer, 1, '', '<br />'); ?></td>[/FONT]
[FONT=Arial][/FONT]
[FONT=Arial][/FONT]
[FONT=Arial]<td class="main"><?php echo zen_address_format($order->customer['format_id'], $order->billing, 1, '', '<br>'); ?></td>[/FONT]
[FONT=Arial][/FONT]
[FONT=Arial]<td class="main"><?php echo zen_address_format($order->customer['format_id'], $order->billing, 1, '', '<br>'); ?></td>[/FONT]
[FONT=Arial][/FONT]
Does anyone know what file or ??? I should look at next?



