Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Как убрать описание категории при пагинации


Recommended Posts

Как убрать описание категории при пагинации ик, что бы на первой описание было а при перехогде на последующие страницы оно не выводилось. Вот пример https://goodstock.com.ua/muzhskaja-odezhda/ тут есть описание и при перехогде на следующую https://goodstock.com.ua/muzhskaja-odezhda/?page=2 тоже есть( 
Стоит спотому чторка ocStore 2.3.0.2.3 
 

Link to comment
Share on other sites


попробуйте завернуть в условие в шаблоне, типа

<?php if (($this->request->get['page']) == '1' || ($this->request->get['page']) == '') { ?>
...
<?php } ?>

 

или ик

 

<?php if (!$this->request->get['page']) { ?>
...
<?php } ?>

 

  • +1 1
Link to comment
Share on other sites

27.03.2022 в 18:11, Vetroff сказал:

попробуйте завернуть в условие в шаблоне, типа

<?php if (($this->request->get['page']) == '1' || ($this->request->get['page']) == '') { ?>
...
<?php } ?>

 

или ик

 

<?php if (!$this->request->get['page']) { ?>
...
<?php } ?>

 


Огромное спасипотому что. Внести изменения в config.php?? 

Link to comment
Share on other sites


В 27.03.2022 в 20:59, aleksei87 сказав:

Огромное спасипотому что. Внести изменения в config.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
 Share

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