6. How To Show Auction Products On Your Website

In This Article

Default Page List By Plugin

Ultimate WooCommerce Auction PRO plugin installs 4 pages with shortcodes.

  • All Auctions - This page display all auction products which are added by you.
  • Expired Auctions - This page display expired auction products.
  • Future Auctions - This page display all future auction products.
  • Live Auctions - This page display all current auction products.

All the above pages work on shortcodes. There are shortcodes mentioned below of all types of auction products.

Name Shortcode Description
All Auctions  [uwa_all_auctions columns=3 orderby="date" order="desc/asc" limit="12" paginate="true" category="hoodies, tshirts"] Lists live, expired, and pending auctions.
Live Auctions  [uwa_live_auctions columns="4" order="asc" hidescheduled=yes limit="12" paginate="true" category="hoodies, tshirts"] Lists live auctions
Expired Auctions  [uwa_expired_auctions  columns="4" order="asc" limit="12" paginate="true" category="hoodies, tshirts"] Lists expired auctions
Pending Auctions  [uwa_pending_auctions  columns="4" order="asc" limit="12" paginate="true" category="hoodies, tshirts"] Lists auctions scheduled for a later date.
New Auctions [uwa_new_auctions days_when_added="10" columns="4" orderby="date" order="desc" show_expired="yes" limit="12" paginate="true" category="hoodies, tshirts"] Lists new auctions by setting the days it has been added.
Ending Soon Auctions [uwa_ending_soon_auctions columns="4" order="asc" hidescheduled=yes limit="12" paginate="true" category="hoodies, tshirts"] Lists auctions with auctions ending soonest at the top.

Parameters:

  • paginate: This can have values as "true" or "false". 
  • limit: This parameter limits the number of auction products shown on-page and can be used with the "paginate" parameter. This can have values as whole numbers.
  • show_expired: This parameter shows expired auction products. This can have values as "yes" or "no".
  • hide scheduled: This parameter hides future auctions. This can have values as "yes" or "no".
  • category: You can use this parameter to display groups of products with specific categories. This parameter has a Comma-separated list of category slugs and names.

Display Auction Products On Website

You can display auction products on the shop page or any other pages wherever you want to display them.

  1. For displaying products on the shop page go to auctions Setting and select the Display tab. There are options for displaying different types of auction products(Live, Expired, Future). Select options as per your choices.
  2. For displaying products on other pages you can create a new page and add a screenshot. Go to all pages and click on the "Add New" button.
  3. Step 1 - Add the page title which you want to display.

    Step 2 - Add shortcodes of auction products. You can add any of the shortcodes listed above and you can display any of the auction products.

    Step 3 - Click publish button.

Still need help? Send Your Query Send Your Query