#2113

Tu Tran
Moderator

Hi,

To solve this problem, please go to the file app\design\frontend\default\sns_toronto\template\checkout\onepage\login.phtml, try to add the code bellow right after ‘<ul class=”form-list”>’

<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/session')->getFormKey(); ?>" />

Thanks you,