In the web.config file, located at the Root of your web site, the follow settings in orange must be completed if your web site is going to rate freight.
<add key="CalcFreight" value="True"/>
<add key="ShipFromZip" value="73139"/>
<add key="ShipFromState" value="ok"/>
<add key="ShipFromCountry" value="us"/>