
Originally Posted by
royaldave
OK, I checked my old version of zipship and noticed this -
//$this->dest_zipcode = substr (strtoupper ($order->delivery['postcode']), 0, ENTRY_POSTCODE_MIN_LENGTH);
$this->dest_zipcode = strtoupper ($order->delivery['postcode']);
Assuming I made this change myself in the past, although I don't remember!!