0

我很难将美国放在首位。我在 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 并且阿富汗仍然在顶部。请问有什么建议吗?

4

1 回答 1

1

如果您通过代码文件执行此操作,您可以将国家/地区的值设置为美国。但在 phpfox 中,您可以通过 country 表所在的数据库对其进行更改。我过去使用过 phpfox,这花了很多时间,但无论如何你的解决方案都在这里。

于 2013-01-24T05:36:54.357 回答