@DrByte
Thanks for the help, after some searching in the database I can see that the info sent and received from PayPal seems to be OK, when you check the PayPal table. However, if the customers fails to enter a state but just enters GB and postal code the shipping address always adds an incorrect state/county. I found that information in the orders table under delivery_state where would this information come from and do you have any ideas why it enters a 'default' incorrect state/county?
Thanks.
It looks like the error is coming from
admin/orders.php (using COWA but this customer used standard)
Around line 518
<td class="main" valign="top"><strong><?php echo ENTRY_SHIPPING_ADDRESS; ?></strong></td>
<td class="main"><?php echo zen_address_format($order->delivery['format_id'], $order->delivery, 1, '', '<br />'); ?></td>
Where is echo data coming from
PHP Code:
<?php echo zen_address_format($order->delivery['format_id'], $order->delivery, 1, '', '<br />'); ?>
If you can help me find this maybe I can find the error?
Bookmarks