Ordering comes as default parameter which is ascending order. We have tested that. Can send the link of your page and exact shortcode used? The ordering could be tempered by another woocommerce plug in too. Try disabling other woocommerce plugins and see if that helps.
Thanks
I’m unable to send a link, as the site is currently in development, however I can provide the following information.
I dont have any other Woocommerce plugins installed, except for Woocommerce itself, and the WooCommerce Pay360 (PayPoint) Gateway. I’ve disabled the Pay360 plugin, but it’s had no effect on the order.
The shortcode is being output like this: <?php echo do_shortcode(‘[wtcpl-product-cat]’); ?> at the top of my shop page.
I’ve just inspected the posts, and they appear to be in DESC order by the post ID – this isnt the same sorting order as I’ve set in my Woocommerce display settings.
Any other ideas? Is there any way I can add order and orderby parameters to the shortcode itself?
That is weird. Allow us some time to check a few things.
All options for sorting and ordering from display settings in woocommerce do not work with shortcode. Woocommerce only allows ordering products by title or date but not by price, sku etc. because they are meta data. We are adding an option to sort by title in asc or desc order.
We are releasing a professional version very soon which will have more flexibility.
Thanks