This topic has 6 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hi,
I was wondering if you could me out with the following.
I have set the product page to show the subcategories and the products.
However what I would like to achieve is the products should start to show in another row and not in the same row as the subcategories. Furthermore if possible I would like the number of columns of the subcategories to be 5 or 6 and the products 4.
Could you please help me to achieve this.
Thx so much for your prompt reply.
Regards,
Johan
Hello,
This requests additional customization.
http://prntscr.com/izl4mw
woocommerce_maybe_show_product_subcategories('')
in xstore-child/woocommerce/archive-product.php
+ add this code in functions.php file of child theme:
remove_filter( 'woocommerce_product_loop_start', 'woocommerce_maybe_show_product_subcategories' );
Unfortunately, there is no possibility to set different number per page for products and categories.
Regards
Hi Rose,
Thx for your prompt and excellent support.
I have added the code and it works quite well.
There is only one more thing if possible. As you can see the first row of products under the subcategories contains 3 products instead of the set number of 4 and the last row contains 1 product. Please see http://rando.divi-test.nl/product-categorie/afzuiginstallaties/
Is it possible to have 4 products in the first row of products as well?
I really appreciate your help.
Regards,
Johan
Hello,
Please make sure that you didn’t forget – http://prntscr.com/izoe85
or provide temporary wp-admin and FTP access in the Private Content area.
Regards
Hi,
Thx so much!
Regards,
Johan
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up