Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Listing an item as sold out

Listing an item as sold out

Locked

Views: 2,596

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
24 Jul 2007, 6:16 AM
#1
ncd avatar

ncd

New Zenner

Join Date:
Jun 2007
Posts:
43
Plugin Contributions:
0

Listing an item as sold out

Is there a way to show items after they have been sold out? The site I work on contains lots of antiques and I was requested to make it so that even if an item has been sold out (there's just one piece each) that it should still be displayed with a "sold" message. One of the reasons for this is that we can reproduce a replica of that item if a customer really wants an item like that. (At a lower price that the antique original of course)

There probably a simple way to do this but I cannot seem to find it. :(

24 Jul 2007, 7:06 AM
#3
ncd avatar

ncd

New Zenner

Join Date:
Jun 2007
Posts:
43
Plugin Contributions:
0

Re: Listing an item as sold out

Hmm, I'll check it out. Thanks for that.

....although, is that the only way to do it?

24 Jul 2007, 10:57 AM
#4
shirster avatar

shirster

Zen Follower

Join Date:
Sep 2005
Location:
Hong Kong
Posts:
301
Plugin Contributions:
0

Re: Listing an item as sold out

You could change these settings in your admin -> configuration -> stock:

Allow Checkout
Mark product out of stock
Products status in Catalog when out of stock should be set to
Show Sold Out Image in place of Add to Cart

to achieve what you what. For example, after an item is sold out, it is still enabled in your catalog but people can't check out. Then you can edit the Sold Out Image and make it say "replica available" or something... just an idea :)

HTH
Shirley :)

24 Jul 2007, 4:51 PM
#5
cpaulson avatar

cpaulson

Zen Follower

Join Date:
Jul 2007
Posts:
124
Plugin Contributions:
0

Re: Listing an item as sold out

I was just asking a question about where to store my sold out image. I want to have an image different from the one zen uses, but Ican't find it to replace it. Any tips on where it is located?

24 Jul 2007, 5:21 PM
#6
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Listing an item as sold out

cpaulson:

I was just asking a question about where to store my sold out image. I want to have an image different from the one zen uses, but Ican't find it to replace it. Any tips on where it is located?
/includes/templates/template_default/buttons/english
but advisable to use template override system i.e.
/includes/templates/nameofyourtemplate/buttons/english
There are two sold out buttons...one large..one small...
both are found in folder I have quoted above
HTH

24 Jul 2007, 5:29 PM
#7
cpaulson avatar

cpaulson

Zen Follower

Join Date:
Jul 2007
Posts:
124
Plugin Contributions:
0

Re: Listing an item as sold out

Thanks. I have those buttons, but there is another little red patch by the price of the item. I set the stock settings to show a sold image in place of quantity. This is the little image I can't find and want to replace. I'l attach a screen shot showing the thing I'm looking for. I couldn't find in the special button set I'm using or in the default button set. I have searched through every image folder I can find in all the areas.

24 Jul 2007, 5:44 PM
#8
cpaulson avatar

cpaulson

Zen Follower

Join Date:
Jul 2007
Posts:
124
Plugin Contributions:
0

Re: Listing an item as sold out

I just found it. It was in the default button set after all, but I missed it somehow.
Thanks.

24 Jul 2007, 5:45 PM
#9
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Listing an item as sold out

If you mean small red sold out image...
in folder i mentioned previously..
button_sold_out_sm.gif
without having actual url of your site/item in question,
difficult to advise further...

24 Jul 2007, 5:57 PM
#10
cpaulson avatar

cpaulson

Zen Follower

Join Date:
Jul 2007
Posts:
124
Plugin Contributions:
0

Re: Listing an item as sold out

Thanks for the help, Misty. I fixed it now.

24 Jul 2007, 6:02 PM
#11
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Listing an item as sold out

cpaulson:

Thanks for the help, Misty. I fixed it now.
Good news.. Well done !!
:smile:

25 Jul 2007, 4:36 AM
#12
ncd avatar

ncd

New Zenner

Join Date:
Jun 2007
Posts:
43
Plugin Contributions:
0

Re: Listing an item as sold out

Thanks to all for the help. I think I got it now :)