制作我们自己的Ebay(拍卖系统)(8)
敬业的IT人
互联网
佚名
2008-4-14 17:37:52
Chris Payne
September 11, 2000
So now you've got yourself a pretty functional auction. Let's talk a bit about what we haven't covered,
and a few miscellaneous things.
Things to Add
While this auction will work, it lacks a few features of finer products. For instance, you could have
built in a "take less" option - if, for example, a user bids for 10 items, but is willing to take less if
necessary, then this could be accommodated. It would require adding a boolean field to the database, and a
few modifications to the ResolveBids() code. You should also give the seller the option to "not take
less," meaning that if all the items haven't been bid for, then the whole thing is off.
Another option could be adding "deeper lots." This allows sellers to specify that they have multiple lots
that they must sell together - for instance, 5 TV's and 5 VCR's. These could all go in>
September 11, 2000
So now you've got yourself a pretty functional auction. Let's talk a bit about what we haven't covered,
and a few miscellaneous things.
Things to Add
While this auction will work, it lacks a few features of finer products. For instance, you could have
built in a "take less" option - if, for example, a user bids for 10 items, but is willing to take less if
necessary, then this could be accommodated. It would require adding a boolean field to the database, and a
few modifications to the ResolveBids() code. You should also give the seller the option to "not take
less," meaning that if all the items haven't been bid for, then the whole thing is off.
Another option could be adding "deeper lots." This allows sellers to specify that they have multiple lots
that they must sell together - for instance, 5 TV's and 5 VCR's. These could all go in>
- 最新文章
- 制作我们自己的Ebay(拍卖系统)(7)[04-14]
- 制作我们自己的Ebay(拍卖系统)(6)[04-14]
- 制作我们自己的Ebay(拍卖系统)(5)[04-14]
- 制作我们自己的Ebay(拍卖系统)(4)[04-14]
- 制作我们自己的Ebay(拍卖系统)(3)[04-14]
- 用ASP创建日志文件(附源程序)[04-14]
- 相关文章
