I would like to create a product category named "New products" using woocommerce plugin.
But I dont want to change every time product list when I add new products or delete older. I need a more automatic solution.
Is it possible to return custome product list for a category?
Proces would be:
- Take 100 newest products
- Return that list if category is named = "New products"
Any advice would be very helpful.