Tag: U.S.P.S.
-
USPS character encoding issue for shipping in Miva Merchant
Some times I see strange characters when viewing the Shipping Options in a Miva Merchant store. This is because the characters are dependent on a character set. The way to correct this is to run the following command: update s02_USPSMethods set name = replace(name, ‘�’, ‘®’); It is semi safe to copy and paste the…