Mobile app version of vmapp.org
Login or Join
Lee4591628

: Can Shopp or WP ecommerce create something as extensive as these sites? Other recommended solutions? The project that I'm working on will require a catalog as extensive as these sites: http://www.ems.com

@Lee4591628

Posted in: #Ecommerce

The project that I'm working on will require a catalog as extensive as these sites:

www.ems.com http://www.patagonia.com/us/home


but with odd size/shaped equipment such as:

www.spikevolleyball.com/

So basically I need an ecommerce package to handle these number of products and variations and also odd issues such as shipping of non-standard sized equipment.

Can an ecommerce package for Wordpress handle this or I need to go to a purely ecommerce package?

One of the requirements for the client is to make the online store not just about the products but about the history and development of the sport. That's one of the reason why I'm still trying to find a Wordpress solution right now, because Wordpress allows other type of content besides just purely products.

I've cross posted at the Wordpress stackexchange.

10.05% popularity Vote Up Vote Down


Login to follow query

More posts by @Lee4591628

3 Comments

Sorted by latest first Latest Oldest Best

 

@Sims2060225

Magento is the defacto open source ecommerce solution right now, and it's used by a lot of large sites. Aside from being one of the most robust e-commerce solutions on the market, its modular design (built on ZF) and plugin system (and large library of free and commercial plugins) means that you can do almost anything with it.

I'm not sure what is needed to handle odd-shaped products, but if the integrated shipping calculator can't handle it by default, you can always write a plugin (or hire a developer to write one) that can fix that.

The only problem with Magento is that, because it's such a robust application, it takes some time to learn the ins and outs of customizing and programming for it. The lack of decent documentation is also a major drawback, and the support forums are mostly filled with clueless webmasters looking for help or commercial developers just there to advertise their services.

But for most businesses, Magento is more than capable of meeting their needs without customization. And there are also plugins for most commonly sought features not included in the community version.

Oh, and I would recommend using separate solutions for e-commerce and for content management. Specialized software is always going to be better and more robust than a CMS plugin or an application that tries to fill 2 completely unrelated needs. There's really no advantage to combining your store and general content. If you want to integrate your store with your site, you can easily do that with Magento's SOAP API.

10% popularity Vote Up Vote Down


 

@Sarah324

I would take a look at these options:


Prestashop
OpenCart
osCommerce
Joomla with Virtuemart component installed


In any case all 4 solutions will have to be modified to your client's needs. The solution you choose can also be influenced by which payment gateways they support e.g. XML direct invisible method. There is a great community around these open source shopping carts and you may find all the solutions already developed if you are willing to pay.

10% popularity Vote Up Vote Down


 

@RJPawlick198

Wordpress is open source so technically it can do anything you'd like if you are willing to mod it enough. I'd recommend building a custom CMS though for the amount of work it would take. I love open source software and use it/support it any chance I get but if you need a lot of custom features my experience has been you're better off with a custom site.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme