Jump to content

Как перенести кнопки пагинации к товарам наверх?


Faffa7
 Share

Recommended Posts

Приветствую! Помогите перенести кнопки пагинации наверх. Сейчас они находятся в самом ницу, под описанием. https://clip2net.com/s/4gboK4Y

Хочу перенести, что бы были сразу после товара. вот тут https://clip2net.com/s/4gboRut

Помогите, откуда и куда перенести код?)

Мои попытки закончились белым экраном...)

 

					</script>
					</div>
				{% else %}
					<input data-minimum="{{ product.minimum }}" type="hidden" name="quantity" value="{{ product.minimum }}" />
				{% endif %}

          </div>
        </div>
        {% endfor %}
      </div>
      {% if thumb or description %}
      <div class="description-bottom">
        <div class="row">
          {% if thumb %}
          <div class="col-sm-2"><img src="{{ thumb }}" alt="{{ heading_title }}" title="{{ heading_title }}" class="img-thumbnail" /></div>
          {% endif %}
          {% if description %}
          <div class="col-sm-12">{{ description }}</div>
          {% endif %}
        </div>
      </div>
      {% endif %}
      <div class="buttons">
        <div class="row">
          <div class="col-sm-6 text-left">{{ pagination }}</div>
        </div>
      </div>
      {% endif %}	  
      {% if not categories and not products %}
      <p>{{ text_empty }}</p>
      <div class="buttons">
        <div class="pull-right"><a href="{{ continue }}" class="btn btn-primary">{{ button_continue }}</a></div>
      </div>
      {% endif %}
      {{ content_bottom }}
    </div>
    {{ column_right }}
  </div>
</div>
<script>

 

Link to comment
Share on other sites

блок

      <div class="buttons">
        <div class="row">
          <div class="col-sm-6 text-left">{{ pagination }}</div>
        </div>
      </div>

 

перенести в нужное место, например перед строкой

      {% if thumb or description %}

 

и обновить потом кеши шаблона и модификаторов

Link to comment
Share on other sites

Попробовал Ваш вариант.... Кнопки появились. Но, при нажатии "показать еще" товары подгружаются 1 раз и после кнопка не активна становиться. И после нажатия пропали сами кнопки нумерации страницы... 1,2,3,4 https://clip2net.com/s/4gbr5wC

https://gkcenter.ru/kabinety-rukovoditelya/

@AlexDW

Link to comment
Share on other sites

У вас кнопка Показать еще - значит стандартная пагинация модифицируется каким то модификатором, смотрите раздел модификаторы и вносите изменения там.

Дизайн, программирование, обновление и тех. поддержка Opencart, ocStore

Телеграм — @devagency

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...