Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Bloodis

Newbie
  
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Bloodis's Achievements

Rookie

Rookie (2/14)

  • One Year In
  • Conversation Starter
  • First Post
  • One Month Later
  • Week One Done

Recent Badges

2

Reputation

  1. Уже сам разобрался: Расскажу, мож кому полезно будет - В /admin/view/template/sale/order_form.twig Комментируем или удаляем <li class="disabled"><a href="#tab-payment" data-toggle="tab"> {{ tab_payment }}</a></li> Для кнопки продолжить - Меняем $('#button-cart').on('click', function() { $('a[href=\'#tab-payment\']').tab('show'); на $('#button-cart').on('click', function() { $('a[href=\'#tab-shipping\']').tab('show'); Для кнопки назад - Меняем <button type="button" onclick="$('a[href=\'#tab-payment\']').tab('show');" class="btn btn-default"><i class="fa fa-arrow-left"></i> {{ button_back }}</button> </div> <div class="col-sm-6 text-right"> <button type="button" id="button-shipping-address" data-loading-text="{{ text_loading }}" class="btn btn-primary"><i class="fa fa-arrow-right"></i> {{ button_continue }}</button> на <button type="button" onclick="$('a[href=\'#tab-cart\']').tab('show');" class="btn btn-default"><i class="fa fa-arrow-left"></i> {{ button_back }}</button> </div> <div class="col-sm-6 text-right"> <button type="button" id="button-shipping-address" data-loading-text="{{ text_loading }}" class="btn btn-primary"><i class="fa fa-arrow-right"></i> {{ button_continue }}</button>
  2. Уже сам разобрался: Расскажу, мож кому полезно будет - В /admin/view/template/sale/order_form.twig Комментируем или удаляем <li class="disabled"><a href="#tab-payment" data-toggle="tab"> {{ tab_payment }}</a></li> Для кнопки продолжить - Меняем $('#button-cart').on('click', function() { $('a[href=\'#tab-payment\']').tab('show'); на $('#button-cart').on('click', function() { $('a[href=\'#tab-shipping\']').tab('show'); Для кнопки назад - Меняем <button type="button" onclick="$('a[href=\'#tab-payment\']').tab('show');" class="btn btn-default"><i class="fa fa-arrow-left"></i> {{ button_back }}</button> </div> <div class="col-sm-6 text-right"> <button type="button" id="button-shipping-address" data-loading-text="{{ text_loading }}" class="btn btn-primary"><i class="fa fa-arrow-right"></i> {{ button_continue }}</button> на <button type="button" onclick="$('a[href=\'#tab-cart\']').tab('show');" class="btn btn-default"><i class="fa fa-arrow-left"></i> {{ button_back }}</button> </div> <div class="col-sm-6 text-right"> <button type="button" id="button-shipping-address" data-loading-text="{{ text_loading }}" class="btn btn-primary"><i class="fa fa-arrow-right"></i> {{ button_continue }}</button>
  3. Как в админке убрать или скрыть раздел "Детали Оплаты" ? Этот раздел по факту аналогичен (в большенстве случаев) с четвертым разделом "Детали Доставки" и мне попросту не нужен. В шаблонах писем и регистрации заказа - я скрыл эти раздел "Адрес оплаты" Остался вопрос как убрать в админке? Я пробовал удалять/коментировать в /admin/view/template/sale/order_form.twig <li class="disabled"><a href="#tab-payment" data-toggle="tab">3. <?php echo $tab_payment; ?></a></li> этот раздел не отображается, но при нажатии на кнопку "Продолжить" (находясь в разделе "Товары") - ничего не происходит. ocStore 3.0.3.7 Помогите, знающие умы!
  4. А как в админке вообще убрать раздел "Детали Оплаты" ? Этот раздел по факту аналогичен (в большенстве случаев) с разделом "Детали Доставки" и мне попросту не нужен. В шаблонах писем и регистрации заказа - я скрыл эти раздел "Адрес оплаты" Остался вопрос как убарть в админке? Я пробовал удалять/коментировать <li class="disabled"><a href="#tab-payment" data-toggle="tab">3. <?php echo $tab_payment; ?></a></li> этот раздел не отображается, но при нажатии на кнопку "Продолжить" (находясь в разделе "Товары") - ничего не происходит. ocStore 3.0.3.7 Помогите, знающие умы!
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.