Home Forums WoodMart support forum Add the ability to view the product gallery on the products loop BUGs Reply To: Add the ability to view the product gallery on the products loop BUGs

#556053

Hello,

Your issue has been solved. We have fixed on your website and included the fix in the next update.

We have added the custom code to the functions.php file

add_filter('woodmart_max_number_product_thumbnails', function () {
	return 4;
});

Best Regards.