rogy30 Posted May 18, 2014 Share Posted May 18, 2014 Heloo! I'm trying to change position when purchasing cart. to pick up a link where quick purchase, and a place where logs email lowered down. You can see in the picture what I want to do I use version 1.4.6 link : http://tvberza.com/prestashop/authentication?back=order.php% 3Fstep% 3D1 Thank you in advance for your help. Link to comment Share on other sites More sharing options...
vekia Posted May 18, 2014 Share Posted May 18, 2014 go to themes/prestashop/authentication.tpl and move this code: <form action="{$link->getPageLink('authentication.php', true)}" method="post" id="create-account_form" class="std"> <fieldset> <h3>{l s='Create your account'}</h3> <h4>{l s='Enter your e-mail address to create an account'}.</h4> <p class="text"> <label for="email_create">{l s='E-mail address'}</label> <span><input type="text" id="email_create" name="email_create" value="{if isset($smarty.post.email_create)}{$smarty.post.email_create|escape:'htmlall':'UTF-8'|stripslashes}{/if}" class="account_input" /></span> </p> <p class="submit"> {if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />{/if} <input type="submit" id="SubmitCreate" name="SubmitCreate" class="button_large" value="{l s='Create your account'}" /> <input type="hidden" class="hidden" name="SubmitCreate" value="{l s='Create your account'}" /> </p> </fieldset> </form> <form action="{$link->getPageLink('authentication.php', true)}" method="post" id="login_form" class="std"> <fieldset> <h3>{l s='Already registered ?'}</h3> <p class="text"> <label for="email">{l s='E-mail address'}</label> <span><input type="text" id="email" name="email" value="{if isset($smarty.post.email)}{$smarty.post.email|escape:'htmlall':'UTF-8'|stripslashes}{/if}" class="account_input" /></span> </p> <p class="text"> <label for="passwd">{l s='Password'}</label> <span><input type="password" id="passwd" name="passwd" value="{if isset($smarty.post.passwd)}{$smarty.post.passwd|escape:'htmlall':'UTF-8'|stripslashes}{/if}" class="account_input" /></span> </p> <p class="submit"> {if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />{/if} <input type="submit" id="SubmitLogin" name="SubmitLogin" class="button" value="{l s='Log in'}" /> </p> <p class="lost_password"><a href="{$link->getPageLink('password.php')}">{l s='Forgot your password?'}</a></p> </fieldset> </form> to the end of the file right before {/if} closing code. Link to comment Share on other sites More sharing options...
rogy30 Posted May 19, 2014 Author Share Posted May 19, 2014 Hay I tried but nothing in prestashop/themes/prestashop i delated you can see from the photo but everithing the same. I use cool-putih theme here is the photo of peace what i am deleted Link to comment Share on other sites More sharing options...
rogy30 Posted May 19, 2014 Author Share Posted May 19, 2014 (edited) i tried to delete also in my theme cool-putih but nothing and i am changed in this folder /prestashop/themes/prestashop/authentication.tpl Edited May 19, 2014 by rogy30 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 19, 2014 Share Posted May 19, 2014 if you use different theme you have to modify file located in your theme directory,, im confused a little, so, you changed proper one? Link to comment Share on other sites More sharing options...
rogy30 Posted May 19, 2014 Author Share Posted May 19, 2014 (edited) I gone in these root prestashop/themes/cool-putih/authentication.tpl ...... i am using cool-putih theme, i am deleted cod you told me but nothing everything the same as before. I want to leave only qiuck order and other to remove ? help ? Edited May 19, 2014 by rogy30 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 19, 2014 Share Posted May 19, 2014 prefereces > performance turn on force compile, and turn off cache (TEMPORARILY!) then check your page for changes. let me know Link to comment Share on other sites More sharing options...
rogy30 Posted May 20, 2014 Author Share Posted May 20, 2014 (edited) Now its ok...TNX for help. Edited May 21, 2014 by rogy30 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now