#======================================================== # MakeBid Auction Software Installation Instructions #======================================================== # Setting up a percentage fee based off the starting bid #======================================================== The posting percentage fee are setup in the post_percents.bill file in the accounting dir. In this file you will see the below example you can have as many lines as needed or just one line: 0.020:::0.00:::150.99 0.018:::151.00:::250.99 0.015:::251.00:::500.99 0.013:::501.00:::99999999.99 percentage from $ to $ 0.020 :::0.00 :::150.00 Then in the config.pl file in your auction dir you need to find this line below and turn it 'on' ############################# # Auction start percentage fees # based off the starting bid # off or on $config{'postpercentage'} = 'on'; =================================================================== You have to create all the html for any posting percentage fees the script can not do this for you, in the fees.pl file and in the auction.pl file under the new and new2 subs find these lines: