• Resolved kullussteve

    (@kullussteve)


    Hello,

    Using many categories and would also like to use “New products” and “Discount products” categories, but that new products and dicounted products would be added automatically, not have to add discounted and new products manually under these categories. Is it possible?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s not possible to have categories that automatically contain only these products, but you could use the built-in WooCommerce shortcodes to display products in those two ways.

    https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-9

    For example, this shortcode will display only products that are on sale:

    [products on_sale="true"]

    This one will display all products starting with the newest and going down to the oldest:

    [products orderby="id" order="DESC"]

    More info on how to use these is at the link above. ??

    Thread Starter kullussteve

    (@kullussteve)

    Hi,

    Thx for quick reply, i also use the shortcodes, but it would be great to automate the “New product” categorie.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Automated “New products” category?’ is closed to new replies.