<?xml version="1.0" encoding="UTF-8"?>
<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:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Big Webmaster &#187; ecommerce</title>
	<atom:link href="http://www.big-webmaster.com/topic/ecommerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.big-webmaster.com</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 15:15:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CubeCart 5 Beta</title>
		<link>http://www.big-webmaster.com/cubecart-5-beta/</link>
		<comments>http://www.big-webmaster.com/cubecart-5-beta/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 17:00:01 +0000</pubDate>
		<dc:creator>bigw</dc:creator>
				<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[CubeCart 5]]></category>
		<category><![CDATA[Shopping Cart]]></category>
		<category><![CDATA[Storefront]]></category>

		<guid isPermaLink="false">http://www.big-webmaster.com/?p=400</guid>
		<description><![CDATA[When we opened our e-commerce store almost 2 years ago I spent a lot of time researching shopping cart software. Now I knew this would be both an important decision. Shopping cart software is a major influence on the success (or failure) of any e-commerce website. In the end of quite of bit of research [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.big-webmaster.com/wp-content/uploads/e-commerce.jpg" alt="" title="e-commerce" width="152" height="40" class="alignleft size-full wp-image-407" />When we opened our e-commerce store almost 2 years ago I spent a lot of time researching shopping cart software. Now I knew this would be both an important decision. Shopping cart software is a major influence on the success (or failure) of any e-commerce website. </p>
<p><span id="more-400"></span></p>
<p>In the end of quite of bit of research I ended up with CubeCart version 4. Version 3 of the software had been around and was widely used. Version 4 was recently released and the software seemed to be the right mix between features and price. </p>
<p>After almost 2 years on CubeCart 4 my assessment is still the same. It is very solid and has really great features, but there is always room for improvement. A few items were missing, and yes, many of them could be added with &#8220;mods&#8221;, but I prefer to keep the software as close to original as possible. The reason is for security, upgrades, and support. You start adding and changing code and you could be opening up unknown security issues, and upgrades become a major headache as well.</p>
<p>CubeCart 5 beta has just been announced. I checked out the demo and read about the new features. I am very excitied about this new release. I really re-affirms my original choice to go with CubeCart. The company is not sitting back and watching, they are continuing to improve and innovate. This is exactly what you want your software vendor to be doing. Now I won&#8217;t be one of the first to upgrade, I will let the bugs get settled and squashed for a bit, but I am very excited to take the next step with our e-commerce store, and I think CubeCart 5 is going to be a big part of the process again.</p>
<ul>
<li><a href="http://beta.cubecart.com/" target="_blank">beta.cubecart.com</a></li>
<li><a href="http://blog.cubecart.com/?p=119" target="_blank">CubeCart Developer Blog</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.big-webmaster.com/cubecart-5-beta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tracking Email Marketing Results</title>
		<link>http://www.big-webmaster.com/tracking-email-marketing-results/</link>
		<comments>http://www.big-webmaster.com/tracking-email-marketing-results/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 18:49:47 +0000</pubDate>
		<dc:creator>bigw</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[tracking]]></category>

		<guid isPermaLink="false">http://www.big-webmaster.com/?p=321</guid>
		<description><![CDATA[Find out if users are reading and responding to your email newsletters. This simple method will determine a direct correlation between newsletter clicks and sales. Here is a very simple way to track the clicks the result directly from your email marketing newsletter. Inside your newsletter you are likely going to include links directly to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.big-webmaster.com/wp-content/uploads/successful-email-marketing.jpg"><img src="http://www.big-webmaster.com/wp-content/uploads/successful-email-marketing.jpg" alt="successful-email-marketing" title="successful-email-marketing" width="516" height="206" style="border: 1px solid black;" class="aligncenter size-full wp-image-346" /></a></p>
<p>Find out if users are reading and responding to your email newsletters. This simple method will determine a direct correlation between newsletter clicks and sales.</p>
<p><span id="more-321"></span></p>
<p>Here is a very simple way to track the clicks the result directly from your email marketing newsletter.</p>
<p>Inside your newsletter you are likely going to include links directly to the products you are promoting in your online store. In order to track the links coming directly from the newsletter, we will create a special tracking page on your website to intercept, track, and then direct the link to the product.</p>
<p>The links inside your newsletter will look like:</p>
<blockquote><p>http://examplestore.com/track.php?id=1</p></blockquote>
<p>At the end of this link you will notice the <strong>id=1</strong>, the number 1 in this case will stand for a product page.</p>
<p>Now we will use this URL to track the click and then redirect to the product page.<br />
In the code block below we look for the &#8220;id&#8221; variable and then set it inside the script as &#8220;id&#8221;.</p>
<blockquote><p>
<code><br />
<?<br />
$id = 0;<br />
if (isset($_GET['id'])){<br />
$id = $_GET['id'];<br />
}<br />
</code>
</p></blockquote>
<p>Next we write the hit to a simple text file, this will become our log file. In this example we use a file names &#8220;marketinglog.txt.&#8221; Upload a blank file with the file name &#8220;marketinglog.txt&#8221;, and set the permission to be writable on your web server.</p>
<p>We will write the id number, the IP address, and the date to the log file.</p>
<blockquote><p>
<code><br />
//file stuff<br />
$ip = $_SERVER['REMOTE_ADDR'];<br />
$the_date = date("Ymd" ,time());<br />
$myFile = "marketinglog.txt";<br />
$fh = fopen($myFile, 'a') or die("can't open file");<br />
fwrite($fh, $id . "," . $ip . "," . $the_date . "\n");<br />
fclose($fh);<br />
</code>
</p></blockquote>
<p>The next section is where you place your real links. In the example below you can see the ID to URL relationship we are using. </p>
<p>1 = http://examplestore.com/widget-blue.htm<br />
2= http://examplestore.com/widget-red.htm<br />
3= http://examplestore.com/superwidget-deluxe.htm</p>
<p>Note: you can use any identifier you wish here. Maybe instead of an &#8220;id&#8221;, you can use a part number or some other internal numbering system which will make it easier to interpret the data later on.</p>
<p><strong>[If the id is 1]</strong><br />
Case 1:<br />
<strong>[then redirect to the real product page for blue widgets]</strong><br />
header(&#8216;Location:http://examplestore.com/widget-blue.htm&#8217;);<br />
<strong>[since we have a match in the id field, we will "break" which will stop processing]</strong><br />
break;</p>
<p>The last line with &#8220;default&#8221;, means if no id is matched, then redirect to the main page of the website.</p>
<blockquote><p>
<code><br />
switch ($id) {<br />
case 1:<br />
	header('Location:http://examplestore.com/widget-blue.htm');<br />
	break;<br />
case 2:<br />
	header('Location:http://examplestore.com/widget-red.htm');<br />
	break;<br />
case 3:<br />
	header('Location:http://examplestore.com/superwidget-deluxe.htm');<br />
	break;<br />
default:<br />
header('Location: http://examplestore.com');<br />
}<br />
?><br />
</code>
</p></blockquote>
<p><strong>The Full Tracking File</strong></p>
<blockquote><p>
<code><br />
<?<br />
$id = 0;</p>
<p>if (isset($_GET['id'])){<br />
$id = $_GET['id'];<br />
}</p>
<p>//file stuff<br />
$ip = $_SERVER['REMOTE_ADDR'];<br />
$the_date = date("Ymd" ,time());<br />
$myFile = "marketinglog.txt";<br />
$fh = fopen($myFile, 'a') or die("can't open file");<br />
fwrite($fh, $id . "," . $ip . "," . $the_date . "\n");<br />
fclose($fh);</p>
<p>switch ($id) {<br />
case 1:<br />
	header('Location:http://examplestore.com/widget-blue.htm');<br />
	break;<br />
case 2:<br />
	header('Location:http://examplestore.com/widget-red.htm');<br />
	break;<br />
case 3:<br />
	header('Location:http://examplestore.com/superwidget-deluxe.htm');<br />
	break;</p>
<p>default:<br />
header('Location: http://examplestore.com');<br />
}<br />
?><br />
</code>
</p></blockquote>
<p><a href='http://www.big-webmaster.com/wp-content/uploads/viewlog.txt'><strong>Download the php script to view your log file online.</strong></a> (change the extension from txt to php)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.big-webmaster.com/tracking-email-marketing-results/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Black Friday Stats</title>
		<link>http://www.big-webmaster.com/black-friday-stats/</link>
		<comments>http://www.big-webmaster.com/black-friday-stats/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 19:46:01 +0000</pubDate>
		<dc:creator>bigw</dc:creator>
				<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[black friday]]></category>

		<guid isPermaLink="false">http://www.big-webmaster.com/?p=81</guid>
		<description><![CDATA[Here is the stats for our e-commerce store that we run. The store just went live in April of this year, so this was the first experience of a &#8220;black Friday&#8221;, and all that goes with it. I was very impressed by the traffic spike, and sales increase as well. The sales kept on coming [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the stats for our e-commerce store that we run. The store just went live in April of this year, so this was the first experience of a &#8220;black Friday&#8221;, and all that goes with it.</p>
<p>I was very impressed by the traffic spike, and sales increase as well. The sales kept on coming strong starting on Thanksgiving and really all the way through &#8220;cyber Monday&#8221;. Very fun and exciting. We ended up selling out of many items and getting very low on others.</p>
<p>This shows the traffic traffic increase. Traffic was triple a normal day.</p>
<p><a href="http://www.big-webmaster.com/wp-content/uploads/2008/12/black-friday.jpg"><img class="alignnone size-full wp-image-83" style="border: 1px solid black;" title="black-friday" src="http://www.big-webmaster.com/wp-content/uploads/2008/12/black-friday.jpg" alt="black friday traffic spike" width="500" height="83" /></a></p>
<p>Thus our November sales were the best month yet this year. Sales did really dip in the summer time, but this is somewhat normal for the industry we are in.</p>
<p><a href="http://www.big-webmaster.com/wp-content/uploads/2008/12/sales-08.jpg"><img class="alignnone size-full wp-image-82" style="border: 1px solid black;" title="sales-08" src="http://www.big-webmaster.com/wp-content/uploads/2008/12/sales-08.jpg" alt="black Friday sales month" width="317" height="258" /></a></p>
<p>Overall, I think it should be called maybe &#8220;Black Friday Weekend&#8221;, because while traffic was highest on that day, the sales came in consistent throughout the entire weekend. Good stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.big-webmaster.com/black-friday-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CubeCart Review</title>
		<link>http://www.big-webmaster.com/cubecart-review/</link>
		<comments>http://www.big-webmaster.com/cubecart-review/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 13:57:04 +0000</pubDate>
		<dc:creator>bigw</dc:creator>
				<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.big-webmaster.com/?p=15</guid>
		<description><![CDATA[If you are looking for e-commerce software to meet these goals: SEO friendly (keyword, and urls) Easy to use (template driven) Low cost (under $200) Ownership (not leased or rented software) Then I would recommend using CubeCart. I found this CubeCart review very helpful as well.]]></description>
			<content:encoded><![CDATA[<p>If you are looking for e-commerce software to meet these goals:</p>
<ul>
<li>SEO friendly (keyword, and urls)</li>
<li>Easy to use (template driven)</li>
<li>Low cost (under $200)</li>
<li>Ownership (not leased or rented software)</li>
</ul>
<p>Then I would recommend using CubeCart. I found this <a href="http://www.allscoop.com/shopping-cart-review.php">CubeCart review</a> very helpful as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.big-webmaster.com/cubecart-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
