current auctions v2.1 (english)

Preorders

http://www.oscommerce.com/community/contributions,1443

Just though this may be useful to some people, maybe u could extract something from it david !




David
They would like it on the

They would like it on the admin screen or on the public side so customers can see what is currently on eBay?

If they are using ALP then they could do a side box with some content or a custom page and use a SQL query to pull information straight from the database about running auctions.

I have been thinking about this and it is a good way to drum up some business. I will see about writing something like this once we get 0.5.4 out the door and the bugs fixed.




info_haven
info_haven's picture
I know of that one of my

I know of that one of my customer's would like that feature!


--

- - - - - - - - - - - -
James Stoffel
www.infohavenproductions.com




David
Would you want something

Would you want something like this for the front end so people could see the results or is it only for your purposes in the admin screen?

I had a couple of people email me about importing current listings into ALP to manage them but I am finding that there is no convenient way to stick them into the product database if they are created manually on eBay.




mquocle
Yes, that would be great

Yes, that would be great David, if you can come up with something similar and more efficient. I modified this mod a little bit to get the auction type only, not every items. I only can filter the first 2 pages of the result to look for auction items as it would take very long time to load. It also does not split results in pages.




David
Interesting. It seems it

Interesting. It seems it would be much more efficient to use the API to grab all of your current listings.

I could whip up something using GetSellerList() if enough people wanted something like this.