Unwanted Pagination

  • Posts: 35
  • Thank you received: 2
11 years 11 months ago #78874

Dear Hikashop,

I am adding a "related products" carousel to my product pages; however, a dropdown pagination is appearing below. "Pagination" is turned off on the carousel. Further, there are only 2 related products, the column is set to 5, make products is set to 3, yet still the pagination shows up. Please advise.

www.retreatwell.com/instructors/product/18-sarah-kline

Thank you for your help,
Carey

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

  • Posts: 13201
  • Thank you received: 2322
11 years 11 months ago #78924

Hi,

Could you give us a screenshot of your carousel configuration ?
You shouldn't have this kind of pagination displayed for a carousel.

Do you have edited some views ?

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

  • Posts: 35
  • Thank you received: 2
11 years 11 months ago #79103

Here is the module setup:
imgur.com/jdfwA


However, the problem remains no matter what "Type of Item" I use. The important note is that the module itself is actually embedded in the product description. When it is not, the pagination goes away. There were a few reasons I didn't that, and would like to keep it that way, but if the problem is unresolved, then I'll have to look into other options. I was hoping I could just delete the code for pagination in a custom view, but I got some error messages when I deleted what I thought I needed to.

Thanks again,
Carey

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

  • Posts: 13201
  • Thank you received: 2322
11 years 11 months ago #79179

Hi,

Try to edit the view "product / listing_div" and in the if condition add "&& !$enableCarousel", like:

if(in_array($pagination,array('bottom','both')) && $this->params->get('show_limit') && $this->pageInfo->elements->total && !$enableCarousel){

The following user(s) said Thank You: dynamicvitality

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

  • Posts: 35
  • Thank you received: 2
11 years 11 months ago #79191

That worked, thank you.

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

Time to create page: 0.074 seconds
Powered by Kunena Forum