Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の magento マルチ ストア ビュー Web サイトで、両方のストアの magento 1.9.2.0 で顧客登録が機能しません。一行追加しました
echo $this->getBlockHtml('formkey');
私のテーマのpersistent/customer/form/register.phtmlにあります。送信ボタンをクリックすると、同じページにリダイレクトされ、ストアでアカウントが作成されません。
<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" />