upsells order by sku
-
Hi There,
We want to sort the upsells by sku. Found a filter, it works for price. When I fill the sku it is not working.
function filter_woocommerce_upsells_orderby( $orderby ) { return 'price'; }; add_filter( 'woocommerce_upsells_orderby', 'filter_woocommerce_upsells_orderby', 10, 1 );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘upsells order by sku’ is closed to new replies.