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
-
Can anyone help me diagnose an indexing/sitemap issue on a large e-commerce site?
Hey guys. Wondering if someone can help diagnose a problem for me. Here's our site: https://www.flagandbanner.com/ We have a fairly large e-commerce site--roughly 23,000 urls according to crawls using both Moz and Screaming Frog. I have created an XML sitemap (using SF) and uploading to Webmaster Tools. WMT is only showing about 2,500 urls indexed. Further, WMT is showing that Google is indexing only about 1/2 (approx. 11,000) of the urls. Finally (to add even more confusion), when doing a site search on Google (site:) it's only showing about 5,400 urls found. The numbers are all over the place! Here's the robots.txt file: User-agent: *
Intermediate & Advanced SEO | | webrocket
Allow: /
Disallow: /aspnet_client/
Disallow: /httperrors/
Disallow: /HTTPErrors/
Disallow: /temp/
Disallow: /test/ Disallow: /i_i_email_friend_request
Disallow: /i_i_narrow_your_search
Disallow: /shopping_cart
Disallow: /add_product_to_favorites
Disallow: /email_friend_request
Disallow: /searchformaction
Disallow: /search_keyword
Disallow: /page=
Disallow: /hid=
Disallow: /fab/* Sitemap: https://www.flagandbanner.com/images/sitemap.xml Anyone have any thoughts as to what our problems are?? Mike0 -
Advanced Commerce Category Descriptions and Features - How?
Hello, We are finding that our Ecommerce categories are very important along with our blog and product pages in one niche. How do we deck out a category description so we can have 10X content for that category? For example, if it as "blue running shoes" here's what I have designed so far: A short description at the top that is like two sentences with a "Read More" expansion div that drops down to a menu. The menu is anchor links to BELOW THE PRODUCTS description (rarely read thus the problem) to things like 1. What you should know about blue running shoes 2. Best blue running shoes in this category, a highlight of top product too 3. Features of blue running shoes in this category 4. a table comparison table of the top 5 products 5. FAQ 6. 1 minute video overview of blue running shoes The thing is, I don't think anyone reads the product description in our niche so I won't benefit much from "Time on Site". What can I do to get people to spend time reading my category descriptions and benefit from some "Time on Site" and other similar factors and thus move up above less comprehensive competitors?
Intermediate & Advanced SEO | | BobGW0 -
Canoncial tag for Similar Product Descriptions on Woocommerce
I'm looking for advice on how to handle my product description pages for my website vinylabs.com. The website sells vinyl wrap for cars and each color of vinyl (89 variations) has it's own product page. The product descriptions will all be identical except for the color description and code. All of our competitors have an identical layout, different pages for each color, and it fits the product so I don't want to depart from featuring each color as it's own page. Here is my dilemma. I don't want to get penalized for duplicate content, however I do want individual color codes to be searchable on google. For example if you google 3M vinyl wrap M203 you'll get individual pages from the manufacturer and our competitors featuring just that color. I want our website to show up as well. I was thinking about creating a single page that has selectable colors and sizes and then using the canonical tag to point all of my individual color code pages to that single page. However won't that hurt the ability for my individual color code pages to show in search? None of my competitors are using the canonical tag to redirect to a different page. Any advice welcome! Thank you for your time.
Intermediate & Advanced SEO | | vinylabs1 -
Should I NOFOLLOW my "Add To Cart" buttons?
Hello and Merry Christmass Should I NOFOLLOW my "Add To Cart" buttons? My e-commerce site has hundreds of products. Content wise, there is no real value to the reader on that page (besides for some testimonials and "why here" sentences). So it is not a page you'd want / expect to find in the SERPs. Also, with hundreds of links pointing to this page it would be "stronger" than other important pages which doesn't make sense. Last but not least, if I have limited time that the bots are on my site, why keep sending them to a non important page. This is why I am leaning to nofollowing the "add to cart" buttons and looking for reinforcements. Thanks
Intermediate & Advanced SEO | | BeytzNet0 -
Why is Google rewriting titles with the brandname @ the front followed with a conon " : " i.e. > Brandname: the rest of the title
Example: https://www.google.nl/search?q=providercheck.nl&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#bav=on.2,or.r_cp.r_qf.&ei=9xUCUuH6DYPePYHSgKgJ&fp=96e0b845c2047734&q=www.providercheck.nl&rls=org.mozilla:en-US:official&sa=X&spell=1&ved=0CC4QBSgA Look @ the first result: www.providercheck.nl
Intermediate & Advanced SEO | | Zanox0 -
Moving from Shopp to WooCommerce...
My site is ranking well on most of my products and honestly, I don't do the best job in "on product page" SEO. I've got solid URLs for each, but my "on page" grades are mostly C, D and Fs. 😞 I honestly feel fortunate that I'm ranking well and have "put off" doing much work knowing that I was going to change from the Shopp wordpress plugin to Woocommerce. Is there anything structurally that will potentially hurt me from changing framework? Do I need to make sure that the URLs are the EXACT same for each of my products or will it be okay to make them better? Ex. some pages have a less desirable URL because I just "copied" the previous item. Thanks in advance for your experience.
Intermediate & Advanced SEO | | dp428280 -
Google Indexed the HTTPS version of an e-commerce site
Hi, I am working with a new e-commerce site. The way they are setup is that once you add an item to the cart, you'll be put onto secure HTTPS versions of the page as you continue to browse. Well, somehow this translated to Google indexing the whole site as HTTPS, even the home page. Couple questions: 1. I assume that is bad or could hurt rankings, or at a minimum is not the best practice for SEO, right? 2. Assuming it is something we don't want, how would we go about getting the http versions of pages indexed instead of https? Do we need rel-canonical on each page to be to the http version? Anything else that would help? Thanks!
Intermediate & Advanced SEO | | brianspatterson0 -
Indexing an e-commerce site
Hi all, My client babyblingstreet.com. She sells baby and toddler clothing. Now a lot of the links on her site contain the same products. For instance: if you go to "What's new" you can find those same products in let's say her "Sale Items" link category. The real problem with this is let's say my client sells a green dress and someone accesses it through the "baby and toddler dresses" category. And let's say this URL has 10 links pointing to it. Now, let's say someone else accesses this same green dress through the "What's new" category. And let's say this particular URL has 10 links pointing to it. Instead of having 20 links pointing to one URL about the green dress, I now have 10 links pointing to one URL and 10 pointing to another URL even though both URLs feature the exact same green dress. In this particular example I would want to make the URL of the green dress in the "baby and toddler clothing" section be the canonical URL. So that means I would have to use this canonical tag on the green dress URL that's in the "what's new" category and let's say also the "sale items" category. This could get very tedious if my client has 200+ products. So I am wondering if I have to place a canonical tag on every URL that displays the green dress? More importantly, I would like to know other people's strategies for indexing e-commerce sites that have the same product featured in multiple categories throughout the site. I hope this makes sense. Thanks for your time.
Intermediate & Advanced SEO | | jenga110