Skip to main content

Why Store Design is Important

Some online merchants consider a nice, professional store design just a gimmick, an unnecessary expense. They say, "if I have a great product people want and I provide good customer service, shoppers will come." This may be true for stores that cater to a narrow niche market with not much competition. But in general, when you have to compete with many other stores in your business, a good design is a must.

Recently, a client of mine showed me this actual customer review:

"Fast, fast shipping, and product delivered as described, I had never heard of this company, but would do business with again. I originally had doubts as the website was not that flashy, but happily I was proven wrong.
I would give this company an A+!"


This sale closed, but how many other visitors to this web site may have turned away, because the web site wasn't "flashy?" And by flashy, he really meant "professional-looking".

Today, online shoppers have millions of options, so you as an online merchant have a very narrow window of opportunity to capture a visitor and keep him or her on your store - and hopefully turn them into a customer. If you have what they are looking for at a price they like, it will all come down to trust: does your store make them feel at ease that they can trust you with their business? A professionally designed store answers that question with a resounding "Yes".

When starting up an online store, don't consider design secondary. It should be part of your start-up costs, and I would say a fairly large part of it. It is definitely an investment that will eventually have good returns. Start your e-commerce business with a amateurish store thinking you would "upgrade it" once you started making money and getting to the point of making money may take a lot longer than what you may think.

Comments

Popular posts from this blog

Pre-Season Checkup

With the holiday shopping season fast approaching it's a good idea to do a general checkup on your store to be sure it's ready for prime time. Below are a few things you would want to check, along with a few add-ons that are not too major in scope, but which are often neglected and give you an edge over your competition. Can you Search and Order? Every time we do anything major in a store we test two things: whether searching and adding to cart/ordering works. You can have nice, flashy pictures, cool animation effects, a very quick loading site, anything, but if the store search is broken or you can't add to the cart or can't check out then an ecommerce site is worth nothing. Can you Order? Chances are if your checkout was completely broken you'd know about it by now, but it doesn't have to be totally broken in order to scare away potential customers. So go ahead, go to your site and first do a search and make sure it works. Then, add one or more products ...

How to create clean and efficient CSS

In a typical workday, I deal with dozens of yahoo stores and very often I have to tweak, fix, or change CSS used by these stores. While some stores have very clean and easy to follow style sheets or CSS definitions, the vast majority of stores I've seen seem to include complete hack jobs, style sheets put together completely haphazardly, or as an afterthought. While working in such a store, the idea came to me to turn my gripes into a post. So the following is my list of dos and don'ts of good CSS or style design. 1. Externalize your style sheets. This means to save your style sheets into one or more css files, and link to them using the <link rel="stylesheet" type="text/css" href="/lib/yourstoreid/yourstyle.css"> notation, or in Editor V3.0, you can use the LINK operator. 2. Combine your style sheets into as few files as possible. Nothing worse than trying to wade through 6, 8, 10 or more different style sheets to find the color of a l...

What to expect when your redesign goes live

At Y-Times we roll out new designs, redesigns and other major upgrades to Yahoo stores on a fairly regular basis. Some of the main questions our clients ask are how to prepare for a roll-out and what to expect in terms of SEO and conversions when the changes go live? For any functional Yahoo store how well the site ranks and how well it converts are probably the two most important metrics. Since pretty much ANY change you make to any page can potentially alter either or both of these metrics, merchants may understandably feel nervous about far reaching alterations to their sites. However, when those functionality and design changes and additions are done right, there is really very little to fear. First off, what does it mean for a design or redesign to be "done right?" From the technical stand point, search engines look at the underlying structure of your site (the HTML, and increasingly also the CSS and JavaScript code) to try to extract information and meaning from i...