if you dont have that please create that directory and copy files from base
if you dont have that please create that directory and copy files from Base
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>
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!