robkwal Posted August 27, 2010 Posted August 27, 2010 Hi,I would like to remove the order steps from the checkout and login procedure...I have removed:{include file=$tpl_dir./order-steps.tpl}, but do i need to remove the following to?{assign var='current_step' value='summary'}Kind Regards,Rob Share this post Link to post Share on other sites More sharing options...
robkwal Posted August 27, 2010 Posted August 27, 2010 Anyone able to help, don't really want to be making mistakes in the code at the checkout stage! lol. Share this post Link to post Share on other sites More sharing options...
rocky Posted August 28, 2010 Posted August 28, 2010 Yes, you should remove both those lines in authentication.tpl, order-address.tpl, order-carrier.tpl, order-confirmation.tpl, order-payment.tpl and shopping-cart.tpl to remove the order steps altogether. 1 Share this post Link to post Share on other sites More sharing options...
robkwal Posted August 28, 2010 Posted August 28, 2010 Thank you, I thought so just wanted to be sure!!! Share this post Link to post Share on other sites More sharing options...
leelee23 Posted September 7, 2010 Posted September 7, 2010 Is it possible to remove these checkout steps from the login page but only if you are loging in to your account, rather than whilst proceeding through the checkout? Share this post Link to post Share on other sites More sharing options...
leelee23 Posted October 31, 2010 Posted October 31, 2010 Anyone be able to help me with the above?Just to re-itterate (and possibly make it clearer what I was originally asking for)if you go via the login button - it takes you to my-account.php, but unfortunatley it contains the checkout steps at the top, which is more than often not required at this stage of the cusomters experience on the site. I realise removing the ordersteps from my-account will solve this, but when the customer comes to place an order later on and go to log-in.. the order steps will disappear, but in this scenario (going via the checkout) they are required.Is there any way in which I can only keep the orders steps active if going via the checkout?Thanks in advance Share this post Link to post Share on other sites More sharing options...
rocky Posted November 1, 2010 Posted November 1, 2010 Change lines 25-26 of authentication.tpl in your theme's directory from: {assign var='current_step' value='login'} {include file=$tpl_dir./order-steps.tpl} to: {if $back == 'order.php?step=1'} {assign var='current_step' value='login'} {include file=$tpl_dir./order-steps.tpl} {/if} Share this post Link to post Share on other sites More sharing options...
leelee23 Posted November 1, 2010 Posted November 1, 2010 Cheers rocky! Share this post Link to post Share on other sites More sharing options...
delroyp Posted May 30, 2012 Posted May 30, 2012 Hi Rocky, can you help me with some step by step instructions on how to remove the "Order Summary page in my shop"? I would like my customer to go directly to the paypal info/credit card info page when they click the paypal button.... thanks" I'm new to all this" dp 1 Share this post Link to post Share on other sites More sharing options...
dklfdlfkj Posted August 23, 2013 Posted August 23, 2013 Change lines 25-26 of authentication.tpl in your theme's directory from: {assign var='current_step' value='login'} {include file=$tpl_dir./order-steps.tpl} to: {if $back == 'order.php?step=1'} {assign var='current_step' value='login'} {include file=$tpl_dir./order-steps.tpl} {/if} Hi Rocky, this solution works for 1.4. Do you have one for 1.5 ? Thank you in advance. Share this post Link to post 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