Working with Lemonstand shopping cart
Lemonstand is a self hosted shopping cart, 100% customizable, developer friendly and clients love it!
So far I developed two websites using Lemonstand and have learned a lot in the process. Read on for more details.
Why Lemonstand and not other shopping carts
I specialize in building custom WordPress sites and I was always looking for a good Ecommerce alternative for my clients. It is known that Ecommerce plugins for WordPress are buggy and the few premium versions available are limited in terms of functionality and flexibility.
I wanted a self-hosted solution because it’s not always profitable for clients to pay commissions to the cloud hosted solutions such as Shopify, Volusion, and BigCommerce. Moreover, you have access to the database, which is important if you need full access and rights to your store. I researched a few options for self-hosted shopping carts.
Here is the list I considered:
Magento
Magento is a free Ecommerce solution, probably the most popular for complex sites but it’s also renowned for the steep learning curve, hard to maintain, and overkill for most clients.
DigiShop
Digishop is the self hosted version of CoreCommerce. It’s robust, but the price ($800-$1000) is too high compared to other alternatives. Also, I don’t think it’s straight forward to update.
CS-Cart
This cart was actually my first option and I would have considered it over Lemonstand since it has many functions. However, upgrading the cart overrides your custom theme (there is a method to build the theme so you can avoid that but it’s not straight forward). The support is located in Russia so you usually have to wait 12 to 24 hours for support, which is inconvenient.
The price is an affordable $300.
Lemonstand
I wanted something new, affordable, easy to maintain, upgrade, and develop, and easy for clients to manage the content. Lemonstand is a modern solution, started in 2010. It is complex but flexible and easy to develop with. Here is a link to their demo site.
Cool Lemonstand features
I won’t go over all their features (you can see those on their site), so here are a few things that made me choose Lemonstand:
One Click Upgrades
Someone finally made a self hosted solution super easy to update without any work on the developer’s part. Click upgrade and you’re done! Your website files are untouched and your cart is up to date with the latest features and fixes. Easy and cheap to maintain.
100% HTML / CSS Customizable
I’ve never been a fan of taking an existing theme and customizing it to make it look like the original design. The site gets too cluttered with a lot of unnecessary code and it’s DIFFICULT to make it pixel perfect. That’s why I believe that creating everything from scratch is the way to go.
I can now start by coding the static site like I always do, then just copy and paste the HTML/CSS/jQuery in the Lemonstand back-end. If you can build WordPress sites, you definitely can built Ecommerce sites using Lemonstand.
Flexibility
You not only have 100% full access to the HTML / CSS but you can also alter the way the site works. You can build a custom check-out process, change how the pages interact with one another, and you’re not locked in a certain way to make things work.
Everything is straight forward to understand: the implementation consists of Pages, Templates, and Partials. Pages represent the content base. You can use Templates when you want different layouts for some Pages. Partials are code blocks that you can pull into your Pages or Templates (e.g. when you create a partial named Header with your header info).
If it doesn’t support certain functionality, then you can go ahead and develop a custom module for it or you can easily find other developers to do so.
Back-end
The back-end was another reason why I love the system. All main functions are organized in a drop-down and as you select each one, the secondary options load in a top menu. It’s easy to find your way around and this is one of the main reasons why clients have no trouble managing the content.
You can also edit the CSS and the PHP code in the back-end by default, so you don’t have to work locally then upload the files, but there is an option to do so if you want to. I figured out it’s easier to use the provided page editor, which includes syntax highlighting. You can even save a page from keyboard (CTRL+S / CMD+S).
Great Customer Service
The staff is very helpful and responsive and that is super important for somebody new to the system. Their documentation is helpful, but it’s still nice to see somebody covers your back.
The forums are good for starting out, but for existing clients they have a ticketing system in place where you get faster responses and help with more advanced questions.
Would be nice to have
Lemonstand is still in its early stages and may lack certain features, but it’s being improved continuously and it’s evolving fast.
Here are few areas where I think it could use improvements:
It needs more modules
Lemonstand has almost all the bells and whistles, but not quite all of them. The modules are being developed and more functionality is added to the core regularly.
Small glitch in placing orders logic
The only drawback I found in the checkout functionality is that Lemonstand requires an order to be placed before somebody can pay for it. If customers get to the Payment page and they change their mind without completing the payment, the order is placed in the back-end. Luckily, the orders are being marked in back-end as paid/unpaid so you won’t ship unpaid orders.
By default, when you get to the Payment page the cart empties, so if the customers wants to go and add another product they will lose all cart contents. Thankfully, there is a workaround for keeping the cart contents, but using that, it will show up in the back-end as multiple unpaid orders for each time this happens. This is not a deal breaker but it could lead to inaccurate reporting.
Navigation
Currently, Lemonstand does not allow clients to easily customize their site navigation links. WordPress custom menus would be awesome here.
Conclusion
Despite the few drawbacks Lemonstand has, its strengths outweigh the weaknesses. It’s an affordable solution that also saves me development time when building Ecommerce sites for my clients.









Leave a Comment