Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 104029

terrytsang on "[Plugin: WooCommerce - excelling eCommerce] More Products on page"

$
0
0

I see. Maybe you can try below code and see how :)

// Display 8 products per row
add_filter('loop_shop_columns', 'custom_loop_columns');
if (!function_exists('custom_loop_columns')) {
	function custom_loop_columns() {
		return 8;
	}
}

Viewing all articles
Browse latest Browse all 104029

Trending Articles