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

количество комментариев на странице товара


Recommended Posts

заметил что на странице товара по умолчанию выводится 5 комментариев, затем идет переключение страниц. как увеличить количество выводимых комментариев на странице?

Link to comment
Share on other sites


нашел, файл:

/catalog/controller/product/product.php

 

строка:

$results = $this->model_catalog_review->getReviewsByProductId($this->request->get['product_id'], ($page - 1) * 5, 5);

 

пятерки меняем на нужное. а лучше вообще добавить параметр в настройки сборки сайта (для удобства).

Link to comment
Share on other sites


хотя там еще ниже есть строка:

 

$pagination->limit = 5;

 

и строка:

$data['results'] = sprintf($this->language->get('text_pagination'), ($review_total) ? (($page - 1) * 5) + 1 : 0, ((($page - 1) * 5) > ($review_total - 5)) ? $review_total : ((($page - 1) * 5) + 5), $review_total, ceil($review_total / 5));

 

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.