Loading...
Answers
MenuDo I really need to use Magento for my marketplace?
Custom building a marketplace in ROR with Stripe, but some devs I'm bringing in to fine tune it said that its best to scrap that all and go through magento because it is easier to modify w/extensions. I've never used Magento and the few people I've talked to who have say that it is complicated...
Answers
I'm surprised other people are giving you concrete answers as it is impossible to say.
How much have you invested in building the current ROR based system?
Are the developers happy to code with both or are they simply steering you towards the technology they know?
Magento is a great platform. Extensions are a double edged sword, they can be very good and save a lot of effort. Likewise there are some terrible extensions out there. The cumulative effect of adding lots of extensions can be really bad as well.
Ultimately, you are likely to get what you pay for, no matter which platform you go with.
100% agree with Joseph. There are lots of variables here to consider. In addition to how much you've spent, there's the variables of resources for Magento vs ROR that you have, budget that you have, and time that you have.
For instance, we only recommend doing a custom solution (ROR in this case) if you have a large development budget and ample extra budget for changes and revisions, as that's custom development work, which is expensive.
If you have a very tight budget, we recommend Shopify or BigCommerce, spending very little on custom website design and investing in content (great branding, photography and blog posts) and marketing (aggressive social marketing which can be measured and optimized for growth).
Lastly, if you're in the middle on budget, we recommend doing a dedicated installation with an existing solution, such as Magento. We do highly recommend limiting the number of extensions as well, as, again, they can be great but they can also interfere with each other. Magento's technical structure is such that it is somewhat difficult and finnicky to remove plugins, so you need to be very careful with them in the first place. You'll also need to set up a staging server as well.
We've recently completed a bunch of sites on Shopify Basic and Shopify Plus (enterprise), and love Shopify moreso than Magento. We are also in the midst of trying Spree, which I've heard great things on.
Hope that helps!
Magento is on it's way to becoming the number one e-commerce engine. It is a beefy solution, but if you can use e-Bay you can use Magento if you dedicate the time to learn. There is a comprehensive user manual you can download plus 1000s of how to videos on YouTube.
Magento does need a customized hosting environment for proper optimization and load handling, which will cost more than the average mass web hosters out there.
Magento is becoming like the iOS ecosystem with an App Store where you can add a lot of 3rd party features easily. This is a very powerful aspect of Magento.
Main question you need to ask, is: "What is the real potential of my web business?" If you see a lot of sales and large gross numbers being processed, go for Magento. If this is just a hobby of yours, then just stick with the most basic infrastructure possible that does the job.
Also, keep in mind, end of 2015 Magento 2.0 is expected released and will have a lot of changes. Anything you build with it today, expect a large effort in upgrading in the future.
The advice of going with a pre-made system is sound. No one unless they have gazillions of funding builds custom web stores anymore.
ROR is a completely different code base than PHP (That which Magento runs on. I suspect what you are experiencing is that there are far more developers comfortable with PHP than there are with ROR and ROR resources can be a little more costly. That said, depending on how much work you have had done with your ROR site, and the platform you are running it on, for example if the site is actually running on a hosted solution like Shopify, there is alot less customization you can do. That said, Magento is extremly customizable, but can also be tricky to learn if you don't have a team behind you that is willing to train you or fix issues as they arise. That said to, not all extensions are compatable, so I might suggest that you find a good ROR resource to review your code and advise as to the costs to make the improvements you need, then find a reliable resource for PHP Magento and see what it would cost to rebuild there. By all means I can always assist, so let me know if you needed anything else on that.
No, you use Shopify.com and then build integrations for it. You can then sell those integrations and create more revenue streams.
I believe you do need it.
Magento as a marketplace has an organized search functionality with intuitive product categorization and collection. This way, searching for a product becomes easy.
You can read more here: https://suyati.com/blog/benefits-of-magento-as-a-marketplace-solution/
Besides if you do have any questions give me a call: https://clarity.fm/joy-brotonath
Related Questions
-
I want to start an ecommerce business that imports goods from India to sell in the U.S.. Where in the world do I start re: tax/legal implications.
TAX is US. For export paperwork (free tax delivery) is India. Use business location may in delaware for lower state taxML
-
What's the best platform to build a e-bookstore?
I think a natural choice is large provides like Amazon. However, if you want to sell eBooks on your own and maintain all of the revenue, then WooCommerce and Easy Digital Downloads would make excellent options. Both software packages are WordPress plugins and they make it very easy to deploy an e-commerce store for digital goods. Both plugins have strong development teams behind them and they have a slew of independent freelancers who can offer assistance if needed. I've used WooCommerce myself for multiple years and we've deployed many WordPress websites that use it. It has hundreds of extensions you can add on to it for maximizing the potential.RG
-
Why don't small business retailers have e-commerce stores on their websites? How do I show small business owners the benefits of e-commerce?
I live in Brooklyn, NY, which is a really fertile ground for small business retailers. My experience speaking with a lot of the shop owners is that they simply don't have the resources to maintain an online presence. Just keeping the brick and mortar operation running consumes most, if not all of their time, especially if the are also creating and producing their own products. For many that I do see take a shot at e-commerce retailing, they may get Shopify/Squarespace site set-up, then just run out of steam to keep it going. One innovative, in-between approach that I've seen one of my favorite shops take, is to actually focus on using a single social media channel, Instagram, and maintain an e-commerce function through it. (See @peopleof2morrow on Instagram)CR
-
What deployment and system monitoring tools do the worlds best programmers use?
Hosting: Heroku: Great for small applications and getting off the ground as fast as possible. It's easy to manage and your team can focus on features instead of worrying about maintaining operations. Cloud (AWS, Rackspace, Azure): Great if you're expecting growth. You can start up instances easily and shut others down if you don't need them anymore. You still need to manage your servers, but as you grow to several servers, it'll be worth it. Inhouse: If you don't expect growth, or you have enough money to hire a few people to take care of the equipment, this is the cheapest option for computing power. I wouldn't recommend it for a new company since it takes so much maintenance. Deployment: This depends on which environment you work on. Ruby has Capistrano, Python has fabric, etc. Heroku also has their own deployment method and some other cloud providers also do. A quick google search will most likely lead you to the most popular method for your technology. Chat: My favourite is Hipchat (http://hipchat.com/). There's also Campfire (https://campfirenow.com/) and several other providers. Hipchat has a native client for each platform (even mobile) that gets really handy. Error monitoring: This is also a field with many competitors. My favourite by far would be Sentry (http://getsentry.com). There's also Airbrake (http://airbrake.io/) and HoneyBadger (https://www.honeybadger.io/). System Monitoring: This depends on what you want to monitor. The most popular in the ruby world is NewRelic (http://newrelic.com/). It monitors application and database performance. If you just want to monitor your server (cpu, memory, uptime), you can try out Server Density (http://www.serverdensity.com/).MS
-
What is a good/average conversion rate % for an e-commerce (marketplace model) for customers who add to cart through to purchase order.
There is quite a bit of information available online about eCommerce conversions rates. According to a ton of sources, average visitor-to-sale conversion rates vary from 1-3%. This does not mean the Furniture conversions will be the same. The bigger problem is that visitor-to-sale conversions are not a good data point to use to measure or tune your eCommerce business. All business have some unique friction factors that will affect your final conversion rate. It's very important to understand each of these factors and how to overcome them. The best way to measure and optimize is to take a conversion funnel approach. Once you have defined your funnel you can optimize each conversion rate to better the total effect. For example: Top of the funnel: - All web site visitors, 100,000 / month First conversion: View a product page, 50% of all visitors Second Conversion: Add to Cart, 10% of people who view products Final Conversion: Complete Checkout, 80% of people who put items in a cart In this example we see that only 10% of people who actually view products put them in to a cart, but 80% of those people purchase. If you can figure out why visitors are not adding items to their cart and fix the issue to increase the conversion rate, revenue should increase significantly because of the high checkout rate. You can use free tools like Google Analytics to give you a wealth of information about your site visitor and their behavior or there are some great paid tools as well.DM
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.