SOLD OUT attribute

Posts: 25
Joined: 09/23/2008

I need to stamp or otherwise mark images of item that are temporarily sold out as "SOLD" . Is there a way to do this ?

Posts: 5625
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

You could do this with a simple CCK field I imagine. You might need to toy w/ it in your theme to get it to appear how you want it. You might also need to adjust your product node's template to disable the add to cart form for sold out items.

Posts: 5
Joined: 04/09/2008

Im having a similar issue, i need to disable add to cart when a products stock is at 0

could you please elaborate on using a cck field and where the product node template is.

Thanks!

Posts: 25
Joined: 09/23/2008

I have added a CCK field for selecting availability for Product listing form (SOLD,IN STOCK) However this field does not show up in the Ubercart Product Setting page and therefore there is no way to make a choice as to whether to show this field or not and where to place it in the product page . Any help ?

Posts: 116
Joined: 04/23/2008

how about using the uc_stockstub module and change to show the image instead of "out of stock" greyed out button? If you use this, you will need inventory_api, and hence mange your stock.

See:
http://www.ubercart.org/contrib/4792

http://www.ubercart.org/docs/user/5181/out_stock_solutions

Posts: 25
Joined: 09/23/2008

Thanks but I need SOLD to be manually declared by store administrator.