I am creating a website for a manufacturer. They want to showcase their products in categories. I have looked at commerce kickstart and think it works great for their purposes. The only thing is they do not want prices displayed due to selling through wholesale distribution.
Is there a distribution similar to this?

Comments

WorldFallz’s picture

Not that I know of, but if you don't need the selling/pricing/cart features you should be able to just use the catalog by turning off whatever modules you don't need.

That said however, if all you need is a catalog, commerce / commerce kickstart is pretty much overkill. You can create a catalog using core drupal plus the views module. You would use taxonomy for the categories and views to create the various listings which views can be configured to make searchable and sortable. It's pretty basic drupal functionality and won't require a single line of custom code.

donaldmason47’s picture

Thanks for the input. I will look into doing that. I am not a professional developer. I do the IT stuff at work and for my church, we are relaunching our site in a few months I went with Open Church on that and love it.
I am almost with finished with an associates degree in programming, leaning on the C languages, have had a little php. Definitely interested in getting involved here in the near future.
Just gotta say from reading forum posts you guys seem to want to help those who need it.