Faffa7 Posted July 19, 2022 at 11:16 AM Share Posted July 19, 2022 at 11:16 AM Приветствую! Помогите перенести кнопки пагинации наверх. Сейчас они находятся в самом ницу, под описанием. 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> 0 Quote Link to comment Share on other sites More sharing options...
AlexDW Posted July 19, 2022 at 11:37 AM Share Posted July 19, 2022 at 11:37 AM блок <div class="buttons"> <div class="row"> <div class="col-sm-6 text-left">{{ pagination }}</div> </div> </div> перенести в нужное место, например перед строкой {% if thumb or description %} и обновить потом кеши шаблона и модификаторов 0 Quote модули для удобной работы с Opencart Link to comment Share on other sites More sharing options...
Faffa7 Posted July 19, 2022 at 11:47 AM Author Share Posted July 19, 2022 at 11:47 AM Попробовал Ваш вариант.... Кнопки появились. Но, при нажатии "показать еще" товары подгружаются 1 раз и после кнопка не активна становиться. И после нажатия пропали сами кнопки нумерации страницы... 1,2,3,4 https://clip2net.com/s/4gbr5wC https://gkcenter.ru/kabinety-rukovoditelya/ @AlexDW 0 Quote Link to comment Share on other sites More sharing options...
DEVAGENCY Posted July 19, 2022 at 11:58 AM Share Posted July 19, 2022 at 11:58 AM У вас кнопка Показать еще - значит стандартная пагинация модифицируется каким то модификатором, смотрите раздел модификаторы и вносите изменения там. 0 Quote Дизайн, программирование, обновление и тех. поддержка Opencart, ocStore Телеграм — @devagency Link to comment Share on other sites More sharing options...
AlexDW Posted July 19, 2022 at 12:12 PM Share Posted July 19, 2022 at 12:12 PM тогда верните как было и проверьте работоспособность возможно функционал кнопки подгрузки товаров завязан именно на эту позицию 0 Quote модули для удобной работы с Opencart Link to comment Share on other sites More sharing options...
Recommended Posts
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.