hello,
is it possible to display more than 4 products in the upsell box? might partly solve what I want...
many thanks, regards, and sweet friday!
hello,
is it possible to display more than 4 products in the upsell box? might partly solve what I want...
many thanks, regards, and sweet friday!
You can try to replace following line in woocommerce\templates\single-product\up-sells.php :
'posts_per_page' => 4,
with eg:
'posts_per_page' => 8,
This code would display 8 products. I didn't test this mod though and maybe some css code changes are required too.
You must log in to post.