I am working on setting up a cms for a retail business site that I have been hand coding. We are getting ready to double the size of the site, because rather than have just an index page listing all of the products in a given category, the client wants to have individual pages for each item they carry.
However, they do not want to sell the items online. I plan to use a cms when I redo the site, but I am wondering about how well shopping cart cms platforms (sunshop and squirrelcart are the two I am currently looking at) work if you do not want the shopping cart features to appear.
Any ideas? Maybe a different type of cms is in order?
The I Have a similar client who sell designer kitchens, As I usual build e commerce site, I simply found the ID tag for the purchase item/add to cart, marking it as display:none; within my stylesheets.
This will give all the page functions and benfits of an online store without the user being able to purchase.
If you are going to use a e-commerce CMS, I would go for anything which is open source ! I Spent weeks converting a paid for system into XHTML / CSS 2.0 ( Basically turning Tables into Div's ! ).
Paid for systems tend to have Expert PHP but limited befits for design, as they tend to be designed for all, including mugels. Secondly Open Source is a community, so help is more open.
I would recommend this ( http://www.magentocommerce.com ) very new still in beta, but already creating a strong following.
Thanks for the suggestion. That sure looks like a nice cms from the quick tour I did. It might even be more than I need, however, I am going to look into it a bit more. If its as simple as a display: none, then it might be a solution.
I was also thinking of Expression Engine, which I really like as a cms, but it is certainly not an e-commerce solution on scale with this.
Let's get thing straight. First shopping carts are not CMS. Pretty much any shopping cart can be setup through the admin so you can use it as catalog only to display products. Meaning it's still the same shopping cart but user can't buy products only view them.
They seem to work by using a script to calculate the cart totals on the same page. Your customer selects their products all on one page. This saves having to bounce back and forth to the server.