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

jatinsapra on "[Plugin: WooCommerce - excelling eCommerce] Sorting Products by SKU"

$
0
0

I want to sort products in Catalogue based on SKU. I am using following code(in functions.php), but it doesn't seem to be working.

add_filter('woocommerce_get_catalog_ordering_args', 'am_woocommerce_catalog_orderby');
function am_woocommerce_catalog_orderby( $args ) {
    	$args['orderby'] = 'meta_value_sku';
	$args['order'] = 'asc';
	$args['meta_key'] = '';
}

Any help please?

http://wordpress.org/extend/plugins/woocommerce/


Viewing all articles
Browse latest Browse all 102102

Trending Articles