New Landing How can we help? Themeforest Theme Support Neighborhood Remove pagination in Shop (i.e. show all products)

Viewing 10 posts - 1 through 10 (of 10 total)
  • #141427
    markmuz
    Member
    Post count: 94

    Hi, I just would like to display all items of my shop on one page rather than pagination occurring which means that many of my products on page 2 don’t get viewed – please can you help!

    Thanks

    Mark

    Attachments:
    You must be logged in to view attached files.
    #141438
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Please add the code below in the file functions.php

    
    add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 200;' ), 20 );
    

    Also add the code below to your custom css option in Theme options-> General options

    
    .woocommerce-count-wrap{
    display:none;
    }
    

    -Rui

    #148737
    snarfe
    Member
    Post count: 80

    hello,

    i’ve just tried this. added css to child stylesheet and it took away the page counter. all good. however, the code in functions.php didn’t remove the page split. products are still split over more than one page: http://monkind.com/shop

    have i missed something?

    #148754
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I’m afraid this is a WooCommerce feature, and they do not allow you to show all products on one page, sorry

    – Kyle

    #148989
    snarfe
    Member
    Post count: 80

    Thanks Kyle for letting me know. For others looking for this option there is a workaround that worked for me:

    WooCommerce Product Archive Customiser

    Not sure if there is a maximum for one page set in there but for our shop of ca. 50 products it displays all on one.

    #149003
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that you managed to resolve the issue.
    Thanks
    Mohammad

    #149423
    snarfe
    Member
    Post count: 80

    watch out!

    After updating to Woocommerce 2.3 the plugin: https://wordpress.org/plugins/woocommerce-product-archive-customiser/ broke the functionality of the slide in “select options”/”add to cart” box on product thumbnails

    best, snarfe

    #149429
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .woocommerce form.cart button.add_to_cart_button {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        height: 40px;
        padding: 0 15px;
        float: left;
        font-weight: bold!important;
        outline: 0!important;
    }

    -Rui

    #149456
    snarfe
    Member
    Post count: 80

    Hey Rui,

    thanks but that didn’t work for me. The boxes are still empty whenever the plugin https://wordpress.org/plugins/woocommerce-product-archive-customiser/ is activated.

    Let’s wait and see what the developer has to say…

    best, snarfe

    #149473
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register