• Resolved greyrocket

    (@greyrocket)


    I’ve have a page that is intended to show only active auctions. I have set show_expired=”no” but they still show.

    Any help appreciated.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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

    Thread Starter greyrocket

    (@greyrocket)

    I am using the show_expired=”no” attribute but it still shows expired auctions. The shortcode is correct. I even copied the one you posted and still it shows expired auctions. The days don’t matter. I just want it to show all current auctions and hide expired auctions.

    Hope you can help.

    Thread Starter greyrocket

    (@greyrocket)

    Any further help on this would be appreciated.

    Hi @greyrocket,

    If you are still facing a problem with the auction shortcode, please post your query here.

    Thank You

    Thread Starter greyrocket

    (@greyrocket)

    But I don’t have a license key. I’ve installed the free version and trying it out. That link is for a paid pro version.

    Hi @greyrocket ,

    We know that you are using the FREE version of the auction plugin but as you are facing the issue, for further debugging, we have to check more regarding it so please post your query here.

    In the “Submit ticket” form, you can select any plugin license and you can add any text in the license key like “abc”, “xyz”

    Please review the image – https://snipboard.io/H8GIDC.jpg

    In the message, you have to mention that you are using the FREE version and share the details regarding the issue you are facing.

    We will check and let you know.

    Thank You

    Plugin Author Nitesh

    (@nitesh_singh)

    We are resolving this ticket. If you require further help, feel free to respond.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Expired auction showing even though set to ‘no’’ is closed to new replies.