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
Installation
- Upload the plugin folder
rt-auction-product-for-woocommerceto the/wp-content/plugins/directory. - Activate the plugin through the Plugins menu in WordPress.
- Create a new product in WooCommerce and choose “Auction” as the product type.
- View the product on the frontend to place bids.
FAQ
-
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).
Reviews
There are no reviews for this plugin.
Contributors & Developers
“RT Auction Product for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “RT Auction Product for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.
- Custom “Auction” product type.
- Basic AJAX bid submission.
- Custom post type for bids.