Next link on product page

  • Posts: 138
  • Thank you received: 0
13 years 6 months ago #16638

If I set the number of products on a page to 8 and I have 32 products in a category is there an option to create multiple pages for products within a category?

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
13 years 6 months ago #16655

You just need to turn off the "random" option of your menu/module. That way, the products won't be randomly displayed and a pagination will appear if necessary.

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

  • Posts: 138
  • Thank you received: 0
13 years 6 months ago #16702

Now that we have that figured out. I need to now remove the display drop box, results return, and page number. Also how can I move the pagination count to the bottom center of the page (but above the footer)?

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
13 years 6 months ago #16705

You can follow the instructions on that page: www.hikashop.com/support/documentation/8...ling.html#pagination
For the position of the pagination (top or bottom of the listing) you will find the option in the configuration under the tab display in the latest version of HikaShop.

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

  • Posts: 138
  • Thank you received: 0
13 years 6 months ago #16709

So how can I center the pagination?

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
13 years 6 months ago #16717

It should be centered automatically if you use the latest version of HikaShop with the default CSS.

Otherwise, you can use some CSS to center it:
.hikashop_products_pagination ul.pagination, .hikashop_subcategories_pagination ul.pagination{
text-align:center;
}

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

  • Posts: 138
  • Thank you received: 0
13 years 6 months ago #16720

No dice. That code didn't do the trick.

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
13 years 6 months ago #16726

Could you provide a link to that page ?
Your template CSS might be interfering and thus it's impossible to give a solution which will work all the time without seeing the CSS directly with Firebug.

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

  • Posts: 138
  • Thank you received: 0
13 years 6 months ago #16727

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
13 years 6 months ago #16731

You can add the code:
.list-footer{text-align: center;}

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

Time to create page: 0.075 seconds
Powered by Kunena Forum