Jump to content

delete order_step form login page


Recommended Posts

Hi all

 

I used search to solve it.

 

In an old post (http://www.prestashop.com/forums/topic/67575-solved-remove-order-steps/ ), a member suggest that:

 

in themes folder, authentication.tpl, replace

 

 

 

{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}

 

 

 

I've done that, but nothing is changed. Order bar is in the log-in page yet.

 

I've delete or comment these lines too, anyway order_step bar continue to be displayed.

 

I tought wrong themes folder, but it isn't...

 

Any suggest to solve this issue?

 

Byeand ty for the help.

Link to comment
Share on other sites

  • 4 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...