如何在magento的标题中使用迷你登录?

时间:2009-06-29 09:11:50

标签: php magento e-commerce

如何在magento的标题中使用迷你登录?我还希望登录后禁用登录表单。

1 个答案:

答案 0 :(得分:1)

您需要修改/ app / design / frontend / PACKAGE_NAME / TEMPLATE_NAME / layout

中的customer.xml文件

此代码将迷你登录表单添加到左栏:

<customer_logged_out>
    <reference name="left">
        <block type="customer/form_login" name="mini_login" template="customer/form/mini.login.phtml" /> 
    </reference>
</customer_logged_out>