我正在尝试Magento和我尝试做的一件事,但却无法实现,只是更改了产品说明标签的标题。
我已尝试在线搜索,但可以在线查找添加标签的教程(不起作用)
我想要的只是更改产品说明标签。
答案 0 :(得分:4)
你可以在文件中更改它:
app/design/frontend/YOUR-PACKAGE/YOUR-THEME/layout/catalog.xml
里面有一个代码行:
<action method="setTitle">
<argument translate="true" name="title" xsi:type="string">Description</argument>
</action>
您只需要更改<value>
节点并放置您想要的内容