Jump to content

order-steps.tpl


Recommended Posts

Содержание файла order-steps.tpl
В принципе , можно убрать(добавить) графическое отображение любого шага.

>{* Assign a value to 'current_step' to display current style *}
<!-- Steps -->
</pre>
<ul>

       {if $current_step=='payment' || $current_step=='shipping' || $current_step=='address' || $current_step=='login'}

           {l s='Summary'}

       {else}
       {l s='Summary'}
       {/if}


       {if $current_step=='payment' || $current_step=='shipping' || $current_step=='address'}

           {l s='Login'}

       {else}
       {l s='Login'}
       {/if}


       {if $current_step=='payment' || $current_step=='shipping'}

           {l s='Address'}

       {else}
       {l s='Address'}
       {/if}


       {if $current_step=='payment'}

           {l s='Shipping'}

       {else}
       {l s='Shipping'}
       {/if}


       {l s='Payment'}

</ul>
<br><!-- /Steps 

Link to comment
Share on other sites

А по-моему фигня какая-то! Содержание файла и так все знают и видят - если хотите показать как что-то сделать - скажите что именно с ним нужно сделать... А так можно содержимое всех файлов престы на форум закинуть :)

Link to comment
Share on other sites

  • 2 months later...

Редактируя этот файл можно только убрать названия шага сверху. но при этом страничка с шагом не исчезает.. покрайней мере на стандартной теме шаг "Адрес" по инструкции найденой тут на форуме убрать не получается.. после коментирования этого пункта в order.php скин на этом шаге тупо не грузится. а должно поиде скипнутся просто...

Link to comment
Share on other sites

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...