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

Php 如何在magento的标题中使用迷你登录?,php,magento,e-commerce,Php,Magento,E Commerce,如何在magento的标题中使用迷你登录?我还希望登录后禁用登录表单。您需要在/app/design/frontend/PACKAGE\u NAME/TEMPLATE\u NAME/layout中编辑customer.xml文件 此代码将迷你登录表单添加到左列: <customer_logged_out> <reference name="left"> <block type="customer/form_login" name="mini_

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

您需要在/app/design/frontend/PACKAGE\u NAME/TEMPLATE\u 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>