RT Auction Product for WooCommerce

Plugin Banner

RT Auction Product for WooCommerce

by raintech357

Download
Description

RT Auction Product for WooCommerce adds a new product type “Auction” to your WooCommerce store.

It includes:

  • A custom product type (auction)
  • Frontend AJAX-powered bidding
  • Current bid tracking
  • Bid history stored as custom post type (rtapw_bid)
  • Clean separation of Model, View, Controller (MVC) structure

Features

  • Create auction products from WooCommerce product editor
  • Place bids via frontend form
  • Bidding system with current bid logic
  • AJAX-powered bid submissions
  • Custom post type to store bids
  • Localized frontend scripts

Usage

  • Use the product type “Auction” when creating a WooCommerce product.
  • Logged-in users can submit bids from the product page.
  • You can view the current highest bid on the product page.

License

This plugin is licensed under the GPLv2 or later. See https://www.gnu.org/licenses/gpl-2.0.html

  1. Upload the plugin folder rt-auction-product-for-woocommerce to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Create a new product in WooCommerce and choose “Auction” as the product type.
  4. View the product on the frontend to place bids.
Can I set an auction start/end date?

Currently, this version focuses on basic auction functionality. Time-based auctions can be added in future updates.

Where are bids stored?

Each bid is saved as a custom post type (rtapw_bid) with relevant meta (amount, user, product, time).

1.0.0

  • Initial release.
  • Custom “Auction” product type.
  • Basic AJAX bid submission.
  • Custom post type for bids.
Back to top