6 replies [Last post]
electronicmonkey's picture
Offline
Joined: 09/23/2008
Juice: 136
Was this information Helpful?

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

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: SOLD OUT attribute

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.

Adrian's picture
Offline
Joined: 04/09/2008
Juice: 19
Re: Re: SOLD OUT attribute

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!

electronicmonkey's picture
Offline
Joined: 09/23/2008
Juice: 136
Re: Re: SOLD OUT attribute

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 ?

zeezhao's picture
Offline
Joined: 04/23/2008
Juice: 969
Re: SOLD OUT attribute

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

electronicmonkey's picture
Offline
Joined: 09/23/2008
Juice: 136
Re: Re: SOLD OUT attribute

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

tcindie@drupal.org's picture
Offline
Getting busy with the Ubercode.
Joined: 05/15/2008
Juice: 440
Re: Re: Re: SOLD OUT attribute

Seems like it might be a good case for the flag module.

Follow me on twitter.