I have created a standard php page template for our shop, that should be used on a sales page on which are only shown products that are on sale. How can I display 4 random products on sale via php?
WooCommerce have a shortcode that displays sale products, but this doesn't work if I call it via do_shortcode function.