cancel
Showing results for 
Search instead for 
Did you mean: 

1.9.2 users can not log into front end

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Re: 1.9.2 users can not log into front end

if you dont have that please create that directory and copy files from base

Melbourne | Australia - priyan.d@webdesignace.com.au
My Magento 1x Shop

Re: 1.9.2 users can not log into front end

if you dont have that please create that directory and copy files from Base

Melbourne | Australia - priyan.d@webdesignace.com.au
My Magento 1x Shop

Re: 1.9.2 users can not log into front end

Thanks for your replies.  On the login.phtml located here:

/public_html/app/design/frontend/base/default/template/checkout/onepage/

 

There are two instances of "form-list".   Not sure which one to add the form key to?

 

LIne 44

<?php endif; ?>
        <?php if( $this->getQuote()->isAllowedGuestCheckout() ): ?>
            <ul class="form-list">
                <?php if( $this->getQuote()->isAllowedGuestCheckout() ): ?>
                <li class="control">
                    <input type="radio" name="checkout_method" id="login:guest" value="guest"<?php if($this->getQuote()->getCheckoutMethod()==Mage_Checkout_Model_Type_Onepage::METHOD_GUEST): ?> checked="checked"<?php endif; ?> class="radio" /><

Line 72

   <?php echo $this->getBlockHtml('formkey'); ?>
            <h4><?php echo $this->__('Already registered?') ?></h4>
            <p><?php echo $this->__('Please log in below:') ?></p>
            <ul class="form-list">
                <li>
                    <label for="login-email" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
                    <div class="input-box">
                        <input type="text" class="input-text required-entry validate-email" id="login-email" name="login[username]" value="<?php echo $this->escapeHtml($this->getUsername()) ?>" />
                    </div>

Re: 1.9.2 users can not log into front end

Hi guys, 

 

I am facing the exact same issue here - was there ever a fix for this? I have added form key code as mentioned above to all login.phtml file - still no luck...

 

Thanks in advance!