• Resolved avijeet15

    (@avijeet15)


    I am using woocommerce to set up my wordpress market place. I have created specific product category pages wherein only products of a certain category are listed. The problem i have is that woocommerce only shows 12 products per product category page. I would like to increase it to atleast 50 because i have 40 prducts in each product category that i would like to show on the product category pages. These pages donot paginate as well ( would have solved the problem really ). Please tell me how to achieve this goal as it is very important for my site functioanality.

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Matt

    (@visibledeals)

    Hello avijeet15,

    Try this code. replace category 1, 2, 3 with your category names. this code will also add paginate.

    [product_category category=”category 1,category 2,category 3″ per_page=”50″ columns=”4″ orderby=”date” order=”desc” paginate=”true”]

    Thread Starter avijeet15

    (@avijeet15)

    Thanks for the reply. I will get back to you with the results.

    Thread Starter avijeet15

    (@avijeet15)

    It did not work ??

    Thread Starter avijeet15

    (@avijeet15)

    https://cardx.in/ac-heater

    It still shows omly 12 products and i have 14 in that category.

    Matt

    (@visibledeals)

    Hello avijeet15,

    try this code. replace category 1 and 2 with your category names.

    [products limit=”50″ columns=”4″ paginate=”true” category=”category 1,category 2″ cat_operator=”AND”]

    Thread Starter avijeet15

    (@avijeet15)

    Thanks for the reply, let me try that code as well..

    Thread Starter avijeet15

    (@avijeet15)

    Sorry to say but that doesnt work as well
    https://cardx.in/brake-problem

    Matt

    (@visibledeals)

    Are you pasting this code in a paragraph block? I am using woocommerce paragraph block and it works for me.

    Can you create a blank page using any of the woocommerce shortcodes here and see if it even works. Make sure you are pasting the code in a paragraph block.

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

    You may need to adjust the quotation marks in the shortcodes. The forum will replace the straight quotes with curly ones. Make sure they are like this " in the shortcode and not like ” .

    If you still have trouble, could I get you to paste in your shortcode so we can take a look at it? Make sure to click the “code” button in the toolbar to insert a backtick before and after the shortcode so the formatting is preserved.

    Cheers

    Hi @avijeet15,

    We have not heard from you in a while so I’m marking this thread as resolved. If you do have more trouble with this, please open up a new topic and we’ll be happy to help you out.

    Take care

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Increase number of products per page’ is closed to new replies.