3 replies [Last post]
portulaca's picture
Offline
Joined: 01/08/2009
Juice: 11
Was this information Helpful?

I want to create a website that would serve only as a product catalog, without the buy options, and I want attributes to describe various product options.

But display of attributes is connected to the Add to cart form display, even though Attributes module isn't marked as dependant on Cart. Is there a way to go around this?

I know I can use CCK but with Attributes I can easily adjust the SKU for various options (very handy).

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Attributes without Cart?

I guess I would implement hook_form_alter() in a custom module to remove the Add to cart button from those forms.

snicers's picture
Offline
Uber DonorInternationalizationizer
Joined: 09/20/2007
Juice: 192
Re: Re: Attributes without Cart?

or the usage of display:none in css Smiling

cYu
cYu's picture
Offline
Bug FinderGetting busy with the Ubercode.
Joined: 11/19/2007
Juice: 850
Re: Attributes without Cart?

Probably a bit overkill, but if you don't want to do any tinkering inside files you can also install http://www.ubercart.org/contrib/4790 and restrict access to the Add to Cart button for everyone.