• Resolved veronica2020

    (@veronica2020)


    Hi, I’m creating a shop with storefront I would like all the products to be displayed on my page and not divided by page know how to set this?

    Thank you
    Veronica

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • @veronica2020

    add this snippet to your childhtmes functions.php

    add_filter( 'loop_shop_per_page', 'so_31843880_show_all_products', 20 );
    function so_31843880_show_all_products(){
    return -1;
    }
    Thread Starter veronica2020

    (@veronica2020)

    i added the snippet to your childhtmes functions.php but it still displays some products and not all, the home page is set with woocoomerce – all products.

    Thread Starter veronica2020

    (@veronica2020)

    i added the snippet to your childhtmes functions.php but it still displays some products and not all, the home page is set with woocoomerce – all products.

    @veronica2020

    this should work for the shop page, wehre the shop shortcode is located

    Plugin Support Tseten a11n

    (@tibetanitech)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘store’ is closed to new replies.