Linux 软件免费装
Banner图

Bidra Auctions for WooCommerce

开发者 beautifulplugins
更新时间 2026年9月15日 01:35
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

auction woocommerce auction bidding auction plugin bid

下载

1.0.0

详情介绍:

Bidra Auctions for WooCommerce adds a complete auction product type to your WooCommerce store. Create a listing, set a start price and an end time, and let your customers bid against each other. When the clock runs out the plugin picks the winner, emails them a payment link, and hands the order over to your normal WooCommerce checkout. It is built in the WooCommerce way: auctions are real products, so your themes, payment gateways, shipping rules, taxes and reports all keep working exactly as they do today. Support Everything you need to run an auction A bidding experience customers understand Built-in email notifications Every email uses the native WooCommerce email system, so it inherits your branding and can be customised or disabled under WooCommerce → Settings → Emails. Manage everything from one screen Shortcodes Drop these into any page, post or block: Developer friendly Perfect for

安装:

Requirements Automatic installation
  1. Go to Plugins → Add New in your WordPress admin.
  2. Search for "Bidra Auctions for WooCommerce".
  3. Click Install Now, then Activate.
Manual installation
  1. Download the plugin ZIP file.
  2. Go to Plugins → Add New → Upload Plugin.
  3. Choose the ZIP file and click Install Now, then Activate.
Creating your first auction
  1. Go to Products → Add New and give the product a title, description and image, exactly as you would for any other WooCommerce product.
  2. In the Product data dropdown, choose Auction.
  3. Open the new Auction tab and fill in the fields:
  4. Item condition — optional label shown to bidders on the auction page.
  5. Start price — the lowest amount the first bid may be.
  6. Bid increment — the minimum amount each new bid must add to the current bid. Defaults to 1 when left empty.
  7. Reserve price — optional hidden minimum. Bidders are told only whether the reserve has been met. An auction that ends below its reserve does not sell.
  8. Buy It Now price — optional. Lets a buyer purchase immediately at this price. Leave empty to disable Buy It Now.
  9. Auction starts — when bidding opens. Leave empty to start immediately.
  10. Auction ends — when bidding closes and the highest bidder wins. Both dates use your site timezone.
  11. Publish the product.
The auction is now live on the product page, with a countdown timer, the current bid and the bid form. When the end time is reached the plugin closes the auction, marks the highest bidder as the winner and emails them a link to pay through your normal WooCommerce checkout. Adding an auctions page
  1. Create a page — for example "Auctions" — and add the [bafw_auctions] shortcode to it.
  2. Publish the page, then select it under WooCommerce → Auctions → Settings → Auctions page.
See the Shortcodes list in the Description for the other available shortcodes and their attributes. Configuring the plugin Store-wide rules live under WooCommerce → Auctions → Settings. The defaults work out of the box; adjust them as needed. Catalog: Bidding: Display: Advanced: Auction emails are configured with the rest of your store emails under WooCommerce → Settings → Emails, where each auction email can be customised or disabled. Managing your auctions

屏幕截图:

  • A live auction on the storefront with countdown, current bid and bid form.
  • The bid history tab.
  • The bids management screen under WooCommerce → Auctions.
  • The winners screen showing payment status.
  • The plugin settings.
  • My Account → Auctions.

升级注意事项:

1.0.0 Initial release of Bidra Auctions for WooCommerce.

常见问题:

Does this work with my theme?

Yes. Auctions are ordinary WooCommerce products, so they use your theme's product templates. Every piece of auction markup lives in an overridable template under templates/, which you can copy into yourtheme/woocommerce/ and restyle.

What happens when an auction ends?

A background task runs every minute and closes auctions whose end time has passed. The highest bidder becomes the winner and receives an email with a link to pay. If nobody bid, or the reserve price was not met, the auction is marked as unsold and you are notified instead.

What if WP-Cron is unreliable on my host?

The plugin also checks an auction's state whenever its page is viewed or its live bid data is requested, so an auction always shows the correct status to a visitor even if the scheduled task is delayed.

Can somebody else buy an auction that I won?

No. Once an auction closes, only the winning bidder can add it to the cart and check out.

Can the reserve price be seen by bidders?

No. Bidders are told only whether the reserve has been met.

Can I hide bidder names?

Yes. Enable Bidder privacy under WooCommerce → Auctions → Settings and names appear as the first and last character only, for example B*******e.

Can I bid on my own auction?

No. Self bidding inflates the price artificially and is blocked by default. Developers can change this with the bafw_can_bid_on_own_auction filter.

Does the plugin support automatic (proxy) bidding?

Automatic bidding, reverse auctions, sealed-bid auctions, anti-sniping auto-extend and automatic relisting are part of the Pro add-on. The free plugin covers standard ascending auctions end to end.

Will my data be deleted if I remove the plugin?

Only if you ask for it. Enable Remove data on uninstall in the settings before deleting the plugin, and the bid history, settings and auction meta are removed. Otherwise everything is left untouched.

更新日志:

1.0.0