Hi @greyrocket ,
In Ultimate Auction for WooCommerce, the shortcode [uwa_new_auctions] displays both live and expired auction products, and by default, it displays the auction products which are added in the last 10 days.
If you want to change the number of days then you need to use
attribute – days_when_added
e.g. days_when_added=”50″
If there is any mistake in the attribute name, its value, or in double quotation marks then the shortcode will not work.
Now if you want to display only live (or active) auction products, you need to use the attribute – show_expired
By default, its value is “yes” which means it also displays the expired auction products. To display only live auction products,
set show_expired=”no” in the shortcode
As per your requirement, use the below shortcode –
[uwa_new_auctions days_when_added=”50″ show_expired=”no”]
and add other attributes if you require.
For more details, review the below document -https://docs.auctionplugin.net/article/62-hooks-filters
and after that, if you will face any issue, do let us know..
Thank You