Looks like by doing the following, it then only affects new customers during create_account.
ALTER TABLE address_book MODIFY entry_street_address varchar(35);
ALTER TABLE address_book MODIFY entry_suburb varchar(35);
We will have to now monitor all returning customer international shipments. Quite a drag.


Reply With Quote
