我希望这不是一个愚蠢的问题,我认为这将是一个基本的 local.xml 更新,但似乎无法让它工作。
问题; 我已经在我的 Magento 站点中设置了 1 列布局,然后删除了包含“customer_account_navigation”的左列(显然)。然后我尝试更新我的 local.xml 以将“customer_account_navigation”移动到“内容”,但这会破坏网站。
下面的代码,对此的任何帮助都会很棒(请原谅任何程度的愚蠢遗漏)。
<customer_account_index>
<reference name="root">
<action method="setTemplate"><template>page/1column.phtml</template></action>
</reference>
<reference name="left">
<remove name="customer_account_navigation"/>
</reference>
<reference name="content">
<block type="customer/account_navigation" name="customer_account_navigation" template="customer/account/navigation.phtml">
</reference>
</customer_account_index>
非常感谢您的帮助。