- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2015
02:13 PM
07-28-2015
02:13 PM
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
My Magento 1x Shop
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2015
02:14 PM
07-28-2015
02:14 PM
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
My Magento 1x Shop
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2015
02:43 PM
07-28-2015
02:43 PM
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>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2018
04:48 AM
02-07-2018
04:48 AM
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!
- « Previous
-
- 1
- 2
- Next »