我正在使用Magento EE 2.2.2。我正在尝试将愿望清单“我的愿望清单”的标题更改为“我的最爱”。我正在尝试使用XML wishlist_index_index.xml
,并添加了以下几行。
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<title>My Favourites</title>
</head>
</page>
但是它不起作用。
答案 0 :(得分:1)
更改愿望清单标题的两种方法:
覆盖“ Magento \愿望清单\阻止\客户\愿望清单”,并在“ _prepareLayout”功能中设置标题。
使用csv或嵌入式翻译。