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

ashlst

Newbie
  
  • Posts

    2
  • Joined

  • Last visited

Everything posted by ashlst

  1. $_['text_pagination'] = 'Показано с %d по %d из %d (всего %d страниц)';....вот и ошибка.Поправил. Спасибо,Вам большое.
  2. Добрый день,уважаемое сообщество. Возникла небольшая проблема: неправильно отображается пагинация на страницах категорий. Вместо количества страниц выводит символы %d. Т.е. "Показано с %d по %d из %d (всего %d страниц)". .../catalog/controller/product/category.php $pagination = new Pagination(); $pagination->total = $product_total; $pagination->page = $page; $pagination->limit = $limit; $pagination->text = $this->language->get('text_pagination'); $pagination->url = $this->url->link('product/category', 'path=' . $this->request->get['path'] . $url . '&page={page}'); $this->data['pagination'] = $pagination->render(); ....catalog/view/theme/ULTIMATUM/template/product/category.tpl <div class="pagination"><?php echo $pagination; ?></div> Подскажите,пожалуйста,где может быть ошибка и как поправить. Спасибо,за уделенное время.
×
×
  • 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.