8 replies [Last post]
WiSeOz's picture
Offline
Joined: 12/05/2007
Juice: 112
Was this information Helpful?

I have two products that I don't want to display in the catalog. They are my membership products and are not going to be accessed through the catalog. Is there a trick for hiding or not displaying certain products in the catalog?

Alaska's picture
Offline
Joined: 10/16/2007
Juice: 1433
Catalog

Have taken off the catalog on this end and replaced it with some additional classes patterned after 'products' so I can not test. But as a guess, just unpublish the item until needed under 'publishing options' at the bottom of the page for that product listing.

Jim

WiSeOz's picture
Offline
Joined: 12/05/2007
Juice: 112
Re: Catalog

Well, my trouble with that is I still need to make it available for purchase. I just don't want it to appear as a catalog item. It's a membership plan product so it will be represented on a different area of the site.

torgosPizza's picture
Offline
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.
Joined: 08/14/2007
Juice: 4110
Re: Re: Catalog

I'm pretty sure you can still purchase items that aren't published yet. That's why I had to make a snippet that allows you to specify (with a CCK field) whether or not an item can even be added to the cart.

--
Help directly fund development: Donate via PayPal!

WiSeOz's picture
Offline
Joined: 12/05/2007
Juice: 112
Re: Re: Re: Catalog

I tested the unpublish the node idea. It removes it from the catalog but you also can't get to it by any other means unless you are an admin.

Any other ideas?

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Re: Re: Re: Catalog

You can just not choose a Catalog term for them to be in on the edit page. The Catalog only displays products that have terms in the Catalog vocabulary. If the product is promoted to the front page, it'll show up on the node/ page and it'll have it's own menu path.

WiSeOz's picture
Offline
Joined: 12/05/2007
Juice: 112
Re: Re: Re: Re: Re: Catalog

But, the Catalog term field shows as required when you got to Create/Edit a product. I wish it were that simple.

TR
TR's picture
Offline
Bug FinderFAQ ModeratorGetting busy with the Ubercode.
Joined: 11/05/2007
Juice: 3424
Re: Re: Re: Re: Re: Re: Catalog

I don't think a term is required by default, but if it's set up that way on your site you can change it to "not required" on the page admin/content/taxonomy under the Catalog vocab. There's also a page at admin/store/products/orphans which will display any uncategorized Products - that's an easy way to find things you forgot to put in a category, or deliberately left out of your catalog.

<tr>.
WiSeOz's picture
Offline
Joined: 12/05/2007
Juice: 112
Re: Re: Re: Re: Re: Re: Re: Catalog

BRAVO! BRILLIANT! Worked perfectly!