0

Magento のアカウント/ログイン ページに登録フィールドを表示する必要があります。私はこの方法を試します

    <reference name="content">
        <block type="customer/form_login" name="customer_form_login" template="customer/form/login.phtml"/>
        <block type="customer/form_register" name="customer_form_register" template="customer/form/register.phtml"/>
    </reference>
</customer_account_login>

ただし、この方法では、ログイン フィールドの後に登録フィールドが表示されます。

そして、これ<?php echo $this->getLayout()->createBlock('customer/form_register')->toHtml() ?>は機能しません。

私が間違っていることを理解できませんか?

ありがとうございます。それでは、お元気で

4

2 に答える 2