Master Site | PRO Features | Docs

Ultimate Auction for WooCommerce allows easy and quick way to add your products as auctions on your site.
Simple and flexible, Lots of features, very configurable. Piece of cake to setup. Bang-up support.

  • PRO Version – Upgrade to unlock awesome features »

PRO Features

                  1. Collect Credit Card and Automatically Debit Winning Amount two. Users can add together auctions 3. Automated or Proxy Bidding four. SMS Notification  five. Soft-Close or Anti-Sniping feature to extend time half dozen. Automatic and Manual Relisting of Expired Auction 7. Add together Auction for Time to come Dates. 8. Add Silent auctions 9. Variable Increment 10. Heir-apparent'south Premium 11. Opposite Bidding Engine 12. Bulk Import 13. Live Bidding without folio refresh fourteen. Delete User Bids 15. Support Virtual Products 16. WPML and LocoTranslate Compatible 17. Widgets - Expired, Time to come  18. Custom Emails 19. Many Shortcodes & Filters                                  

Costless Features

                  i. Registered User can place bids  2. Ajax Admin console for better direction. iii. Add standard auctions for bidding 4. Buy Now option     v. Prove auctions in your timezone         6. Set Reserve cost for your product vii. Ready Bid incremental value for auctions 8. Ability to edit, delete & end live auctions 9. Re-actuate Expired auctions x. Email notifications to bidders for placing bids 11. E-mail notification to Admin for all activity 12. Electronic mail Sent for Payment Alerts 13. Outbid E-mail sent to all bidders who has been outbid. fourteen. Count Down Timer for auctions.   15. Power to Cancel last bid  and Much more than...                                  

Minimum Requirements

  • PHP version 5.ii.iv or greater (PHP seven.two or greater is recommended)
  • MySQL version five.0 or greater (MySQL 5.6 or greater is recommended)
  • Latest WooCommerce Plugin

Automatic installation

  1. To do an automatic install of our plugin, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.

  2. In the search field type "WooCommerce Auction" and click Search Plugins. Once you lot've constitute «Ultimate WooCommerce Sale Plugin» by «Nitesh Singh», you can view details about it such as the point release, rating and description. Almost importantly of grade, you lot can install it by just clicking "Install Now".

  3. Once installed, but click «Activate».

  4. Later you take setup WooCommerce and activated our plugin, you should add a product. You tin can exercise it via WordPress Dashboard, navigate to the Products menu and click Add New.

  5. While adding production, choose «product data = Auction Product». Add information to relevant fields and publish information technology.

Your auction product should now be ready and displayed under «Shop» page. If yous have problems please open discussion in back up forum.

Transmission installation

The manual installation method involves downloading our plugin and uploading it to your webserver via your favourite FTP awarding. The WordPress codex contains instructions on how to practise this here. Kindly follow these instructions for WooCommerce Plugin then for our plugin.

And so kindly follow stride 4 and v from «Automatic Installation».

Updating

Automated updates should work similar a charm; as always though, ensure y'all fill-in your site just in case.

If on the off-chance you do run into issues with the store/category pages after an update you simply need to affluent the permalinks by going to WordPress > Settings > Permalinks and hitting 'relieve'. That should return things to normal.

Where tin can I get back up or talk to other users?

If you get stuck, y'all can ask for help in the Ultimate WooCommerce Sale Plugin Forum.

Will this plugin work with my theme?

Yes; It will work with any WooCommerce supported theme, but may require some styling to make it match nicely.

Where tin can I request new features, eCommerce themes and extensions?

You lot can write to us: nitesh@auctionplugin.net.

What shortcodes are available for this plugin

  1. Shortcode to brandish new auctions.

    [uwa_new_auctions days_when_added=»10″ columns=»4″ orderby=»date» gild=»desc/asc» show_expired=»yep/no»]

Field details:

days_when_added = Merely brandish 10 days auctions on creation date..
columns = Default woocommerce
orderby = Default woocommerce
order = Default woocommerce
show_expired = Default is aye. if we select «no» then expired auction will not be displayed.

What Hooks are available for this plugin

one) If you are going to add together some custom text before «Bidding Form»,this hook should aid yous.

                      ultimate_woocommerce_auction_before_bid_form                                          

Example of usage this hook

                      add_action( 'ultimate_woocommerce_auction_before_bid_form', 'here_your_function_name'); part here_your_function_name()  {        echo 'Some custom text hither';    }                                          

2) If you are going to add some custom text after «Bidding Grade»,this hook should help you.

                      ultimate_woocommerce_auction_after_bid_form                                          

Example of usage this hook

                      add_action( 'ultimate_woocommerce_auction_after_bid_form', 'here_your_function_name');     function here_your_function_name() {            echo 'Some custom text hither';        }                                          

iii) If you are going to add some custom text before «Behest Button»,this hook should help you lot.

                      ultimate_woocommerce_auction_before_bid_button                                          

Example of usage this claw

                      add_action( 'ultimate_woocommerce_auction_before_bid_button', 'here_your_function_name');     function here_your_function_name() {            echo 'Some custom text here';        }                                          

4) If you are going to add some custom text afterwards «Bidding Button»,this claw should assistance you.

                      ultimate_woocommerce_auction_after_bid_button                                          

Example of usage this hook

                                              add_action( 'ultimate_woocommerce_auction_after_bid_button', 'here_your_function_name');         function here_your_function_name() {                echo 'Some custom text hither';            }                                          

5)You lot can use this hook while auction is closing

                      ultimate_woocommerce_auction_close       add_action( 'ultimate_woocommerce_auction_close', 'here_your_function_name', l );         function here_your_function_name($auction_id) {              $product = wc_get_product($auction_id);              //Your Custom Lawmaking hither          }                                          

6) You can apply this claw while admin deletes bid.

                      ultimate_woocommerce_auction_delete_bid        add_action( 'ultimate_woocommerce_auction_delete_bid', 'here_your_function_name', 50 );         role here_your_function_name($auction_id) {              $production = wc_get_product($auction_id);              //Your Custom Code here          }                                          

What Filters are available for this plugin

i) Product Condition

                      ultimate_woocommerce_auction_product_condition                                          

How to use this filter ?

Re-create paste in your functions.php file of theme as per your requirement.

                      add_filter('ultimate_woocommerce_auction_product_condition', 'here_your_function_name' );     function here_your_function_name( $array ){         /*          Exiting array keys. 1)new 2)used         */         $array['new']='New2';         $array['used']='Used2';          /*          You can Add together New Condition to Auction Product Like below.         */         $arr2 = assortment('new_factory' => 'Factory Sealed Packaging');         $arr3 = assortment('vintage' => 'Vintage');         $arr4 = array('appears_new' => 'Appears New');         $array = $array + $arr2 + $arr3 + $arr4;          return $array;     }                                          

2) Bid Button Text

                      ultimate_woocommerce_auction_bid_button_text                                          

How to use this filter ?
Answer : Copy paste in your functions.php file of theme as per your requirement.

                      add_filter('ultimate_woocommerce_auction_bid_button_text', 'here_your_function_name' ); function here_your_function_name(){       render __('Push Text', 'ultimate-woocommerce-auction');                                          

}

3) Heading for Total Bids

                      ultimate_woocommerce_auction_total_bids_heading                                          

How to use this filter ?

Answer: Re-create paste in your functions.php file of theme equally per your requirement.

                      add_filter('ultimate_woocommerce_auction_total_bids_heading', 'here_your_function_name1' ); function here_your_function_name1(){       return __('Full Bids Placed:', 'ultimate-woocommerce-auction');                                          

}

4) Pay Now Push

                      ultimate_woocommerce_auction_pay_now_button_text                                          

How to use this filter ?

Respond : Copy paste in your functions.php file of theme every bit per your requirement.

                      add_filter('ultimate_woocommerce_auction_pay_now_button_text', 'here_your_function_name' ); function here_your_function_name(){      return __('Pay Now Text', 'ultimate-woocommerce-sale');                                          

}

I encountered an issue between my DIVI theme and Ultimate WOO Sale plugin (free version). The team replied promptly and worked with me until information technology was successfully resolved. I am now happy to recommend to my client that we buy PRO version for the boosted features, confident that UWA technical support will be there, should I demand it once again.

Great app and great support team!

Nosotros used Ultimate Woo Auction plugin to auction 100 items simultaneously. The plugin worked flawlessly and produced reports that allowed the states to proceed track of our auctions. Notifications to the sale customers kept the customers involved and kept the bidding going. In developing our auctions, we had some difficulties understanding and using some of the controls. The support team quickly sorted out what nosotros were doing incorrect. Thank you lot. I recommend this plugin.

Nice plugin, easy to install and with a very proficient back up from editor.

All problems I encountered have been resolved. Fastest support response times than any other plug in. Very patient and great to always better their products. Highly recommend for any auctioneer to utilise this plug in equally it too has more features than nigh plug ins without coding.

Leer todas las 94 reseñas

«Ultimate Auction for WooCommerce» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

  • Nitesh

ii.2.iii

  1. Fix:

    Error was displayed when polylang plugin is activated. This issue has now been fixed.

  2. Comeback:

    Any user can view bidder name in bids listing of auction item page. Previously the bidder proper name was masked in asterisk

ii.two.2

  1. Set up:

    Error was displayed on My-account -> My-auctions page with PHP8. This result has now been fixed.

two.2.i

  1. Ready:

    Buy Now will at present elapse an auction production – There was an issue when user clicks purchase now and buys an sale product and so the auction product was non expiring. This has been stock-still.

    Few Strings were not translation prepare. We have now fixed them then that they can exist translated.

two.2.0

  1. Fix:

    Few Strings were not translation prepare. We have now fixed them then that they can be translated.

2.1.9

  1. Fix:

    We have fixed deprecated meta issue. Replaced deprecated «WC_Order::get_item_meta» with latest function wc_get_order_item_meta.

    We accept stock-still Pro plugin imprint dismiss upshot. When this notice is dismissed from i page, it will exist dismissed from all pages and information technology volition not be displayed again even after refreshing the folio.

ii.ane.viii

  1. Gear up:

    In their latest update of WooCommerce plugin, CSS code of it was conflicting with our plugin'southward css and due to it the blueprint of Cart page was not proper in mobile view. We have fixed this outcome.

2.1.7

  1. Improvement

    When whatsoever auction production is added in the cart using «Buy Now» and if it is «deleted from cart» and so the product volition return back to its original auction land. We have fabricated sure that this happens now.

  2. Set up:

    Adding and removing Watchlist functions have been updated to use Nonce functions such as wp_create_nonce

    Place Bid button when clicked without any bid was throwing critical mistake in PHP viii. This has been fixed now.

    HTML has been properly escaped including the echo'd lawmaking.

2.i.6

  1. Fix:

    Nosotros had observed that plugin was not installing properly on PHP viii. This has been resolved at present.

2.1.5

  1. Fix:

    Delete Bid option was not working. This has now been fixed.

ii.1.4

  1. Fix:

    We have stock-still the issue where auction production was going in «Pending» state if information technology was saved as draft or added as a duplicate.

ii.1.3

  1. Set up:

    We have sanitized, validated, and escaped all functions using Mail/GET/Request/FILE calls for meeting security guidelines of WordPress.org

    Nosotros have also renamed our plugin from «Ultimate WooCommerce Auction Plugin» to «Ultimate Auction for WooCommerce» to avoid any trademark infringement.

    Text Domain of the plugin has been changed from «woo_ua» to «ultimate-woocommerce-auction». This change was made to match the permalink of the plugin as this was required as per the guidelines from WordPress.org.

ii.1.2

  1. Fix: Winner electronic mail'south "Pay Now" button was earlier redirecting to WordPress default login Folio. Information technology has been rectified and is now redirecting to "My Business relationship Page".

2.1.1

  1. Fix: The count inside My Account > Auctions > Watchlist was incorrect. We have fixed and tested this.

  2. Fix: SKU given for «Auction Production Type» is now searchable. We have fixed this and Production search by SKU will show sale products.

  3. Fix: We had received an effect of multiple email though we were not able to reproduce this problem in-house. We accept introduced a flag in the code which will ensure that email function is called only 1 time and if any customer has experienced multiple email then this fix should solve it too.

2.1.0

  1. New Feature: We have added a new setting where admin tin can choose to enable a «Bidding Confirmation Modal». When enabled then a confirmation pop-up will be displayed to the bidder when he volition endeavor to bid.

two.0.10

  1. New Feature: We take added a new configuration for admin to restrict admin'southward bidding on the sale product.

  2. Set up: Plugin at present supports latest Time and Date functions introduced in WordPress 5.three.two version.

  3. Fix: Converting simple product to auction product and vice versa was causing issue with the product. This has now been resolved.

  4. Fix: In that location was an issue with duplicating an auction product. This has now been resolved.

  5. Fix: WordPress Observe of Undefined Error has been resolved.
    Discover: Undefined index: action in E:\xampp\htdocs\UWAFREE\wp-content\plugins\ultimate-woocommerce-auction\includes\admin\class-uwa-admin.php on line 203 (done)

  6. Comeback: We have removed «bid value» text and included «currency» symbol for a more cleaner look.

  7. Comeback: We have added pagination to the shortcode. Hither is full shortcode with parameters [uwa_new_auctions days_when_added=»100″ columns=»4″ orderby=»date» order=»desc/asc» show_expired=»yep/no» paginate=»true/false» limit=»4″]

  8. Improvement: Wrong English Grammer has been rectified for few texts.

two.0.9

  1. New Feature – Plugin is at present compatible with WPML and besides with «My WP Translate» plugin.

  2. New Feature – Redirection to Auction Detail page – When any visitor (without logged in) used to visit sale product particular folio, they were prompted to login/Annals which upon click opens «My Account» page. And then later login or registration, it did non redirect back to Auction Production Particular folio. We have now included that characteristic.

  3. Set up – HTTP POST request was being chosen with each page load to cheque expiration status. This was redundant and not required and thus accept been removed.

ii.0.8

  1. Fix – Removed unwanted repeat left inside plugin.

two.0.7

  1. New Feature – Timer on auction production detail page tin can exist shown H:M:S format too. New setting is added nether Settings > Auction Detail Folio > Enable the Checkbox for hiding compact countdown format.

  2. Set up – Few emails accept incorrect English sentences. This has been rectified.

  3. Fix – Error was happening when both PRO and Gratis were active together. This has been fixed.

two.0.half dozen

  1. New Feature – Plugin is now multi-site uniform

  2. Fix – Warnings were appearing when outset bid was placed in an auction. This is now fixed.

  3. Fix – Few texts were having translation result. We accept added them.

  4. Fix – Plugin will now appear inside WP Admin Dashboard on LHS as «Auctions» instead of «Ultimate Woo Sale»

2.0.5

  1. New Feature – Added 2 new HTML CLASSES which developers tin can use for CSS.
    Expired Auction class = uwa_auction_status_expired
    Live Auction course = uwa_auction_status_live

  2. New Feature – WooCommerce compatibility versions have been added inside our plugin clarification to show it inside Admin Console -> Installed plugins

  3. Fix – For expired auctions, if we were browsing to Admin -> WC -> Products page and editing the end date to future date for a specific product then it wont change land of auction to Live. Nosotros have now fixed this trouble by disabling the end appointment for editing.

two.0.4

  1. Gear up – Plugin volition display message to login/register when any non-logged in visitor tries to place bid. In few themes we received queries that «Login/register» bulletin was not existence displayed when non-logged in company tries to place bid. This problem is now stock-still.

  2. Ready – Description tab will be displayed in 1st position of auction detail page.

  3. Fix – Shop Manger Role was not able to see user'south total name. This issue has been fixed.

  4. Fix – GOTMLS.NET was detecting malware in 2 files due to code commenting way (/* …*/). Nosotros have changed the commenting mode but for the sake of no detection as we retrieve its a faux positive.

  5. New Characteristic – Added a new filter «ultimate_woocommerce_auction_pay_now_button_text». Details of its usage are mentioned in FAQs.

2.0.3

  1. New Feature – Added hooks & filters. Full documentation available in README FAQ department.

ii.0.2

  1. New Feature – Plugin now allows to add your «buy now» and «won by bids» item to checkout page. So, if a user has added unproblematic products to his cart and also won products via sale and so all his products will be added to his checkout folio.

  2. New Feature – New Shortcode to display «Latest Sale». Shortcode format is [uwa_new_auctions days_when_added=»10″ columns=»4″ orderby=»date» social club=»desc/asc» show_expired=»aye/no»].

  3. New Characteristic – User can hide their names from bidding page. User can get to their My Account Folio -> Auction Setting to admission this setting.

  4. Fix – Bid Value field now accepts corporeality in same currency format as defined in WooCommerce.

2.0.one

  1. Prepare – Decimal pricing is now supported for auction products. Besides, WooCommerce normal products volition have decimal pricing.

ii.0.0

  1. New Feature – Plugin has a new layout and is accessible from WP Admin -> LHS bar -> Ultimate Woo Auction. It has Settings page and auctions list which shows live and expired auctions.

  2. Set up – My Auction / My Auctions Watchlist are now added to plugin'due south text domain i.e. woo_ua. Previously they were in «woocommerce» text domain.

i.0.half dozen

  1. Fix – Customer noticed an effect that when we interpret using WPML then Viewing Sale Watchlist slug does not alter. This has been fixed.

1.0.5

  1. Set up – End Date Issue where appointment picker was not working with latest WP has been fixed.

1.0.iv

  1. New Characteristic – Layout for Settings page has been changed for better readability and more configurations take been added.

  2. Fix – Configuration for Ajax update of bid information was not working previously. This has at present been fixed.

1.0.iii

  1. New Feature – New column «Auction Status» added nether Products -> All Products. This shows whether auction is «Alive» or «Expired».

  2. Fix – Edition in behest logic where in user tin can now increase their bid. Previously if whatsoever user had highest bid so he was non able to increase his bid. This modification will help user to attain reserve price.

  3. Fix – «Add to Watchlist» was not working. This has at present been stock-still.

1.0.2

  • Fix: Text Domain added which will enable to piece of work with LocoTranslate.

1.0.1

  • Gear up: Bid field's width has been increased to handle ix digits in auction detail page.
  • Fix: Plugin'south settings are now consolidated nether single link.
  • Prepare: Minor pattern changes has been done in Auction Item page for better representation of data.

i.0

Initial Release