Page 1 of 1

Scandinavian auction

PostPosted: Mon Jul 27, 2009 4:17 am
by stamp
Hello.
I am new to the forum.
I downloaded the WebAuction script. It is really nice and the author has done a great job.
I want to edit this script into a scandinavian auction site, something like swoopo.
I just need to know where can I edit the Bid button, I need to delete the bid amount area and just make every bid a fixed one equal to 0.10.
The second thing I need is for the closing time of the auction to be as a timer and at every new bid the timer should increase with a given amount of seconds.
Please help in any of these issues.
Thank you very much in advance.

PostPosted: Thu Jul 30, 2009 11:12 am
by stamp
Please help. Anyone? :(

PostPosted: Thu Jul 30, 2009 12:10 pm
by shannah
Most of this is just in the templates/view_product.html file.

PostPosted: Thu Jul 30, 2009 12:13 pm
by shannah
For the timer thing you would need to make some changes to the core code. If you're proficient with PHP, most of the guts are found in the includes/functions.inc.php file and the tables/products/products.php delegate class.

You may want to read the xataface getting started tutorial to help you understand how the system works (it is built using the xataface framework) if you're going to start to customize the functionality.

-Steve

PostPosted: Thu Jul 30, 2009 1:00 pm
by stamp
Thank you Steve, I'll try something out today, I'll let you know about what I did.
Cheers.