我想知道如何在magento标题中创建链接,还需要知道如何删除前面添加的标题中的链接。
发布于 2013-12-09 07:23:51
您可以添加这样的自定义链接,以设置在magento头中。
<default>
<reference name="top.links">
<action method="addLink" translate="label title">
<label>Terms and Condition</label>
<url>terms</url>
<title>Terms and Condition</title>
<prepare>true</prepare>
<position>2</position>
</action>
</reference>
</default>也请看这个
http://www.techdilate.com/code/magento-add-remove-top-links-using-layout-xml/
我与上述链接没有任何关联。这只是为了分享知识。
发布于 2013-12-09 12:12:28
我想你想要的答案是:
http://www.magentocommerce.com/boards/viewthread/6237/
https://stackoverflow.com/questions/20465203
复制相似问题