Magento OR OpenCart OR osCommerce OR Zen Cart OR WP e-Commerce OR WooCommerce
-
Which cms is good for health product website (selling).?
-
I am sorry you feel that way, but you are wrong. It looks like woo only supports around 125 payment methods (gateways and offline type methods such as P.O's and such). With only 14 free ones that only include one top tier US payment company (Amazon).
Check out something like Prestashop. Between the main site and all of the 3rd party merchant sites, they support around 300 different gateways and methods. With most top tier gateways in the US being free, such as Auth.net, Bluepay, First Data, Paypal business, Paypal Advanced, ect. So while Woo does have good payment support, it is costly and not near the best coverage.
-
I see a lot of comments about the lack of support of some gateways for WooCommerce. To the poster who mentioned BluePay Woo Commerce. I completely disagree, in fact, I think there is more merchant support from WooCommerce than any other popular platform today. Yeah, I said it
-
I agree with lesley, make a short list of which platforms your are looking at, make a list of what you want, then see which ones check the most boxes. Might be worth visiting the forums of each and asking questions there.
-
Hi Lesley, Is there any way to try all of them at free (like DEMO)? to check there feature etc.
-
You can view some of the live stores here - http://www.cs-cart.com/live-stores.html
There are some themes here - http://marketplace.cs-cart.com/themes.html
Cs-cart is fully customizable so in general most developers will be able to make any theme you want for it.
-
Hi Chris, i am not able to found much themes for Cs-cart on themeforest, Do you have any other website where I can find more themes?
-
This is really a decision that you need to make. It is akin to asking what kind of vehicle you should buy. If I were in your situation what I would do is write out a feature list that I want and find which platform closely integrates with it.
Also, if you are not on a hard deadline play with them all before you make a decision. Then you will know what you are getting into.
-
You forgot Cs-cart which is widely - I'd take some time to research that as well as to UI is very easy to use and its super versatile
-
So for which Platform i need to go for? with the above website requirements. Prestashop or Magento or Wordpress
-
Well that sites uses WooCommerce
-
Back again.. . this is what i need www.ayurvediccure.com. Now please let me know which platform is good according to my needs? thanks for help in advance.
-
I would add some hosts have 1 click installs for some open source e-commerce and then auto upgrades. That could make your live easier as it sounds to me you only want a simple e-commerce system so pretty much any opensource system will do the job for you.
Most systems support paypal by default, but paypal rates are not the best, but if your not selling much then they are still the best option as proper payment gateways have monthly costs, so only make sense if your doing decent numbers (and they can take some work to get setup).
-
No problem, people sharing knowledge is what makes a community great.
To answer your question I missed above, Prestashop is free, all you need it web hosting.
-
Thank you Lesley for your help.. Very nice of you to write here and answer me..
-
Out of the box I think the supported ones are paypal standard and adaptive, blue pay, authorize.net, cod, bank wire, first data, hipay, moneybookers, payment sense. Those are the US ones I remember off the top of my head, but you can get a module for any gateway really. I made one for NMI I have for free download on my site, there is a stripe one floating around too that is free also.
-
Do I need to purchase payment gateway also? or simple paypal will work? (pay and buy)
-
When clients ask me to use Wordpress for an e-commerce site, I not only say no, I say hell no. Wordpress is not a scalable solution with a myriad of other issues. Let me list the issues I have with Wordpress as an ecommerce store.
Security, it is just not secure. Most ecommerce applications use a two authentication system, not to be confused with a two factor authentication system. Like Prestashop what it does is has a login for the admins and a separate login for the customers. They are not handled by the same code, the same page, or the same system. Wordpress uses only one system, so where an admin would login, so would a client. This is insecure in so many ways in my mind. One, how many password attempts do you wait before you lock someone out? It could be a legitimate user that gets locked out costing you a sale. But at the same time, if you do not lock them out, they can write a script that for days uses different ip addresses to try to crack your admin password. On ecommerce systems most allow you to select an admin directory. Wordpress's is site.com/wp-login. Prestashop or Magento it could be site.com/3490834admin or what ever you feel like using.
Another issue is features. There really are not many, sure there are plugins that are developed by God knows who, but Wordpress was never meant to be an ecommerce platform so it lacks a lot of the valuable features. Most Prestashop sites I work on (I keep using Prestashop not to push it, but it is really the only platform I develop with) only use 2 -4 modules that are not part of the package. Usually they are like an obscure payment gateway, a module that connect to quickbooks, or a shipping module. Stats, products, features, cms, it is all held internally by the application. When it takes 30 modules by 30 different people to make a site, it will be insecure, there are no two ways about it. Something will also conflist as well breaking something. Plus there are not modules for half the features a real ecommerce platform has available for Wordpress. Sure you can sell, can you send time follow emails with coupons? Can you handle shipping products separately from different suppliers? Can you handle warehousing and storing supplier information? Can you import csv files from your suppliers automatically on schedule? It is the things like that when someone opens a shop, they do not take into account. It is a lot easier to flip a switch in the back office of a program to enable a feature than it is to either program it or try to find a module that does it.
The whole idea of Wordpress is insecure when it comes to ecommerce systems. I mentioned the login above, but it is actually the whole foundation of Wordpress. One thing that you will never catch a dedicated ecommerce system doing is executing a server side language in the template. Wordpress's templates are built around PHP with adds another layer of in security. With Prestashop, a template uses variables that are passed from the controller or the module. That way the internal MVC structure is used to execute all of the code. I can only image how upsetting it must be to someone using Wordpress to find out their site was compromised because they downloaded a mailchimp plugin made by coder dude99 and he didn't sanitize the email input. Everything in an ecommerce system is handled through the controller logic, people aren't willy nilly writing code and executing it.
Speed is also an issue, that comes in with the coding quality standards mentioned above. When you are executing all kinds of code, there could be a bottle neck anywhere. Most ecommerce platforms have built in functions for everything code wise and only allow you to use them. Want to access the database? Sure there is a function for that that checks the data for exploits before it is run. One thing I really like about Prestashop that wordpress does not do is how it handles css and javascript. When a module is developed, it has a directory it needs to be in, inside the module. Prestashop then takes the css and js and compiles it into 2 repective files, cutting down your request number and minifying it in the process. Plus it has default support for things such as APC, MEMcache, and CDN servers.
To answer your question above, yes buying a template might be all you need. It really comes down to how you want your business to operate. There is pretty wide payment gateway support standard, but there are some that are not supported. So you might have to buy a payment module.
If you are building this for a client, I would think twice about taking the job, if you don't have any experience with some of this stuff it can be difficult.
-
I am looking for very simple product page which includes product images, description price, buy now and discount.
Don't want any inventory etc.
-
I personally use Wordpress with Foxycart.
Some things to think about are: do you need to keep track of inventory with this system? Do you need to display to the user how much product you have available? Do you need to take coupons? Issue gift certificates? Calculate shipping for a wide variety of package sizes and products? Offer multiple shipping methods? Offer sales to multiple countries? Deal with multiple currencies? Allow backorders? Set something as out of stock? What kind of sales reports are you looking for from the system?
-
Hi Lesley,
Do I need to pay monthly for Prestashop? I have hosting, I will buy theme, what else?
-
Hi Paddy,
I will buy theme from themeforest.net. So except theme, what I need to buy? I never used any selling CMS. So don't know about the cost.
Like wordpress, I only need to spend money on theme, rest I an do myself.
-
Hey, what about Wordpress? No one recommend it. I only familiar with wordpress.
Is any of the above cms is as easy as wordpress? For which I can go with
-
Nice, I see you are local to Prestashop's office. Are you a member of the Prestashop forum?
-
I would recommend PrestaShop, its becoming more and more popular.
We currently are doing SEO for our clients using Prestashop with great results. -
First you want to decide if you want open-source vs a closed platform. As a general rule open source need more work and at least some technical knowledge, but there are cheap/free and you have complete freedom with them. Closed platforms are generally easier to setup and easier to maintain but are more expensive (up front costs at least) and because its closed you have little freedom ( at the mercy of the company the develops it)
Note that is a very general rule and every platform is different and there is always the argument (normally put forward from closed platforms) that open source is can be expensive in the long term because the costs of upgrading/maintaining it, espically if you our sourcing that work out.
I have used Zen-cart alot. big bonus is its free, its got a nice community (but not huge) and its a decent platform, but can require a bit of work to get it the way you want. big negative is that it can't do stock control for products with options eg you have a shirt that comes in an option of red or black, it just tracks the shirt stock not the amounts of red and black shirts. If you are not using it for stock control then its not an issue (as I believe they are working on a fix for this) . Over all Zen-cart is a good start if you have a low budget.
Starting to use Magneto, and even though its also "open source" it frees alot more commercial than zen-cart, but has a far bigger community and tons of extensions. It still need a bit of work to get setup but it alot more flexible than zencart and has more 3rd party modules. There is a reason its the biggest E-commerce system in the world.
Never used Open-cart, but I did look into it and it looks nice ( but a know of a competitor that moved from open-cart to magento enterprise)
Another one I looked at is visualsoft, people that I know use it are happy with it as is easy to use and because it a closed platform you don't have to worry about alot of the technical stuff. The basic price for it is ok, but they really get you with the addon and can soon add up on price (that and you don't have the freedom of opensource is the reason I did not go with them)
I'm sure there are more platforms that are just as good if not better that the ones above, but I can only tell you about the ones I have experience with
-
Hi Jordan,
I have worked with all of the platforms that you mention and my personal favourite is Magento. I find it to be very SEO friendly and there are lots of great tweaks that you can make to help with things like site speed. I also find the wide variety of extensions is very good with Magento. Some platforms are also more difficult than others for setting things like Google Analytics ecommerce tracking up - Magento is super easy
Hope this helps
-
Don't forget Cs-Cart, its very easy to use and we offer some very good packages, bit of self promotion we're one of the top cs-cart retailers so give me a PM if you want further details.
-
I guess it depends on what works for you as any of the platforms you mentioned are capable of selling most physical products.
I've tried out quite a few (not tried Prestashop sorry Lesley) and my personal favourite is WooCommerce, If you can work with php, I suggest you create a child theme and make all code changes in the child functions.php/css then you have a framework that is fairly simple to upgrade.
-
It is pretty easy to maintain, easier than Magento and cheaper as well. It is also more powerful than the other options you mentioned. As for SEO it is on par with everything else SEO wise, it really comes down to how you structure the site, how SEO optimized the template is and things of that nature. There is a hosting company called Cloudways.com you can sign up for a free account with out having to enter a CC and try Prestashop out, they have an auto installer.
-
I am looking for something easy to maintain and good in SEO like wordpress. Is Prestashop is easy to work ?
-
Have you considered Prestashop? It is pretty popular also.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Duplicate Content / Canonical Conundrum on E-Commerce Website
Hi all, I’m looking for some expert advice on use of canonicals to resolve duplicate content for an e-Commerce site. I’ve used a generic example to explain the problem (I do not really run a candy shop). SCENARIO I run a candy shop website that sells candy dispensers and the candy that goes in them. I sell about 5,000 different models of candy dispensers and 10,000 different types of candy. Much of the candy fits in more than one candy dispenser, and some candy dispensers fit exactly the same types of candy as others. To make things easy for customers who need to fill up their candy dispensers, I provide a “candy finder” tool on my website which takes them through three steps: 1. Pick your candy dispenser brand (e.g. Haribo) 2. Pick your candy dispenser type (e.g. soft candy or hard candy) 3. Pick your candy dispenser model (e.g. S4000-A) RESULT: The customer is then presented with a list of candy products that they can buy. on a URL like this: Candy-shop.com/haribo/soft-candy/S4000-A All of these steps are presented as HTML pages with followable/indexable links. PROBLEM: There is a duplicate content issue with the results pages. This is because a lot of the candy dispensers fit exactly the same candy (e.g. S4000-A, S4000-B and S4000-C). This means that the content on these pages are the basically same because the same candy products are listed. I’ll call these the “duplicate dispensers” E.g. Candy-shop.com/haribo/soft-candy/S4000-A Candy-shop.com/haribo/soft-candy/S4000-B Candy-shop.com/haribo/soft-candy/S4000-C The page titles/headings change based on the dispenser model, but that’s not enough for the pages to be deemed unique by Moz. I want to drive organic traffic searches for the dispenser model candy keywords, but with duplicate content like this I’m guessing this is holding me back from any of these dispenser pages ranking. SOLUTIONS 1. Write unique content for each of the duplicate dispenser pages: Manufacturers add or discontinue about 500 dispenser models each quarter and I don’t have the resources to keep on top of this content. I would also question the real value of this content to a user when it’s pretty obvious what the products on the page are. 2. Pick one duplicate dispenser to act as a rel=canonical and point all its duplicates at it. This doesn’t work as dispensers get discontinued so I run the risk of randomly losing my canonicals or them changing as models become unavailable. 3. Create a single page with all of the duplicate dispensers on, and canonical all of the individual duplicate pages to that page. e.g. Canonical: candy-shop.com/haribo/soft-candy/S4000-Series Duplicates (which all point to canonical): candy-shop.com/haribo/soft-candy/S4000-Series?model=A candy-shop.com/haribo/soft-candy/S4000-Series?model=B candy-shop.com/haribo/soft-candy/S4000-Series?model=C PROPOSED SOLUTION Option 3. Anyone agree/disagree or have any other thoughts on how to solve this problem? Thanks for reading.
Intermediate & Advanced SEO | | webmethod0 -
Duplicate Internal Content on E-Commerce Website
Hi, I find my e-commerce pharmacy website is full of little snippets of duplicate content. In particular: -delivery info widget repeated on all the product pages -product category information repeated product pages (e.g. all medicines belonging to a certain category of medicines have identical side effects and I also include a generic snippet of the condition the medicine treats) Do you think it will harm my rankings to do this?
Intermediate & Advanced SEO | | deelo5550 -
Wordpress Config Thoughts: Multisite vs. Parent/Child Themes vs. Infinite WP?
We publish four local food and drink magazines, each with its own website and related web content. Even though the content across all four titles shares a common mission, there is little overlap in actual stories. That is, each site has its own story content, events calendar and business listing guide. Still, since we share an editorial staff and a common look among all four, we are debating the pros and cons of a few different wordpress and SEO configurations, and would welcome the community's input on the pros and cons. Here is what we are considering for the Wordpress configuration: Wordpress Multisite - concerns about 10-15% performance hit, incompatibility with certain plug ins, need to more ‘expert’ development InfiniteWP - concerns that adding a 3rd party plugin to the mix might complicate things Parent / child themes A single wordpress site with different content subfolders for each locale - simplifies events / guide listings / seo, but too much in one place? Problems with current config (four different wordpress installs across four different base domains - ediblemanhattan.com, ediblebrooklyn.com, ediblelongisland.com, etc) SEO value is currently spread across four base domains Four different wordpress installs / upgrades / templates / plugins must be managed separately Four different namespaces for registered users make cross-domain registration more difficult, less usable The independent site approach is potentially problematic if we were to decide to combine certain site features - for example guide and event listings - into a single site experience filterable by zip / location Our questions: WP config: independent sites vs. multisite vs. parent/child themes vs. other? SEO config: should we move to shared parent domain? If we do, should we use locale-based subfolders or second level domains (brooklyn.ediblemag.com vs. ediblemag.com/brooklyn)? Operations: We think there are SEO advantages to move all four sites share the same base domain - ex, ediblemagazine.com, but are there operational disadvantages we are not considering? Ability for local site editors to work within their locale section only Ability for ad sales to target a single locale, example, run of site display ads on specific locales Ability to segment users by their locale - ex. enroll users in email lists for edible brooklyn only
Intermediate & Advanced SEO | | brianhalweil0 -
A Magento site driving me crazy... any suggestion is appreciated
Hi guys, this time it's me asking for help :D. I have a client with a Magento 1.7.0.0 version site: www.mybomboniere.it I audited it, and found out tons of issues, but the one that worries me more is the fault of canonicalization, which is causing serious duplicated content problems. I'm not new to Magento, hence, the first thing I did was going to: First: Going to System > Configuration > Catalog > Search Engine Optimization and setting on "No" the Use Categories Path for Product URLs voice. Doing so I quit all the duplicated product pages. System > Configuration > Catalog > Catalog > Search Engine Optimization and setting on "yes" the voices Use Canonical Link Meta Tag For Categories and Use Canonical Link Meta Tag For Products. Doing this I should see URLs with sort parameters having the URLs without them as canonical The BIG PROBLEM is that even if I did that, I am still not seeing any rel="canonical" tag added to the code. I've tried to figure out the reason of this, but - sincerely - I cannot find one. Secondly, the client created so many categories and subcategories that - honestly - the best thing would be to start cutting some of them. But one thing is what is correct in theory, another what the client desires, and she does not desire cutting any subcategory.
Intermediate & Advanced SEO | | gfiorelli1
That means that some risk to be a substantial duplicate of others. The correct choice should be to canonicalized the overly identical subcategories to a main one... but this is not possible using the default Magento functions. So, or using an SEO extension (but, which one is the best for Magento 1.7.0.0.? Yoast plugins seem outdated), or using a solution like the second option proposed in this post: http://www.adurolabs.com/blog/technical/how-to-add-rel-canonical-in-magento. The doubt is that the post is presenting it in case of products pages, not categories ones. Hence, is it correct also for them, or do you have others suggestions. Sorry for the long question, but any help will be much appreciated :). Ciao Gianluca0 -
Changing meta title dynamically e.g. with number of reviews in title. Is this a problem?
I would like to put the number of reviews in the meta title of a product page. I noticed that tripadvisor for example does the same. However I read in some places that people encountered problems with frequent title tag changes. Did you ever encounter problems by just changing numbers in title tag?
Intermediate & Advanced SEO | | lcourse
Do you think it is really a problem if just the number of the reviews changes? what about putting number of reviews in the meta description instead?0 -
Link Building for E-Commerce
Hi, Our on page optimization, albeit for a few dupe content issues, is ok - We have good keyword rich URL's, Titles, H1's and unique product descriptions. So now I want to look at building links that will boost our DA and PA's. We have over 2000 products on the store and around 130 categories/subcategories -and I would appreciate any views on where to start - My initial view is to get backlinks from the relevant manufacturer websites to the "shop by brand" page on our site related to these manufacturers - What other strategies should I look at? Thanks, Ben
Intermediate & Advanced SEO | | bjs20100 -
Using WP All Import csv import plugin for wordpress to daily update products on large ecommerce site. Category naming and other issues.
We have just got an automated solution working to upload about 4000 products daily to our site. We get a CSV file from the wholesalers server each day and the way they have named products and categories is not ideal. Although most of the products remain the same (don't need to be over written) Some will go out of stock or prices may change etc. Problem is we have no control over the csv file so we need to keep the catagories they have given us. Might be able to create new catgories and have products listed under multiple categories? If anyone has used wp all import or has knoledge in this area please let me know. I have plenty more questions but this should start the ball rolling! Thanks in advance mozzers
Intermediate & Advanced SEO | | weebro0 -
E-commerce Adding New Content - Blog vs New Page
I have an ecommerce site (www.brick-anew.com) focused on Fireplace products and we also have a separate blog (fireplacedecorating.com) focused on fireplace decorating. My ecommerce site needs new content, pages, internal links, etc... for more Google love, attention, and rankings. My question is this: Should I add a blog to the ecommerce site for creating new content or should I just add and create new pages? I have lots of ideas for relevant new content related to fireplaces. Are there any SEO benefits to a blog over new static pages? Thanks! SAM
Intermediate & Advanced SEO | | SammyT0