Page 1 of 1

PostPosted: Tue Jul 24, 2007 8:04 am
by auctions4you
Getting ready for our own summer sale, was wondering if anyone had worked on a report/invoice for webauction? This would be use to the bidder when they are paying for the item in person.

As we are going to use webauction in a two part process 1. Web bidding and 2 .floor bidding.

But we are going to track all the bids on the webauction as that is where we are going to hold all bidding user register info.

This report would need to add all auction bid amount(s) up for a particular user and include the registering info as below.
Username

Password

Name

Street address

Street address 2

Town/city

Postcode

Phone

Email


Would great if anyone has got this far..
Phil

PostPosted: Tue Jul 24, 2007 12:20 pm
by shannah
If you aren't worried about adding support for online payment methods (i.e. you just want to print out an invoice), then this would be a simple little read-only action that draws existing info from the DB.

I haven't implemented such a report - and it could end up being a little bit particular to your application - however, it isn't a whole lot different than the watchlist action in nature. You would need a little PHP knowledge, but a good place to start would be to look at the watchlist action.

Anatomy:
Perform SQL query to get the info you want, then display this information.

Best regards

Steve