Auctions

Vendors are now able to create auction products with the following features

  • Normal, reverse and sealed (silent) auctions, proxy / auto-bidding
  • Define start price, price increment, reserve price, buy it now price
  • Set start and end time for the auction
 
add_action( 'bp_init', 'bp_include_geodirectory_scripts', 1 ); function bp_include_geodirectory_scripts(){ remove_action( 'bp_init', 'bp_exclude_geodirectory_scripts' ); }