Woocommerce Product Category shortcode not working correctly

Hello!
I am having an issue with woocommerce shortcode displaying the products correctly on a typical Cornerstone page.
I have a shortcode as such: [product_category category=”ambulatory-equipment” per_page=”4″ columns=”4″ orderby=”date” order=”desc”]

It is supposed to show 1 line of 4 products only. Instead it is showing an erratic 10 products with the images not respecting the crop sizes set in Woocommerce settings. (by the way, on the product page, image sizes are respected. But not on any other page.

My questions are:
1- What is the issue with X not respecting woocomerce shortcodes?
2- How do I make X respect the crop sizes of the product images on any page?

Thank you in advance!

Hello Tobi Agli,

Thanks for writing in!

1.) You are using an incorrect shortcode. Use this instead:

[product_category category="ambulatory-equipment" limit="4" columns="4" orderby="date" order="desc"]

2.) Please go to Appearance > Customize > WooCommerce > Product Images and set the sizes.

Hope this helps. Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.