Not all products showing on oage

Home Support x-Store Pro Not all products showing on oage

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1818
    Anonymous
    Inactive

    I added custom code to the “used inventory” page :

    [product_category category=”used-inventory” columns=”5″ orderby=”title” category_results=”35″]

    But not all of the products are showing on the page. The products have the correct category selected.

    Martinpowersportstn.com

    #1985
    ProDesigns
    Keymaster

    Hello jhowardlong45!
    The shortcode [product_category] can be updated to display all the results with the ‘limit’ and ‘paginate’ arguments.

    Try this [product_category category="YOUR-CATEGORY" limit="12" paginate="true"].
    This should solve the issue.

    If you would like to display all products and no pagination then simply skip adding ‘paginate'(defaults to false) and set ‘limit’ to -1, like below:
    [product_category category="YOUR-CATEGORY" limit="-1"].

    Hope this helps!

    The shortcode [product_category] is part of the WooCommerce plugin and the WooCommerce forum would be the best place to get the queries sorted. You could also check out WooCommerce Docs

    If you do have queries related to our themes or integration related to our themes, please feel free to post it here, we would be glad to help!

    Thank you for using our theme!

    Regards,
    ProDesigns

    • This reply was modified 5 years, 9 months ago by ProDesigns.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.