• Resolved wouterpinkhof

    (@wouterpinkhof)


    I am trying to show all products in a specific category. The settings of the “Product by Category” block allow me to tweak the number of columns and lines. When I choose 3 rows, 3 columns, it shows me 9 products (ordered newest first). But if I have 42 products in the category, how does the visitor of the site see the other products?

    Kind regards,

    Wouter

    The page I need help with: [log in to see the link]

Viewing 5 replies - 16 through 20 (of 20 total)
  • Did this ever get resolved?

    The problem with the using product category/tag page is that you cannot edit/add anything on that page. And the literal product category/tag becomes the header for that page, which looks tacky.

    Is there a way for the Products by Category box to have pages to tab through so you don’t need to show every product on a page, much like the All Products box has? Or let us filter by category/tab in the All Products box. Either way.

    • This reply was modified 3 years, 5 months ago by collins08480.

    Same here…

    No pagination or “show more” options in the Products by Category block, or the option to choose a category in the All Products block.

    It’s useful if you have a customized page. I’ll try the shortcode option, but I don’t think it supports pagination…

    Edit: It does support pagination, in conjunction with limit.

    [products limit="18" columns="3" category="category_name" paginate="true"]

    See: https://docs.woocommerce.com/document/woocommerce-shortcodes/

    Anonymous User 18819390

    (@anonymized-18819390)

    I’m also wanting a solution to this. Also if you use the all products it looks nice with ajax and filter. But with the Kadence theme it cancels out the interaction for hover, changes the review stars to blue which I have css for yellow. It would be nice if they just added the category option to all products though. I’m sure I could find CSS for the problems I listed.

    The way around this that I have been using is hand-picked products but then it’s not automated.

    Hi there,

    The WooCommerce Blocks extension currently only supports 6 lines with 6 columns while using the Products by Category block.

    It means that there is a limit of products and the block doesn’t support pagination.

    Still, an option is to try the shortcode solution suggested by @akanale:

    [products limit="18" columns="3" category="category_name" paginate="true"]

    In this case, you can change from category_name to your category slug.

    Also, we already created the following issue, so I recommend following directly from there for new updates: https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/2373

    Apart from that, if you are not the thread starter, please create a new topic with your use case, so we can take a closer look at your issue.

    Moderator Yui

    (@fierevere)

    永子

    Closed.
    If you seem to have same issue – please consider creating your own topic.

    See Forum FAQ

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Products by Category block does not list all products’ is closed to new replies.