woocommerce – products by category slug? [closed]

What @ChipBennett meant is to show the actual code that is represented by the shortcode, it can be found in the source. Take a look at this to see what’s behind it – it is a WP_Query.

Aside from that, the problem is – as far as I can tell – that you’re misinterpreting what the shortcode does. Especially regarding the orderby parameter of WP_Query, which is not designed to order by category/taxonomy. It is just not part of core and

this is not something we want in Core. Here’s a thorough explanation from Otto:1

Here on WPSE to be exact, as answer to Using wp_query is it possible to orderby taxonomy?.