It does not respect the number of products to show, only show 12 continuously how can I add this sho

This topic has 2 replies, 2 voices, and was last updated 10 months, 2 weeks ago ago by Rose Tyler

  • Avatar: david
    david
    Participant
    June 13, 2023 at 12:08

    It does not respect the number of products to show, only show 12 continuously how can I add this show record

    I am attaching a video so that you can see what I mean. I would like to have more products per page, at least 24

    https://recordit.co/PqaxDJFEYC

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 13, 2023 at 13:47

    Hello David,

    Thank you for contacting us and for using XStore.

    xstore-child/functions.php

    add_filter( 'loop_shop_per_page', function ($value) {
        return apply_filters('xstore_theme_amp', false) ? 24 : $value;
    }, 50 );

    https://prnt.sc/GXjeUt6PjVca
    Result → https://prnt.sc/ZDLNeC6XqteE
    P.S. Settings you showed on the video are not related to the shop page because those are elements with their own settings that are displayed on the home page → https://prnt.sc/4k5tpsRQ5WC6

    Kind Regards,
    8theme team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.