我很难将美国放在首位。我在 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>
在 module/core/include/service/country/country.class.php 我删除了所有的 sql 排序,如下所示:
->group('c.country_iso')
->order('')
->execute(($sIso == null ? 'getRows' : 'getRow'));
我清除了我的缓存并刷新了 ctrl+f5 并且阿富汗仍然在顶部。请问有什么建议吗?