Reserve Price
Posted: Thu Jan 24, 2008 10:25 am
HI Steve
I am trying to add reserve prices to the auction site, I found this on the forums that you posted, I am a little lost on what file i add the reserve_price__permissions()
Thanks
David
This would require:
1. Add a field for reserve price (say it would be called reserve_price)
2. Define a reserve_price__permissions() method in the products delegate class to allow all access to admins and no access otherwise.
3. Make a small change to the closeAuction() function (in the include/functions.inc.php file) so that if the reserve is not met, a different email will be sent.
I am trying to add reserve prices to the auction site, I found this on the forums that you posted, I am a little lost on what file i add the reserve_price__permissions()
Thanks
David
This would require:
1. Add a field for reserve price (say it would be called reserve_price)
2. Define a reserve_price__permissions() method in the products delegate class to allow all access to admins and no access otherwise.
3. Make a small change to the closeAuction() function (in the include/functions.inc.php file) so that if the reserve is not met, a different email will be sent.