Need pagination at top of each product page . . .

  • Posts: 2
  • Thank you received: 0
12 years 1 week ago #47346

Hello HikaShop,
I found 1 topic in this forum that talks about top pagination, but it's not clear and cannot solve my problem when I need pagination appear at top either bottom of each page.
In VIEW display, I open file "listing_div.php", I see code for TOP and under , code for BOTTOM, but it does not appear at top of each page.
Could you please give me some helps??
I appreciate about this help.
Thank you.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
$pagination = $this->config->get('pagination','bottom', 'top');
if(in_array($pagination,array('top','both')) && $this->params->get('show_limit') && $this->pageInfo->elements->total > $this->pageInfo->limit->value){ $this->pagination->form = '_top';?>
<form action="<?php echo hikashop_currentURL(); ?>" method="post" name="adminForm_<?php echo $this->params->get('main_div_name').$this->category_selected;?>_top">
<div class="hikashop_products_pagination">
<?php echo $this->pagination->getListFooter(); ?>
...............
...............
...............
<?php if(in_array($pagination,array('bottom','both')) && $this->params->get('show_limit') && $this->pageInfo->elements->total > $this->pageInfo->limit->value){ $this->pagination->form = '_bottom'; ?>
<form action="<?php echo hikashop_currentURL(); ?>" method="post" name="adminForm_<?php echo $this->params->get('main_div_name').$this->category_selected;?>_bottom">
<div class="hikashop_products_pagination">
<?php echo $this->pagination->getListFooter(); ?>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Please Log in or Create an account to join the conversation.

  • Posts: 81563
  • Thank you received: 13071
  • MODERATOR
12 years 1 week ago #47690

You don't need to edit anything. Just change the option "pagination" under the tab Display of the configuration.

Please Log in or Create an account to join the conversation.

  • Posts: 2
  • Thank you received: 0
12 years 1 week ago #47697

Hello Nicolas,
Thank you very much for your help.
I found it, change to display both of top and bottom.
Nice weekend.

VN2073

Please Log in or Create an account to join the conversation.

Time to create page: 0.055 seconds
Powered by Kunena Forum