Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はMagentoで Web サイトを作成していますが、デフォルトではカテゴリが「カテゴリ」としてリストされています。ただし、代わりに品種を言うようにこれを変更しようとしています。
これを行う方法についてのアイデアはありますか?
ありがとう、ジェフ
app/design/frontend/default/THEME/template/catalog/layer/view.phtml の 47 行目を次のように置き換えます。
<dt><?= $this->__($_filter->getName()) == 'Category' ? 'Breeds' : $this->__($_filter->getName()) ?></dt>