Index: branches/5.2.x/units/shipping_quote_engines/shipping_quote_collector.php =================================================================== diff -u -N -r16516 -r16527 --- branches/5.2.x/units/shipping_quote_engines/shipping_quote_collector.php (.../shipping_quote_collector.php) (revision 16516) +++ branches/5.2.x/units/shipping_quote_engines/shipping_quote_collector.php (.../shipping_quote_collector.php) (revision 16527) @@ -1,6 +1,6 @@ Application->recallObject('CountryStatesHelper'); + $has_states = $cs_helper->CountryHasStates($params['dest_country']); - $has_states = $cs_helper->CountryHasStates( $cs_helper->getCountryIso($params['dest_country'], true) ); - if ( !$params['dest_city'] || !$params['dest_country'] || ($has_states && !$params['dest_state']) || @@ -194,4 +193,4 @@ return $elem1['TotalCost'] < $elem2['TotalCost'] ? -1 : 1; } -} \ No newline at end of file +}