• This must be an old humdrum but despite puting on my page a shortcode for protuct category only to show one category like:

    [product_category categoryname}
    OR
    [product_category ID=”IDnumber”]

    I cannot achieve this.

    The shortcode help on Woo is less than useless as it says use [product_category] but does not illustrate the parameters to use!

    ANy help appreciated….

    Steve B

Viewing 1 replies (of 1 total)
  • Plugin Support ckadenge (woo-hc)

    (@ckadenge)

    Hello Steve @stevehale,

    I understand that you’re having trouble with the product category shortcode.

    You’re on the right track, but there seems to be a slight issue with the format of the shortcode you’re using.

    To display products from a specific category, you should use the following shortcode structure:

    [product_category category=”hoodies”]

    Please replace “hoodies” with the actual slug of your category.

    If you prefer to use the category ID, the shortcode should look like this:

    [product_category category=”9″]

    In this example, “9” is the category ID.

    I hope this helps!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.