I need to create an e-commerce site with WordPress, but not 100% e-commerce. It is just a catalog site without shopping cart. Users can see various products on the site, for example, car showcase website.
I am a newbee to WordPress. To build such kind of site:
- What is a good start point to study?
- What plugins do I need to install?
- Do I need to install wp-ecommerce plugin?
I appreciate for any help and suggestions.
If your looking for an e-commerce plugin that allows you to remove the “e-commerce” part of it, WooCommerce along with Catalog Visibility Options is a good choice.
Here’s a description of what that add-on plugin does:
It would all depend on your skill level and the time you have available … and how much time you have to read other plugins / themes / and the WordPress source code.
Are you being paid for the project? Is it for yourself?
It would be helpful if you could elaborate a bit … but until then I’ll suggest a workable, cheap, quick solution that may be implemented with varied programming skills.
I am getting carried away … but Voila! If you’re uo to ‘hooking into wordpress’ then I can suggest a trillion more things to do that a slightly accomplished php dev can do in less than a day (barring the styling … that always takes me long as I am NEVER happy with the look and keep tweaking)
If you can’t code these alterations yourself, most assuredly you’ll find plugins coming out your ears for the different bits and bobs I’ve suggested … but that should put you on a good starting path 🙂
Oh … and I’d stay away from wp e-commerce if I could, the last time I tried to eat ‘that bowl of spaghetti’ I almost choked to death and it’s certainly overkill for what you are trying to accomplish. I’ve developed quite a few of these solutions so there must be freemium solutions like this in the public domain as well.
Plugin suggestions:
I recommend that you still implement the suggestions above with relation to theme modifications as this pulls all the ‘catalogue/shop’ bits visually together for your user, but here are a few ‘quick and dirty’ plugin suggestions. They are plugins, so have the benefit of pluging-in on top of any WP Theme so you are not invested in a e-comm-specific theme which encapsulates the functionality you want.
a. http://dukapress.org/features/ (Free, catalogue only mode [can later be switched to full-featured e-comm solution], various other features, ready to use widgets, easy to use API if you want to extend / customise)
b. http://wordpress.org/extend/plugins/eshop/ (Free, catalogue only mode [can later be switched to full-featured e-comm solution])
Honestly I would give http://shopplugin.net/ a try. Its $55 but it has a product catalog feature built right in to it. I will be using it in the next month for the exact same reason. Hope this helps a little.
I know it’s old question but I have an update if somebody is asking similar question.
I needed such functionality for many sites I create. So instead of creating everytime custom post types for every different theme I developed an universal plugin which works with every theme (sometimes some small customizations are needed). It is available for free in WordPress repository: http://wordpress.org/plugins/ecommerce-product-catalog/.
If you need such solution feel free to try it 🙂