This topic has 2 replies, 2 voices, and was last updated 1 years, 5 months ago ago by Rose Tyler
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
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
Tagged: continuously, products, show, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up