Page 1 of 1
How to display only auctions that are open?

Posted:
Sun Sep 18, 2011 11:16 pm
by cinto_qq
Hi,
How can we display the auctions that are open currently? How do we also display all the closed ones in 1 url?
Thanks.
Cinto
Re: How to display only auctions that are open?

Posted:
Tue Sep 20, 2011 3:58 pm
by shannah
Some modifications would need to be made to support this. Probably you'd need to change the __sql__ directive of the products fields.ini file to left join with the closed table, then you could perform a search on the products table for items that were closed.
Re: How to display only auctions that are open?

Posted:
Tue Sep 20, 2011 11:42 pm
by cinto_qq
Hi Steve,
Thanks, I will try that out.
Cheers,
Cinto