Auctions — Bid Refresh Feature (2.0.4)
Full Page Overview 1
A Typical Auctions Permission setup.
Extend Page overview
add/edit Auction Item form
Autobidding Logic Control

An Auction Engine for Drupal. Has optional integration with Mail Features and Commerce (Order Item) Module. Toolkit composed of:

  • Auctions - Provides an 'Auction' Node type with embed Auction Item field. Full and Teaser view modes enhanced with Countdown Block & Bidders Form.
  • Auctions Core - Entity/logic control base for Auction Items & Bidding.
    • Autobidding opt-in/out.
    • Buy Now, option to only Buy Now.
    • Relist restart item: new bid sets.
    • V2.0.4 Bid Refresh Javascript based Current Bid on screen values refresh!
  • Auctions Mail - (Soft dependency) Basic mail notifications to bidders/owner. Using hook_auctions_core_workflow_action() and hook_auctions_core_new_bid() as introduced by Auctions Core.
  • Auctions Commerce - (optional. You can process winners in otherways!) Adds an Commerce Order Item to Users cart when auction closes. Email notification to winner/owner.

General Notes:

  • auctions installs Auction node type. goto /node/add/auction to add new Auction Item. then full node view will have Bidders form displayed below content.
  • auctions If Comments are added to this content type the Bidders form will appear above Comments (field_comments). As this module essentially uses a hook_node_view() to add in components — it is not in general control of Display Layout.
  • auctions Auction content type can have other fields added (ie: image gallery) as you need/wish to do.
  • auction_mail be sure to configure "Auction HTML" text filter access and weight and interactions with other content types with this new filter type now added to your project. Note: Only basic html is supported by this module. Additional internal coding will prevent images regardless of changes you make to this filter setting.
  • auction_mail be sure to set email from/reply for on settings page. It should be you're true domain.
  • auctions_commerce Install assumes Default Store exists, payment gateways (etc)...
  • auctions_commerce Uninstall does not remove Order Item type (this may have consequences). Orphaned Records.

Contrib (Composer) Requirements

  • Entity reference (all)
  • Inline Entity Form (auctions)
  • Commerce (auctions_commerce)
  • Address (auctions_commerce)

Similar As; Contrib Lifespan:

Original project concept base Auction has been abandoned (Commerce Auction also). This projects 7.x branch is only to establish a stable baseline to port all usable patches from the Auction project -- before porting to d8/9.. Footnote: NO upgrade path is supplied. Features/functionality of this module are beginning again!

1.0(8—9.1) || 1.1(9.2—9.4) || 1.2(9.5) && 2.0(10) Versions:

Supporting organizations: 

Project information

Releases