Collection Options not Working
-
I am trying to show a collection page that has about 30 items. I don’t want to paginate, just show all at once. I am using a custom template in my theme (in the correct place, and have tested that it is loading by making other changes to it that show up). But the page only shows the first ten items in the collection.
The real problem is that the options I add to the API call in my custom template seem to make no difference. I have tried removing the pagination (‘pagination => false), changing the products_page_size, changing the products_limit. I even tried changing some of the more straightforward options like the add to cart text, and no dice. It seems like none of the options actually do anything. I’ve tried disabling the pagination in the general settings. That just hides the pagination but still only shows the first ten items.
The closest I have gotten is by changing the WordPress post limit (under Setting > Reading) and enabling pagination in the general plugin settings. That at least gets them all to show if you click to load more, but I don’t really want pagination, and it also affects the number of posts on my blog page.
I have a client breathing down my neck to get this online, and showing all the products in a collection seems like a pretty basic function that I should be able to accomplish with minimal effort in the plugin, especially with the paid edition.
So any advice?
The page I need help with: [log in to see the link]
- The topic ‘Collection Options not Working’ is closed to new replies.