Unpublish when purchase completed
coloryan - May 23, 2009 - 17:12
| Project: | Ubercart Auction |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I've been running several test auctions over the past few weeks, and I'm curious if anyone has a solution for expired auctions still showing up in the site? Ideally, once the process is completed, I'd like to unpublish the item. I've checked into actions and other functions, but haven't had any luck. If anyone can offer some insight, I'd appreciate it.
As always, great system - I'm really excited to launch the site.

#1
I had the same problem here http://drupal.org/node/362069
The solution with an own catalog-view worked fine for me so far. Maybe you can work with that
#2
I have my main pages pulling off of a Views filtering all auctions expired more than five seconds ago. My issue comes when I click on the taxonomy menu, which isn't running off of the filter. Maybe I can tweak the taxonomy menu and run the same filter... let me give that a try and report back.
Thanks for the suggestion!
rmh