如何在magento的标题中使用迷你登录?我还希望登录后禁用登录表单。
答案 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>