<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.2.2" --><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">

<channel>
	<title>Diary of a Market Hacker</title>
	<link>http://www.jerbroo.com</link>
	<description>Candid thoughts on marketing, e-commerce and search money jack moves</description>
	<pubDate>Sun, 15 Jun 2008 21:01:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/jerbroo" type="application/rss+xml" /><item>
		<title>installing Piwik - Open Source Web Analytics</title>
		<link>http://www.jerbroo.com/2008/06/09/installing-piwik-open-source-web/</link>
		<comments>http://www.jerbroo.com/2008/06/09/installing-piwik-open-source-web/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 22:11:34 +0000</pubDate>
		<dc:creator>jerbroo</dc:creator>
		
		<category><![CDATA[Things that help we work]]></category>

		<category><![CDATA[Everything else]]></category>

		<guid isPermaLink="false">http://www.jerbroo.com/2008/06/09/installing-piwik-open-source-web/</guid>
		<description><![CDATA[I just wrapped up a couple of installs of Piwik, the open source web analytics software.  I&#8217;ve used my share of web analytics systems from the old school Webalizer to Google Analytics to aggregate web analytics systems designed for specific business purposes.  In this case I needed something as stylin&#8217; as GA without [...]]]></description>
			<content:encoded><![CDATA[<p>I just wrapped up a couple of installs of Piwik, the <a href="http://piwik.org/" title="web analytics software" target="_blank">open source web analytics software.</a>  I&#8217;ve used my share of web analytics systems from the old school Webalizer to Google Analytics to <a href="http://www.brooksresearch.com" title="aggregate web analytics for business" target="_blank">aggregate web analytics systems designed for specific business purposes.</a>  In this case I needed something as stylin&#8217; as GA without all the tie in to Adwords, Goals and other promo stuff pushed out by Google.  Oh yeah, there&#8217;s also the fact that I don&#8217;t trust Google with my data (I don&#8217;t trust a company that says it&#8217;s motivator is to not be evil or anything so subject to the bottom line).  I quickly concluded that Piwik was the best place to start in the middle of the year 2008 (holy shit, I&#8217;m getting old).</p>
<p>Piwik is a tag oriented system that links to your pages with embedded image and js.  At this point I have it installed on Drupal, Word Press, Zen Cart and a one-off site Zen Cart hybrid.   So far I&#8217;m impressed with the interface.  The clarity and efficiency of use are excellent.</p>
<p>The install is designed to be simple and as web centric as possible.  It&#8217;s a simple install and so much better than the systems of old with cumbersome config files and cronjobs.   However, There was a problem that will probably trip some folks up.   Even with the problems I had, the system was installed and integrated in less than 5 minutes without reading a bunch of documentation! Here&#8217;s what I did to get it running.</p>
<ol>
<li>download the code</li>
<li>unzip the source to the directory I wanted it in.</li>
<li>I used existing databases and usernames.  Thus, creation of a new user and database was not needed.</li>
<li>READ THE README FILE</li>
<li>At this point there were permissions problems.  Even though I had 777 set on the piwik directory. The reason was, piwik created it&#8217;s tmp directory with permissions that prevented it from writing to tmp.  I though that was odd and it&#8217;s probably a system quirk not a real problem with Piwik. The fix was to set the permissions on tmp.  I reloaded the page that showed the error and it presented another and different error regarding permissions again.  &#8230;OK.   So, I set permissions on tmp and it&#8217;s contents again.  That fixed it.</li>
<li>After tagging the site I went to piwik and received and error regarding the ALTER command.  Piwik needs ALTER permissions on it&#8217;s tables in order to install plugins.  So, I whipped out the MySQL Administrator GUI and gave it ALTER.  Unfortunately, the install was screwed up even after installing the plugin and giving it ALTER.  So, I reinstalled it all.  That part took about 2 minutes.  ..no big whoop.</li>
<li>I logged in to Piwik and created a user for my client and couple of sites.</li>
</ol>
<p>All in all I&#8217;m quite satisfied with Piwik.  I especially like the dynamic nature of the interface.  It does what I want and I can develop on it for my own purposes!  &#8230;ssssswwwweeeeeet</p>
<p>Good work Piwik folks!</p>
<p>-Jeremy Brooks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerbroo.com/2008/06/09/installing-piwik-open-source-web/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I stuck my Drupal in my Zoop.</title>
		<link>http://www.jerbroo.com/2008/05/20/stuck-drupal-zoop/</link>
		<comments>http://www.jerbroo.com/2008/05/20/stuck-drupal-zoop/#comments</comments>
		<pubDate>Wed, 21 May 2008 04:06:39 +0000</pubDate>
		<dc:creator>jerbroo</dc:creator>
		
		<category><![CDATA[Everything else]]></category>

		<guid isPermaLink="false">http://www.jerbroo.com/2008/05/20/stuck-drupal-zoop/</guid>
		<description><![CDATA[I recently rounded up some of the fundamental applications and methods that I&#8217;ve created over the last few years and decided putting them together into a useful website that would serve me (and others) well.  The problem I have with any such project, along with no immediate payout, is that I have limited time [...]]]></description>
			<content:encoded><![CDATA[<p>I recently rounded up some of the fundamental applications and methods that I&#8217;ve created over the last few years and decided putting them together into a useful website that would serve me (and others) well.  The problem I have with any such project, along with no immediate payout, is that I have limited time to spend on it.  So, I decided to first build this <a href="http://www.brooksresearch.com/content/cost-sale-bid-calculator" title="marketing application free ppc mashup" target="_blank">marketing mash-up using a development frame work</a> to save some time doing it the right way.</p>
<p>I chose a lesser known <a href="http://www.zoopframework.com" title="object oriented php framework" target="_blank">php framework called Zoop</a>.  Zoop provides a lot that the others didn&#8217;t and it was really easy to learn.   Something I really liked was the zoop zone development methodology.   The code just flowed once I learned the basics.   Everything I needed, including <a href="http://script.aculo.us/" title="javascript effects" target="_blank">javascript effects</a> and <a href="http://www.prototypejs.org/" title="ajax control library" target="_blank">ajax controls</a> provided by Scriptaculous and Prototype, respectively, was there without me having to mess around with installing other libraries.  The next step was to find a CMS (content management system) that would play nice with a frame work like Zoop.</p>
<p>The goal was to do as little access control and front end development as possible.  That way I could build the site fast and keep it focused on it&#8217;s real purpose.  That is, to save time and make money by allowing me continue to use the marketing components on my own sites and by providing a subscription based system for others.</p>
<p>I went with Drupal 5 for the CMS.  After poking around in Drupal and sorting through various Drupal support posts and how-to pages. <strong>I  figured out how I could integrate Drupal with Zoop</strong>.  It&#8217;s a relatively simple way to make Zoop use Drupal sessions and access management instead of it&#8217;s own.</p>
<p>The result was a real development framework with the power of Drupal and all it&#8217;s modules hooks, etc.   No drupal modules were developed and no Drupal core hacking is involved.</p>
<p>In this case, the basic trick is to swap out the session class used in Zoop with that of Drupal.  Then in your Zoop zone file you&#8217;ll magically have access to the many Drupal objects.  Such as that containing session and user info and more.  Obviously it&#8217;s a little more involved then that and I&#8217;ll get into it later.</p>
<p><strong>After I stuck my Drupal in my Zoop&#8230; </strong></p>
<p>I created a content page in Drupal that loads pages from my Zoop app. Those pages are actually javascript files that trigger ajax actions once the page is loaded.  Depending on the drupal user permissions Zoop will grant or deny access to the requested component.   That&#8217;s a simple but oh-so-helpful thing for a developer that doesn&#8217;t care to learn how do complicated application development in a Drupal module.  Now my app is loosely coupled with Drupal and I can upgrade and extend Drupal all I want with little effect on my core application written in Zoop.</p>
<p>You can even embed flash over ajax and anything else you can image with Drupal controlling the gates with the freedom of a framework and brass tacks php development.</p>
<p>I&#8217;m in the process of doing the same thing for a client and will be documenting the process in detail this time.  For now you can <a href="http://www.zoopframework.com/docs/integrating-zoop-and-drupal" title="zoop framework" target="_blank">read more on the Zoop site.</a></p>
<p>I hope someone finds this useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerbroo.com/2008/05/20/stuck-drupal-zoop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flash on a Landing Page</title>
		<link>http://www.jerbroo.com/2008/05/18/38/</link>
		<comments>http://www.jerbroo.com/2008/05/18/38/#comments</comments>
		<pubDate>Sun, 18 May 2008 23:05:32 +0000</pubDate>
		<dc:creator>jerbroo</dc:creator>
		
		<category><![CDATA[Landing Page]]></category>

		<guid isPermaLink="false">http://www.jerbroo.com/2008/05/18/38/</guid>
		<description><![CDATA[ I don&#8217;t particularly like flash on a landing pages because it has a
greater chance of not displaying than does an image and html only page. That&#8217;s
not to say it&#8217;s a bad idea. I&#8217;d rather not use it unless it&#8217;s necessary.
Additionally, technically speaking, unless vector graphics are used, it
makes the page bigger as well. At [...]]]></description>
			<content:encoded><![CDATA[<p><tt> I don&#8217;t particularly like flash on a landing pages because it has a</tt><br />
<tt>greater chance of not displaying than does an image and html only page. That&#8217;s</tt><br />
<tt>not to say it&#8217;s a bad idea. I&#8217;d rather not use it unless it&#8217;s necessary.</tt><br />
<tt>Additionally, technically speaking, unless vector graphics are used, it</tt><br />
<tt>makes the page bigger as well. At least that&#8217;s what a Flash guru told</tt><br />
<tt>me.  This means slower page loads and possibly a negative impression of</tt><br />
<tt>your company and your product. </tt></p>
<p><tt>According to </tt><span id="a000185more"><span id="more"><a href="http://www.leichtmanresearch.com/" target="_blank">Leichtman Research</a> </span></span><tt>About <a href="http://www.websiteoptimization.com/bw/0804/" target="_blank">43% of US households do not have broadband</a> and a 600K page will be</tt><tt> too slow on dial-up and isdn. </tt></p>
<p><tt>With the value proposition in the flash, it&#8217;ll be the last thing to</tt><br />
<tt>load!</tt></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerbroo.com/2008/05/18/38/feed/</wfw:commentRss>
		</item>
		<item>
		<title>On-line branding ….the wrong way</title>
		<link>http://www.jerbroo.com/2008/05/12/branding-wrong/</link>
		<comments>http://www.jerbroo.com/2008/05/12/branding-wrong/#comments</comments>
		<pubDate>Mon, 12 May 2008 14:42:58 +0000</pubDate>
		<dc:creator>jerbroo</dc:creator>
		
		<category><![CDATA[Search Marketing Perspective]]></category>

		<guid isPermaLink="false">http://www.jerbroo.com/2008/05/12/branding-wrong/</guid>
		<description><![CDATA[It&#8217;s been said before. &#8220;Banners don&#8217;t work anymore&#8221;
I partially agree.  Banners don&#8217;t work effectively enough for most e-com companies to make them profitable.  As a sole means of creating product awareness they may be a waste of time.  Right now, the most effective means of building lasting product awareness on-line is through [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been said before. &#8220;Banners don&#8217;t work anymore&#8221;</p>
<p>I partially agree.  Banners don&#8217;t work effectively enough for most e-com companies to make them profitable.  As a sole means of creating product awareness they may be a waste of time.  Right now, the most effective means of building lasting product awareness on-line is through content.  If you have a product that is worthy of review and you&#8217;re confident that it will generate positive feedback, send it out the top review sites in your niche.  Request a link back with the terms that you want rank for in the anchor text.  Guide the reviewer in understanding the value proposition of your product and ask them to write about it.   You can usually get the product back so all you&#8217;ll be out is shipping.   Following this up with text and banner ads will help reinforce what the customer has already read from a third party.   You&#8217;ll also have lasting effects from the third party content and back links that bring in traffic and build organic rank.    Both of which are &#8220;free&#8221; traffic sources that can convert well. You don&#8217;t have that with banners and PPC ads if you stop buying them.</p>
<p>Understand that people trust others to give opinion about your product, not you.  By beating the bushes for content and reviews, you&#8217;ll leverage the content writers to build brand, trust and rank even without continuing to pay for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerbroo.com/2008/05/12/branding-wrong/feed/</wfw:commentRss>
		</item>
		<item>
		<title>E-Commerce Success Checklist - Part 2</title>
		<link>http://www.jerbroo.com/2008/05/09/ecommerce-success-checklist-part-2/</link>
		<comments>http://www.jerbroo.com/2008/05/09/ecommerce-success-checklist-part-2/#comments</comments>
		<pubDate>Fri, 09 May 2008 21:48:02 +0000</pubDate>
		<dc:creator>jerbroo</dc:creator>
		
		<category><![CDATA[zen cart]]></category>

		<category><![CDATA[Affecting Conversion Rate]]></category>

		<guid isPermaLink="false">http://www.jerbroo.com/2008/05/09/ecommerce-success-checklist-part-2/</guid>
		<description><![CDATA[In the first part of this series I discussed getting started and briefly covered identifying your search terms, considering your customers, the page and various things that need to be in order before your pull the trigger on driving traffic to your site.
** For those of you being Zenned (Zen Cart users) I would really [...]]]></description>
			<content:encoded><![CDATA[<p>In the first part of this series I discussed getting started and <em>briefly</em> covered identifying your search terms, considering your customers, the page and various things that need to be in order before your pull the trigger on driving traffic to your site.</p>
<p>** For those of you being Zenned (<strong>Zen Cart users</strong>) I would really appreciate feed back on the Zen Cart modules I&#8217;ve mentioned and any others that effect the way customers interact with your site.  See the <a href="/2008/05/09/top-ten-customer-facing-zen-cart-mods/" title="Top ten Zen Cart modules that your customers can see">Top ten customer facing Zen Cart modules</a> post to submit your feed back.</p>
<p>So, you have a search term list, you&#8217;ve gone through the checkout process, identified problem areas and done everything in your power to make the entire process as smooth and stress free and non-work-like as possible.</p>
<p><img src="/wp-content/themes/pop-blue/images/sharpie.gif" align="absmiddle" height="47" width="112" />A word of warning!</p>
<p>Underestimating the importance of this step is very easy, especially for folks that are new to e-commerce.  Your products do not speak for themselves on-line.  Make sure you turn your landing page into a compelling engaging experience about your product.  Most of your customers will leave your site after they decide the page is not going to give them what they&#8217;re after.  From there, the ones that decide to stay, will start converting but most will probably bail out and abandon the checkout process.  Some only wanted to compare cart prices.  Some stopped to think about what your were asking of them and lost sight of the original intent and left either to buy later, not at all, or somewhere else.</p>
<p>By speaking to only the folks that are most likely to convert, you&#8217;ll keep your conversion rate and profit margins high with less money dumped into buying traffic.</p>
<p>Now is probably a good time for me to mention that visitors to your site are generally broken in to two groups, <strong>hunters and browsers</strong>.</p>
<ul>
<li><strong>Hunters</strong> are folks that are after something that you may or may not have.  They&#8217;re the customers that <em>want</em>  to convert and the ones I&#8217;ve been talking about.  For them you need to provide them with answers to their questions and the ability to get more information should they decide to stick around.  They want to know that they&#8217;re in the right place first and second that your site is the best place to get what they want.  If they came to you looking for pancake batter then tell them that the page they&#8217;re on will give them pancake batter.  Don&#8217;t tell them that you make the best or that you&#8217;ve been in business for 140 years and grandma Mothballs made the the original recipe until they want to know those things.  People tend to gravitate to those that give them what they want.  Leave the junk about your company out of the picture but accessible.</li>
<li><strong>Browsers</strong> are folks that are interested in what you have but may not be ready to buy.  Moreover, they may not know what they want.  For them, make the site compelling to navigate with easy to read and understand navigation and helpful but, again, easy to follow navigation and interlinking from one page to the next.  Give them reason to stay, click your images, read your content and, when ready, return and buy.  Things like free shipping, return policy, etc will sink in while they browse but will probably not compel them to stick around and develop a relationship with your site.</li>
</ul>
<p>Now that you&#8217;re clear on what a hunter is I&#8217;ll explain more about how to appeal to them and how to  make them leave.  Hunters are not any particular personality type or age or color. They&#8217;re folks that have already decided what they want and are now looking for the best place to get it.  It&#8217;s that simple.  Don&#8217;t waste there time making them decipher a product page or home page with mixed information about your company, categories, founders, etc.</p>
<p>** Always send hunters to a landing page designed for hunters.  DO NOT send a hunter to your home page.  Don&#8217;t mix goals and don&#8217;t try to up sell or cross sell a hunter abruptly with out assuring them that your page is the place to be first.   The funny thing about cross selling and up selling is that it can increase your sales but, it can also interrupt the process and confuse folks.  Having categories and banners on your product page does the same thing.  That&#8217;s why I always use a landing page that has a specific purpose.  I don&#8217;t include anything in my landing pages that doesn&#8217;t address the needs of my hunter.   There&#8217;s is no category navigation and invitation of any kind to go off in a different direction.   I&#8217;m not trying to prevent them from checking out the rest of my site.  I just don&#8217;t want them to get distracted.   I usually put a more info link in the landing page that directs them back to the product page for more information.  This appeals to the hunters need for more critical decision making data without pushing it down their throat.  I give them a choice, but it keeps them focused.  Have you noticed the theme here?  I&#8217;m giving the hunter what <em>she</em> wants not what <em>I</em> want them to have or do.  You have to <em>respect and trust the hunter to know what she wants</em> and simply place yourself in the path.</p>
<p><strong>ZenCart Tip: </strong>Use the product name and short description to address the hunters basic first question.  Let them know that they&#8217;re in the right place for the exact thing they&#8217;re looking for.</p>
<p>You may be wondering&#8230; &#8220;<em>how the heck do I create a landing page in Zen Cart or &lt;insert your cart here&gt;</em>&#8220;.  The answer, for Zen Cart anyway, is you can&#8217;t!  But, that shouldn&#8217;t stop you.  If you can already design and code a page, just whip up a very nice page that focuses exclusively on a single product or conversion goal, theme similar to your main site and just publish it on its own.  Hell, it doesn&#8217;t even need to be on the same host as your cart.  In your landing page, put a link to the product page for more information.  If you&#8217;re a more sophisticated designer, put an add-to-cart button right there on the landing page and put all the critical decision making data on the landing page with a more info link as well for really hungry hunters.</p>
<p><strong>Here are some examples of landing pages:</strong></p>
<ol>
<li><a href="https://www.gotomypc.com/tr/ggp/BL/go_to_my_pc?Target=mm/g25sem.tmpl&amp;CMP=KNC-Google" target="_blank">Go To My PC</a></li>
<li><a href="http://www.gracedigitalaudio.com/lp/usb-recordable-turntable.html" target="_blank" title="USB turntable">USB Turntable</a></li>
<li><a href="http://yourtexasford.com/Pages/Ford/RegionOffer/Default.aspx?c=207&amp;k=12&amp;p=2&amp;pd_srch=1" target="_blank">Ford Truck Price Quote</a></li>
</ol>
<p>The <a href="http://www.firststreetonline.com/product.jsp?id=76209">USB Turntable</a> page converts exceptionally well for the search terms it&#8217;s intended for.  By &#8220;exceptionally well&#8221; I mean greater then 20% of visitors actually buy.    I could not achieve that with a product page that is not designed to appeal to a certain group of hunters looking for a USB Turntable.</p>
<p>None of these pages is terribly complex and you can probably achieve something similar with practice or help.  Landing page design is not expensive and the returns are huge.  What would happen to your profit if you had a 50% jump in conversion rate?  What if you went from a 1% to 3% conversion rate?  That&#8217;s potentially a 300% increase in your sales with no additional traffic.</p>
<p><strong>So, do you see the point in spending lots of time and brain power on the landing page and conversion process?</strong></p>
<p>After you&#8217;ve convinced the hunter to proceed, show them that it&#8217;s safe to buy and the price is right.  This is where shipping promotions, hacker safe logos, etc are important.   I don&#8217;t use more then three &#8220;seals&#8221; to influence trust.    Actually, I use two or one typically. I can&#8217;t find the research at the moment, but I&#8217;ve read studies where more then that decreased conversion rate.  Presumably this is due to the distraction they cause.</p>
<p>For most of you I recommend doing some competitive research.  Just go search Live.com, Yahoo and Google for your search terms.  Checkout your competitors sites.  What do they lack?  Can you compete with them on price?  Sometimes <em>competitors will give you</em> an easy way to show the hunter and the browser how <em>you</em> provide a greater value.  Perhaps it&#8217;s price; perhaps it&#8217;s just because they have no idea how to appeal to the hunter and you can easily spot ways to improve.</p>
<p><strong> Zen Cart merchant observation:</strong> I&#8217;ve seen many Zen Cart sites over the years and the common theme in nearly all of them is this:  they&#8217;re almost always too text dependent with to many options and no clear path for the customer to follow aside from the &#8220;add to cart&#8221; button.   The product pages are trying to appeal to everyone at once.  Some of them have huge headers that distract from the actual product on the page and some have hard to read navigation that confuses product information with navigation. Most have neglected product images.  Don&#8217;t be surprised when you don&#8217;t make a sale using a stock template with a few color changes and a new header while you ignore what I&#8217;m saying here.   Respect your visitors ability to spot an amateur and respect their time.  You must compete in the real world and put your brain into learning and creative mode.</p>
<p><img src="http://www.jerbroo.com/wp-content/themes/pop-blue/images/sharpie.gif" align="absmiddle" height="47" width="112" />Page layout tip</p>
<p><strong>There&#8217;s an analogy I like to use to describe page layout for e-commerce&#8230;</strong></p>
<p>A product page should be like a clear shallow pool.  The product or primary conversion goal/object  should sit on top of the water while everything else should be submereged but still visible.   When your customer visits the page, important text and graphics/images that distract from answering the primary questions should be available but not grap attention.    Anything else should go away! A landing page is more like a clear puddle.   That is smaller and more more localized.  I accomplish this submerged effect with font color and size changes, gradients and subtle textures and drop shadow or color and space.  www.apple.com designers likes to use images, space and contrast to accomplish this.   Anything on the surface of the water is key information for the <em>hunter</em> and should be above the fold (visible without scrolling).</p>
<p>Do you think you&#8217;re ready to start throwing traffic at your pages ?   &#8230;perhaps, read it again and digest more!  Leave a comment and ask a question.</p>
<p>In part three of this series I&#8217;ll discuss testing the water with Pay par click and some search optimization basics for e-commerce with tips for ZenCart users both new and old.</p>
<p><a href="http://www.jerbroo.com/feed/" title="subscribe using rss" target="_blank">subscribe now</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerbroo.com/2008/05/09/ecommerce-success-checklist-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Top ten Customer Facing Zen Cart mods.</title>
		<link>http://www.jerbroo.com/2008/05/09/top-ten-customer-facing-zen-cart-mods/</link>
		<comments>http://www.jerbroo.com/2008/05/09/top-ten-customer-facing-zen-cart-mods/#comments</comments>
		<pubDate>Fri, 09 May 2008 20:02:10 +0000</pubDate>
		<dc:creator>jerbroo</dc:creator>
		
		<category><![CDATA[Search Marketing Perspective]]></category>

		<guid isPermaLink="false">http://www.jerbroo.com/2008/05/09/top-ten-customer-facing-zen-cart-mods/</guid>
		<description><![CDATA[Hi folks,
I&#8217;d like to hear from ZenCart users new and old about your favourite customer facing Zen Cart modules and your experiences in how your customers appeared to react to them.  These are the key questions to answer:

How did the module help your customers?
What did you hope to gain by using the module?
Did it [...]]]></description>
			<content:encoded><![CDATA[<p>Hi folks,</p>
<p>I&#8217;d like to hear from ZenCart users new and old about your favourite customer facing Zen Cart modules and your experiences in how your customers appeared to react to them.  These are the key questions to answer:</p>
<ol>
<li>How did the module help your customers?</li>
<li>What did you hope to gain by using the module?</li>
<li>Did it meet your expectations?</li>
<li> Do you think it made you more money?</li>
<li> Did it increase your sales or conversion rate?</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.jerbroo.com/2008/05/09/top-ten-customer-facing-zen-cart-mods/feed/</wfw:commentRss>
		</item>
		<item>
		<title>E-commerce Success Check list.</title>
		<link>http://www.jerbroo.com/2008/05/01/ecommerce-success-check-list/</link>
		<comments>http://www.jerbroo.com/2008/05/01/ecommerce-success-check-list/#comments</comments>
		<pubDate>Thu, 01 May 2008 23:40:15 +0000</pubDate>
		<dc:creator>jerbroo</dc:creator>
		
		<category><![CDATA[zen cart]]></category>

		<category><![CDATA[Affecting Conversion Rate]]></category>

		<guid isPermaLink="false">http://www.jerbroo.com/2008/05/01/ecommerce-success-check-list/</guid>
		<description><![CDATA[So, you&#8217;ve started an on-line store and now you&#8217;re wondering how to fit all the pieces of the marketing puzzle together.  After all, you do need to sell something right?  Seriously, it&#8217;s not all about how pretty and how absolutely fabulous your site [in your opinion] looks.  Here&#8217;s something important for you [...]]]></description>
			<content:encoded><![CDATA[<p>So, you&#8217;ve started an <a href="http://www.thatsoftwareguy.com/zencart_intro.html" title="online store shopping cart software review" target="_blank">on-line store</a> and now you&#8217;re wondering how to fit all the pieces of the marketing puzzle together.  After all, you do need to sell something right?  Seriously, it&#8217;s not all about how pretty and how absolutely fabulous your site [in your opinion] looks.  Here&#8217;s something important for you to absorb, the people visiting your site don&#8217;t care    &#8230;AT ALL about you or your site.  They want want they want.</p>
<p>This series of posts will cover, for the most part <img src='http://www.jerbroo.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> , what I do, to launch a new e-commerce site.  It includes specific tips and recommendation and some more complicated SEO and conversion related bits for those that want to step up their game.  Really, this is more of a semi-e-book-pamphlet-white-paper-thing than a checklist.   enjoy!</p>
<p><strong>You have two goals</strong></p>
<p>1. Get the right people to your site.</p>
<p>2. Convince them using only a web page to trust you with financial information and their desire to own something you say you have.</p>
<p><strong><img src="/wp-content/themes/pop-blue/images/sharpie.gif" title="e-commerce goals" alt="e-commerce goals" align="absmiddle" height="47" width="112" />These goals overlap!</strong></p>
<p>First, you need to think about what it is you&#8217;re offering.  I&#8217;ll use <a href="/2007/09/14/are-you-a-designs-that-sell-or-get-more-traffic-person/" title="selling pancake batter on a website">pancake batter</a> as my offer.  I&#8217;m going to do the following to figure out how to put my offer out there in front of the right people.</p>
<p>1. Think about how people talk and think about pancake batter in a generic way. Make a list of phrase s,nouns, etc that apply.  I probably don&#8217;t even need to use a keyword tool for this since pancakes are not all that esoteric.</p>
<p>So now I have a list of terms that probably cover the scope of how people talk about and look for pancake batter.  My list might look like this</p>
<ol>
<li>pancake batter</li>
<li>quality pancake batter</li>
<li>home made pancakes</li>
<li>wheat pancakes</li>
<li>best pancake batter</li>
<li>fresh pancake batter</li>
<li>batter for pancakes</li>
</ol>
<p>That&#8217;s all I came up with off the top of my head.  Now, I&#8217;d expand on that list using a keyword tool  like one of the following.  I would not dive into misspellings and stuff like that just yet.</p>
<ul>
<li>https://adwords.google.com/select/KeywordToolExternal</li>
<li>http://tools.seobook.com/keyword-tools/seobook/</li>
<li>http://freekeywords.wordtracker.com/</li>
<li>http://inventory.overture.com/    (This one is unavailable about 50% of the time)</li>
</ul>
<p>Now I have a list of 50 or so search terms that accurately describe my content.  Next I write a few short 2 -3 line &#8220;ads&#8221; that I can use on Adwords and Yahoo to test my list of search terms.</p>
<p>After that I take a hard look at the &#8220;landing page&#8221; that I intend to send this traffic to.    Don&#8217;t assume you know what a landing page is.  <a href="https://www.brooksresearch.com/content/what-landing-page-really" target="_blank">A landing page is not a necessarily &#8220;product page&#8221;</a> and most e-com product page make really lame landing pages.  I highly recommend the <a href="http://www.sherpastore.com/LandingPageHandbook.html?9404" target="_blank">landing page handbook</a> for anyone wishing to succeed in e-commerce.  I make sure that it feels congruent with not only the terms in my list but also my text ads.  It&#8217;s important that that I don&#8217;t loose sight of my visitors desire here.  I&#8217;ll stick something like &#8220;pancake batter&#8221; in an &lt;h1&gt;&lt;/h1&gt; tag and in the title to show relevance to the visitor human (as well as the search engine).  Sometimes, I even make my pages dynamic and change the copy on the fly depending on the search terms in the (more on that later).   Showing relevancy to the visitor in this way will increase conversion rate.  I address important questions that might be going through the visitors head.  &#8230;The first of which is:</p>
<p><img src="/wp-content/themes/pop-blue/images/sharpie.gif" title="important e-commerce point" alt="important e-commerce point" align="middle" height="47" width="112" /><strong>Is this the right place or is the site going to waste my time? </strong></p>
<p>&#8230;or something along those lines!</p>
<p><em>It is up to the </em><em>visitor to answer this based on what you show them</em>.   Now, I have a fairly unique product with my pancake batter.  I don&#8217;t need to focus as much on being the price leader and cost benefits as I would if I were selling a usb thumb drive, for instance.  In my case, I need to use imagery, good <a href="http://www.copyblogger.com/copywriting-101/" title="copy writing 101" target="_blank">copy writing</a>, and a healthy dose of professionalism and respect to compel my visitors to buy my batter.  If the price is reasonable, they&#8217;ll buy.  I won&#8217;t plaster boiler plate copy and stock images with bland copy and expect to survive.  I wouldn&#8217;t hype up pancake batter like it&#8217;s a new car either.  This all comes down to speaking to folks in a way they understand.  Check</p>
<p>At this point I want to review all the customer facing pages of my pancake batter site.  Shipping Policy, Return Policy, Contact Information, Security Seals, etc. need to be very professional, understandable and easily accessible.  The most important of these for conversion is likely to be Security Seal, Return Info and Shipping Info.  Actually, I&#8217;ve seen conversion rate increases of <strong>greater than 40% when displaying the Hacker Safe logo on the landing page and next to or above the credit card entry field.  &#8230;no shit.<br />
</strong></p>
<p>Now, because I&#8217;m prone to typos, I&#8217;ll have someone proof my content and even use Open Office (or Word) to check for spelling and grammatical errors.  Believe me, it&#8217;s really embarrassing to have a customer point out a misspelling or typo on your site instead of give you money.</p>
<p>Now I put on my customer shoes and<strong> step through the entire conversion process</strong> starting with  the landing page and ending with the thank you page.  I take note of everything that distracts me or makes you think &#8230;at all.  Next I figure out a solution to the distraction and extra thinking problems and fix them one by one.   I&#8217;m not a fan of any checkout process that&#8217;s more then four clicks from shopping cart to thank you page.  I know from experience that long check out processes increase cart abandonment which robs you a highly qualified and nearly committed ready to buy customers.   The checkout at Amazon.com is nicley refined even with it&#8217;s distractions and up selling.  It&#8217;s fast and easy.  It&#8217;s done before you know it.</p>
<p><img src="/wp-content/themes/pop-blue/images/sharpie.gif" title="zencart note" alt="zencart note" align="absmiddle" height="47" width="112" /><strong>Zen Cart has  a couple of great add-ons  that reduce the  checkout process to  3 clicks</strong>  including the checkout button and makes the signup form really easy and non-work-like.  They are the <a href="http://www.numinix.com/index.php?main_page=document_general_info&amp;products_id=759" title="Zen Cart checkout module" target="_blank">&#8220;Fast and Easy Checkout&#8221;</a> and <a href="http://www.zen-cart.com/index.php?main_page=product_contrib_info&amp;cPath=40_47&amp;products_id=773" title="Zencart Amazon checkout module" target="_blank">&#8220;Checkout Amazon Style&#8221;</a>.  I use them.</p>
<p>The Amazon Checkout mod has some problems in IE7 and a major display problem in IE6.  In IE7 the form fields are partially shifted to the left.  In IE6 the page is completely useless and unreadable because of the use of % margin setting in the css file.  My modified css file for Amazon Checkout look like this&#8230;.  you mileage may vary.</p>
<p>the file name is: includes/templates/&lt;template&gt;/css/checkout_login.css</p>
<p>#checkoutLoginDefaultFieldset {border-width: 0px;}<br />
#checkoutLoginDefaultLegend {display: none;}<br />
#checkoutLoginDefaultEmailAddrLabel {width:   166px; padding-left: 50px;}<br />
#newcustomer {margin-top: 3px; margin-left: 210px; /* margin-left: 22%;vertical-align: middle; */ }<br />
#oldcustomer {margin-top: 3px; margin-left: 210px; /* margin-left: 22%; vertical-align: middle; */ }<br />
#loginpassword {margin-top: 3px; margin-left: 225px; /* margin-left: 25%;*/}<br />
#checkoutLoginDefaultPasswordForgotten {margin-left: 220px;}<br />
#checkoutLoginDefaultSubmitButton  {margin-left: 220px;}<br />
#checkoutLoginDefaultPPEC {border-top: 1px solid #c0c0c0;}</p>
<p>It&#8217;s important to let people know what credit cards I accept so I&#8217;ll stick a nice image of each card in an image near the credit card entry box.  People get frustrated when one card doesn&#8217;t work for some reason and there is no guidance as to which card to try next.  Text is helpful but, at this point I want to be visual and make it easy so I use and image.</p>
<p>Specifically, in Zen Cart, the Fast and Easy Checkout module puts a lot of information on the the single page (in single page mode).  I always place a nice subtle dark to light (top-down) gradient in each box on the page to visually separate the elements and make it easier to understand straight away&#8230;  I favor light blue to white or light beige/pale yellow to white</p>
<p>The next in this series will be out next week.</p>
<p><a href="http://www.jerbroo.com/feed/">Subscribe Now</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jerbroo.com/2008/05/01/ecommerce-success-check-list/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
