How can i show the grid/list/orderby header in a woocommerce page with [products] shortcode

Viewed 16

I use a woocommerce shortcode on my separate page for special set of products like this:

[products ids="1,5,15,40,42,14" columns="4"]

where, as you can see, i set the id's of products and number of products per row. And it shows me fine...except one thing - i can't see the upper header for this shop block with order selection and view options (grid / list). So this is missing:

header

How can i add some parameters/other shortcode/anything else to display this header?

0 Answers
Related