سؤال

I am having a hard time putting the united states on the top.I changed it in countries.xml.php :

   <countries>
<country iso="US" name="United States" />
    <country iso="AF" name="Afghanistan" />
    <country iso="AL" name="Albania" />
    <country iso="DZ" name="Algeria" />
</countries>

and in module/core/include/service/country/country.class.php I removed all the sql ordering like this :

            ->group('c.country_iso')
            ->order('')
            ->execute(($sIso == null ? 'getRows' : 'getRow'));

I cleared my cache and refresh ctrl+f5 and Afghanistan is still on the top. Any suggestions please ?

هل كانت مفيدة؟

المحلول

If you are doing this through code file u can Set the value of country as a United States. but in phpfox you can change it through database where the country table exist. I used phpfox in past, it took lot of time, but any way your solution is here.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top