vote up 1 vote down star
1

Hi my friend who's studying CSS wants to make a simple t-shirt catalog website. He also wants to include e-commerece in the future. What's an easy to learn CMS--preferrably in PHP--do you guys suggest for him?

flag

75% accept rate

6 Answers

vote up 0 vote down check

I would go for Drupal as the main CMS because it's way easier to learn that Joomla.

Drupal now also features plugins(modules) which can be used to create a store (Shop Modules on Drupal), bind it to other data sources like SVN and even get it to work

Personally I have set up tons of Joomla projects and it's always difficult to get the things done easy and fast.

Joomla really is too big if you plan to have a small site.

link|flag
vote up 1 vote down

also check good old Zen Cart: http://www.zen-cart.com

link|flag
vote up 0 vote down

I generally prefer to build my own admin tools but lately I have been using Joomla which is a PHP CMS. I have never done ecommerce with it myself, but I have seen a few sites that use Joomla and have nice ecommerce systems.

link|flag
vote up 0 vote down

If you want to be prepared for the future please look at some ecommerce software. These are in general better than a CMS with ecommerce functionality.

For example look at:
OsCommerce
PHPCart

link|flag
vote up 0 vote down

Check out Magento as shop software. It can be integrated at least into Typo3, maybe other CMS as well.

link|flag
2  
-1 Would you really recommend Magento to someone who wants to make a simple catalog website with some e-commerce features? He will be using at max 5% of the features it offers, will have a hard time to get going and it will be a pain for him to do minor changes to the design/functionality. I've been working with Magento a lot and it's good for what I needed it. But I would never recommend it to anyone who neither will be using it's features nor is a very advanced PHP developer. It would just be a bad advice. – AndrĂ© Hoffmann Aug 28 at 10:48
vote up 0 vote down

I recently tried out oxid eShop which I liked very much.

It's pretty basic, yet very flexible and extensible.

It's very easy to understand and comes with a nice AJAX interface.

Also it's design can be changed with an interface editor that doesn't require you to know anything about programming.

If you want to have a first look at it without installing it here's the link to the store and to its admin area. The login for the admin area is admin/admin(user/pass).

It might not be as feature-complete/professional as for example Magento which is a full-fleged shop-system, but I'm pretty sure that's exactly what your friend needs.

It also has been featured in the july's issue php|architect .

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.