1
我已經創建了一個自定義擴展,並在前端菜單中給出url鏈接,當我禁用從Magento管理端的這種擴展鏈接不會從前端刪除,鏈接仍在顯示。我需要給予刪除此鏈接?前端鏈接沒有刪除時,我disble擴展在magento
<default>
<reference name="top.links">
<action method="addLink" translate="label title" module="retailer"
>
<label>Virtual Retailer Signup</label>
<url>Retailer</url>
<title>Retailer</title>
<prepare>true</prepare>
<urlParams/>
<position>0</position>
</action>
</reference>
</default>
嗨,我創造了這個擴展,但我不知道,當分機從後端禁用如何禁用前端環節。 – Naveenbos
一個常見的模式是'並且有一個系統配置字段「group/module/enabled」,它你也可以在其他地方辦理登機手續。 –