我从此页面https://zabezi.com/customer/account/login/
的xml文件中删除了客户注册表单我试图找出正确的XML文件来修复其他一些问题。我删除并替换了下面的部分,刷新了Magento的缓存并清除了我的浏览器缓存,但我无法显示该表单。
这是我删除和替换的内容:
<default>
<!-- Mage_Customer -->
<reference name="top.links">
<action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><urlParams/><position>10</position><liParams/><aParams>class="top-link-account"</aParams></action>
</reference>
</default>
任何帮助都将不胜感激。
答案 0 :(得分:0)
你好问题是&lt; liParams/>
<action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><urlParams/><position>10</position><aParams>class="top-link-account"</aParams></action>