<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Weekly WordPress Podcast &#187; WordPress</title>
	<atom:link href="http://weeklywp.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://weeklywp.com</link>
	<description>Covering anything and everything WordPress</description>
	<lastBuildDate>Thu, 11 Feb 2010 15:51:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<!-- podcast_generator="Blubrry PowerPress/1.0.6" mode="advanced" entry="normal" -->
	<itunes:summary>The Weekly WordPress Podcasts covers all topics related to the WordPress CMS/Blogging software including themes, plugins and the gigantic WordPress community.</itunes:summary>
	<itunes:author>John Hawkins, Shayne Sanderson</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://weeklywp.com/wp-content/uploads/powerpress/logo-300x300.png" />
	<itunes:owner>
		<itunes:name>John Hawkins, Shayne Sanderson</itunes:name>
		<itunes:email>john@weeklywp.com</itunes:email>
	</itunes:owner>
	<managingEditor>john@weeklywp.com (John Hawkins, Shayne Sanderson)</managingEditor>
	<copyright>Copyright 2009 WeeklyWP.com - All rights reserved</copyright>
	<itunes:subtitle>Covering anything and everything WordPress</itunes:subtitle>
	<itunes:keywords>wordpress, weekly, blogging</itunes:keywords>
	<image>
		<title>Weekly WordPress Podcast &#187; WordPress</title>
		<url>http://weeklywp.com/images/logo-144x144.png</url>
		<link>http://weeklywp.com</link>
	</image>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
	</itunes:category>
		<item>
		<title>Move WordPress To a New Server</title>
		<link>http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/</link>
		<comments>http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 01:04:27 +0000</pubDate>
		<dc:creator>shayne</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[change url]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[move server]]></category>
		<category><![CDATA[move site]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[transfer]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wordpressme.org/2009/06/move-wordpress-to-a-new-server/</guid>
		<description><![CDATA[So&#8230;I&#8217;ve had a several requests on how to move a WordPress installation to a new server, so I decided to make a post about it and show you how to do it. This is going to be a lengthy post, but if you will follow the directions you will have no issues moving your site.
First [...]]]></description>
			<content:encoded><![CDATA[<p>So&#8230;I&#8217;ve had a several requests on how to move a WordPress installation to a new server, so I decided to make a post about it and show you how to do it. This is going to be a lengthy post, but if you will follow the directions you will have no issues moving your site.</p>
<p>First off, there are many methods on how to do this, but the one I will walk you through is how I do it and it works for me, so here goes.</p>
<p>The first thing you will want to do is log into your existing server via FTP and locate your WordPress installation. There you will locate the &#8220;wp-content&#8221; directory and back it up to your local machine (PC/Mac, whatever)&#8230;just download it to your machine so that you have it for later.</p>
<p><img class="aligncenter size-full wp-image-349" title="move_server_wp-content" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_wp-content.jpg" alt="move_server_wp-content" width="274" height="185" /></p>
<p>After you have done that, then you will want to log into your SQL database. You can do this through your hosting control panel (CPanel, etc). Once in your database, you will want to export it. Locate the &#8220;Export&#8221; button for your database&#8230;it should look like this: <span style="color: #808080;"><em>(note: your database might not look exactly like this as I have other tables in place)</em></span></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-350" title="move_server_database1" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database1.jpg" alt="move_server_database1" width="490" height="374" /></p>
<p>After you click &#8220;Export&#8221; you will see a screen that looks similar to this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-351" title="move_server_database2" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database2.jpg" alt="move_server_database2" width="490" height="298" /></p>
<p>Make sure to &#8220;Select All&#8221; and that you have &#8220;SQL&#8221; selected as the export type. Then to the right, you want to check the boxes that say &#8220;Add Drop Table&#8221; and &#8220;Add If Not Exists&#8221;. What that does is make it so that if the tables already exist on your new server, it will overwrite them when you import your existing database there. We actually won&#8217;t do that with this demonstration, but it&#8217;s always a good idea to do so, just in case. After that, you will check the box toward the bottom that says &#8220;Save as File&#8221; and then click the &#8220;Go&#8221; button in bottom right. This will produce a download and you need to save that to your machine as well.</p>
<p>So at this point, we have our &#8220;wp-content&#8221; folder and the database backed up. That is everything you need from your existing site.</p>
<p>Next, you will go to your new server and set up a completely new WordPress installation. Once you have done that, log into the new site via FTP and locate the WordPress installation and find the &#8220;wp-content&#8221; directory for the new installation. You can do a copy/replace here, but what I always do, just to be safe is to delete that directory completely and then upload the one that you backed up earlier. So to recap here&#8230;delete the &#8220;wp-content&#8221; directory on new installation. Then upload the &#8220;wp-content&#8221; directory that you backed up earlier into the new WordPress installation.</p>
<p><img class="aligncenter size-full wp-image-349" title="move_server_wp-content" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_wp-content.jpg" alt="move_server_wp-content" width="274" height="185" /></p>
<p>Once you have done that, then you will want to log into the database for the new WordPress installation. When you get there you will want to check ALL of the existing tables and then choose to &#8220;Drop&#8221; them (there should be 10 tables on a default installation). That screen should look something like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-352" title="move_server_database3" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database3.jpg" alt="move_server_database3" width="490" height="247" /></p>
<p>After selecting &#8220;Drop&#8221; you will be prompted with a screen that looks like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-353" title="move_server_database4" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database4.jpg" alt="move_server_database4" width="490" height="47" /></p>
<p>You will select &#8220;Yes&#8221; to this action and all of the database tables will be deleted.</p>
<p>Next, you will want to import your database that you backed up earlier. So you will find the &#8220;Import&#8221; button up top:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-354" title="move_server_database5" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database5.jpg" alt="move_server_database5" width="490" height="154" /></p>
<p>After doing that, you will be prompted to &#8220;Browse&#8221; and find the SQL file you want to import. So click &#8220;Browse&#8221; and find the SQL file that you saved from your old site earlier. Click &#8220;Go&#8221; and that will import your database.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-355" title="move_server_database6" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database6.jpg" alt="move_server_database6" width="490" height="165" /></p>
<p>After the database has been imported, you will see all of the tables that were on your old site in the left column. What we want to do now is tell the database where your new site is located (the URL), otherwise the site will not work. So in the left column, you will want to click on &#8220;wp_options&#8221;.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-356" title="move_server_database7" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database7.jpg" alt="move_server_database7" width="490" height="326" /></p>
<p>After clicking on &#8220;wp_options&#8221; you will see the fields associated with that table. You will want to click on &#8220;Browse&#8221; in the top menu bar.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-357" title="move_server_database8" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database8.jpg" alt="move_server_database8" width="490" height="182" /></p>
<p>After clicking &#8220;Browse&#8221; in the top menu area, you will then see all of the keys that are associated. The first one is called &#8220;siteurl&#8221;. You will want to edit that key to enter your new URL. So you should see a pencil icon to the left like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-358" title="move_server_database9" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database9.jpg" alt="move_server_database9" width="490" height="167" /></p>
<p>Click the pencil icon to edit that key and it is there that you will put in the new URL for your new site. After you have done that, click &#8220;Go&#8221; at the bottom of the screen to save that action.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-359" title="move_server_database10" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database10.jpg" alt="move_server_database10" width="490" height="226" /></p>
<p>That will tell the database that your site has a new URL from what it did when you backed it up. Once back on the screen for &#8220;wp_options&#8221; if you will go to Page 2, you will see another key for &#8220;home&#8221;. Do the same thing for it. Edit it and replace the URL there as well with the URL for your new site. Click &#8220;Go&#8221; to save it.</p>
<p>Last but not least, you will want to look for the &#8220;upload path&#8221; field in the &#8220;wp_options&#8221; table as well. It&#8217;s usually on Page 2, but will look like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-366" title="upload_path1" src="http://weeklywp.com/wp-content/uploads/2009/10/upload_path1.jpg" alt="upload_path1" width="490" height="111" />Click the pencil icon to edit, and make sure that the value in there is set to &#8220;wp-content/uploads&#8221;. Sometimes after the move, this will have a string of data pointing back to your old server and this can mess up all kinds of things like media uploads, plugins, etc. So you should have it set to look like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-367" title="upload_path2" src="http://weeklywp.com/wp-content/uploads/2009/10/upload_path2.jpg" alt="upload_path2" width="490" height="170" />After you do that, click &#8220;Go&#8221; in bottom right to save your changes and you&#8217;re all done!</p>
<p>You can now navigate to your new site&#8217;s admin area, login and make sure that the correct theme is selected and all plugins are active.</p>
<p>After that, you&#8217;re ready to go&#8230;.your WordPress installation has been moved to a new server and you don&#8217;t have to jump off of a bridge, because it wasn&#8217;t that hard at all!</p>
<p>So, until next time&#8230;</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/&amp;title=Move+WordPress+To+a+New+Server" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/&amp;title=Move+WordPress+To+a+New+Server" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/&amp;title=Move+WordPress+To+a+New+Server" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/&amp;title=Move+WordPress+To+a+New+Server" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/&amp;t=Move+WordPress+To+a+New+Server" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Move+WordPress+To+a+New+Server+-+http://tr.im/Ny2s+(via+@weeklywp)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/&amp;title=Move+WordPress+To+a+New+Server&amp;summary=So...I%27ve%20had%20a%20several%20requests%20on%20how%20to%20move%20a%20WordPress%20installation%20to%20a%20new%20server%2C%20so%20I%20decided%20to%20make%20a%20post%20about%20it%20and%20show%20you%20how%20to%20do%20it.%20This%20is%20going%20to%20be%20a%20lengthy%20post%2C%20but%20if%20you%20will%20follow%20the%20directions%20you%20will%20have%20no%20issues%20moving%20your%20site.%0D%0A%0D%0AFirst%20off%2C%20there%20are%20many%20m&amp;source=Weekly WordPress Podcast" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/&amp;title=Move+WordPress+To+a+New+Server" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Top 5 Wordpress Ecommerce Tips</title>
		<link>http://weeklywp.com/2008/04/top-5-wordpress-ecommerce-tips/</link>
		<comments>http://weeklywp.com/2008/04/top-5-wordpress-ecommerce-tips/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 18:24:38 +0000</pubDate>
		<dc:creator>shayne</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[styling]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP Ecommerce]]></category>

		<guid isPermaLink="false">http://www.stasticdesigns.com/?p=20</guid>
		<description><![CDATA[So, I was asked to come up with a &#8220;Top 10&#8243; tips and tricks for the Wordpress plugin WP-Ecommerce. Well, there are definately more than 10, but I decided to post my top 5. So without further ado, here they are:
Tip #1: You want to change the &#8220;add to cart&#8221; button that appears on your [...]]]></description>
			<content:encoded><![CDATA[<p>So, I was asked to come up with a &#8220;Top 10&#8243; tips and tricks for the Wordpress plugin WP-Ecommerce. Well, there are definately more than 10, but I decided to post my top 5. So without further ado, here they are:</p>
<p><strong>Tip #1: You want to change the &#8220;add to cart&#8221; button that appears on your shopping cart.</strong></p>
<p>Well, first you&#8217;ll want to make sure that you choose &#8220;iShop&#8221; for your theme in &#8220;Shop Settings&#8221;. That will place an actual button on your cart. Then to change that image, you will navigate to &#8220;wp-content/plugins/wp-shopping-cart/themes/iShop/images&#8221;. In that directory you will see a &#8220;buy_button.gif&#8221; and you will replace that with whatever &#8220;add to cart&#8221; button you&#8217;d like. Step 2 of this process is to adjust the stylesheet so that it will reflect the correct image size of the new image you&#8217;ve uploaded (unless of course, the new image is the same size as the old; then you can stop here).<br />
Locate &#8220;iShop.css&#8221; and find the following code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">input.wpsc_buy_button<span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">background-image</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/buy_button.gif</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">80px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">30px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>You will then change the width and height to reflect the size of your new image. Save and upload and you&#8217;re all done.</p>
<p><strong>Tip #2: Change wording in your shopping cart.</strong></p>
<p>Most all of the &#8220;text&#8221; on the site that involves the shopping cart can be found in the language file here:<br />
&#8220;wp-content/plugins/wp-shopping-cart/languages/EN_en.php&#8221;. In that file you will find everything from &#8220;Visit the Shop&#8221; to &#8220;PnP&#8221; (which most like to change to &#8220;Shipping&#8221;) to the sentence that reads on the checkout page about &#8220;having your credit card handy&#8221;. You can change these phrases to whatever you&#8217;d like, but just remember that when editing this text that you leave the quotes in place, otherwise your site will break!<br />
So here&#8217;s an example&#8230;I want to remove the words &#8220;Visit the Shop&#8221; from my sidebar shopping cart. So I locate the line in the language file (it&#8217;s on line 174):</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'TXT_WPSC_VISITTHESHOP'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Visit the Shop'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>I would then change it to this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'TXT_WPSC_VISITTHESHOP'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>And you notice that I left in the quotes, but removed the text. That&#8217;s it for changing or removing text.</p>
<p><strong>Tip #3: The Google Checkout button.</strong></p>
<p>If you&#8217;re using Google Checkout, you&#8217;ll notice that on the checkout page there are 2 Google Checkout buttons. One above the customer information fields and one below. The one that is placed at the top doesn&#8217;t really function as it needs the information below it to be filled out first, so the best thing to do is just remove that image and leave the one at the bottom.<br />
So to do this, you will navigate to &#8220;wp-content/plugins/wp-shopping-cart/shopping_cart.php&#8221; and on line 341 you will see this code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">echo</span> <span style="color: #000088;">$google_cart</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">CheckoutButtonCode</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$google_button_size</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>You will just comment that line out so that it looks like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">//echo $google_cart-&gt;CheckoutButtonCode($google_button_size);</span></pre></td></tr></table></div>

<p>Save and upload and that should remove that top Google Checkout button.</p>
<p><strong>Tip #4: Make your &#8220;checkout&#8221; link bigger and move it.</strong></p>
<p>So on the sidebar cart, some people have requested to have the &#8220;Go to Checkout&#8221; link bigger and placed above the &#8220;Empty Your Cart&#8221; link. Here&#8217;s how we accomplish that:</p>
<p>First we&#8217;ll make the text bigger, so you will navigate to &#8220;wp-content/plugins/wp-shopping-cart/languages/EN_en.php&#8221; and on line 171 you will see the following:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'TXT_WPSC_GOTOCHECKOUT'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Go to Checkout'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>You will edit that line to look like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'TXT_WPSC_GOTOCHECKOUT'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'&lt;font size=&quot;3&quot;&gt;Go to Checkout&lt;/font&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>You can obviously change the &#8220;3&#8243; to whatever size you would like to fit your site. Then you will want to place it above the &#8220;Empty Your Cart&#8221; link, and we&#8217;ll do that by navigating to &#8220;wp-content/plugins/wp-shopping-cart/shopping_cart_functions.php&#8221; and on line 337 you will see this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$output</span> <span style="color: #339933;">.=</span> <span style="color: #339933;">&lt;</span>ahref<span style="color: #339933;">=</span><span style="color: #0000ff;">'&quot;.get_option('</span>product_list_url<span style="color: #0000ff;">').$seperator.&quot;category=
# &quot;.$_GET['</span>category<span style="color: #0000ff;">'].&quot;&amp;amp;cart=empty'</span> onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">'emptycart();return false;'</span><span style="color: #339933;">&gt;</span><span style="color: #0000ff;">&quot;.TXT_WPSC_EMPTYYOURCART.&quot;</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;&lt;</span>br <span style="color: #339933;">/&gt;</span><span style="color: #0000ff;">&quot;;
# <span style="color: #006699; font-weight: bold;">$output</span> .= &quot;</span><span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">'&quot;.get_option('</span>shopping_cart_url<span style="color: #0000ff;">').&quot;'</span>?phpMyAdmin<span style="color: #339933;">=</span>7FErtFP1sUzlru8bAWwYQNZEag7<span style="color: #339933;">&gt;</span><span style="color: #0000ff;">&quot;.TXT_WPSC_GOTOCHECKOUT.&quot;</span>
<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;&lt;</span>br <span style="color: #339933;">/&gt;</span><span style="color: #0000ff;">&quot;;</span></pre></td></tr></table></div>

<p>And all you will do is take the bottom line that calls to show the &#8220;Go To Checkout&#8221; link and move it above the &#8220;Empty Your Cart&#8221; link, so it will then look like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$output</span> <span style="color: #339933;">.=</span> <span style="color: #0000ff;">&quot;&lt;a href='&quot;</span><span style="color: #339933;">.</span>get_option<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'shopping_cart_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;'?phpMyAdmin=7FErtFP1sUzlru8bAWwYQNZEag7&gt;&quot;</span><span style="color: #339933;">.</span>TXT_WPSC_GOTOCHECKOUT<span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;
# &lt;/a&gt;&lt;br /&gt;&quot;</span><span style="color: #339933;">;</span><span style="color: #000088;">$output</span> <span style="color: #339933;">.=</span> <span style="color: #0000ff;">&quot;&lt;a href='&quot;</span><span style="color: #339933;">.</span>get_option<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'product_list_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #000088;">$seperator</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;category=?phpMyAdmin=7FErtFP1sUzlru8bAWwYQNZEag7
# &quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'category'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;&amp;amp;cart=empty' onclick='emptycart();return false;'&gt;&quot;</span><span style="color: #339933;">.</span>TXT_WPSC_EMPTYYOURCART<span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;&lt;/a&gt;&lt;br /&gt;&quot;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>And that&#8217;s it for that.</p>
<p><strong>Tip #5: Modifying your sidebar cart and notification look and feel.</strong></p>
<p>So if you have your cart in your sidebar, you&#8217;ll notice that it&#8217;s pretty plain looking. There is an easy fix for that and the possibilities are up to you as far as how much you want to style it. First you&#8217;ll navigate to your theme&#8217;s css file. In that you&#8217;ll find the following code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">div<span style="color: #cc00cc;">#sliding_cart</span><span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>You&#8217;ll notice it&#8217;s very simple and plain right now, but there are many things you can do to change it. Below I will list an example of how you can change it to have a border around the cart, a background color and a larger font.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">div<span style="color: #cc00cc;">#sliding_cart</span><span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#000000</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'http://www.yoursite.com/image.jpg'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#000000</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Again, there is a lot more you can do if you would like and know enough about CSS, but this is a simple example.</p>
<p>Next, if you have the &#8220;Fancy Notification&#8221; enabled, this will show you how to style it. In the same CSS file you will find this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#fancy_notification</span><span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#ffffff</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">4px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#cccccc</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">9</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>This has all the elements in place that most people want, but feel free to change the border color/width and background color. You can even load in a background image if you&#8217;d like by editing the code to look like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#fancy_notification</span><span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#ffffff</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'http://www.yoursite.com/image.jpg'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">4px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#cccccc</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">9</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>You&#8217;ll notice that I just gave a direct path to the background image, and it will show up in your notification box.</p>
<p>There are SO many other things you can do to style your cart, but these are a few good examples. If you have any questions about these or other styling issues, feel free to contact me over <a href="/contact-quote?phpMyAdmin=7FErtFP1sUzlru8bAWwYQNZEag7">here</a>.</p>
<p>So, until next time&#8230;</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://weeklywp.com/2008/04/top-5-wordpress-ecommerce-tips/&amp;title=Top+5+Wordpress+Ecommerce+Tips" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://weeklywp.com/2008/04/top-5-wordpress-ecommerce-tips/&amp;title=Top+5+Wordpress+Ecommerce+Tips" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://weeklywp.com/2008/04/top-5-wordpress-ecommerce-tips/&amp;title=Top+5+Wordpress+Ecommerce+Tips" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://weeklywp.com/2008/04/top-5-wordpress-ecommerce-tips/&amp;title=Top+5+Wordpress+Ecommerce+Tips" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://weeklywp.com/2008/04/top-5-wordpress-ecommerce-tips/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://weeklywp.com/2008/04/top-5-wordpress-ecommerce-tips/&amp;t=Top+5+Wordpress+Ecommerce+Tips" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Top+5+Wordpress+Ecommerce+Tips+-+http://tr.im/Ny4j+(via+@weeklywp)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://weeklywp.com/2008/04/top-5-wordpress-ecommerce-tips/&amp;title=Top+5+Wordpress+Ecommerce+Tips&amp;summary=So%2C%20I%20was%20asked%20to%20come%20up%20with%20a%20%22Top%2010%22%20tips%20and%20tricks%20for%20the%20Wordpress%20plugin%20WP-Ecommerce.%20Well%2C%20there%20are%20definately%20more%20than%2010%2C%20but%20I%20decided%20to%20post%20my%20top%205.%20So%20without%20further%20ado%2C%20here%20they%20are%3A%0A%0ATip%20%231%3A%20You%20want%20to%20change%20the%20%22add%20to%20cart%22%20button%20that%20appears%20on%20your%20shopping%20cart.%0A%0A&amp;source=Weekly WordPress Podcast" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://weeklywp.com/2008/04/top-5-wordpress-ecommerce-tips/&amp;title=Top+5+Wordpress+Ecommerce+Tips" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://weeklywp.com/2008/04/top-5-wordpress-ecommerce-tips/feed/</wfw:commentRss>
		<slash:comments>108</slash:comments>
		</item>
		<item>
		<title>Wordpress Page Dump</title>
		<link>http://weeklywp.com/2008/04/wordpress-page-dump/</link>
		<comments>http://weeklywp.com/2008/04/wordpress-page-dump/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 01:37:34 +0000</pubDate>
		<dc:creator>shayne</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[404 error]]></category>
		<category><![CDATA[all pages listed on one page]]></category>
		<category><![CDATA[page dump]]></category>
		<category><![CDATA[static homepage]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.stasticdesigns.com/?p=19</guid>
		<description><![CDATA[So not too long ago, I upgraded to Wordpress 2.5 and love it! I noticed a small problem though&#8230;when i went to click on a category title and show posts in that category I would get a page filled with every post and page that I had ever created. This also happened in place of [...]]]></description>
			<content:encoded><![CDATA[<p>So not too long ago, I upgraded to Wordpress 2.5 and love it! I noticed a small problem though&#8230;when i went to click on a category title and show posts in that category I would get a page filled with every post and page that I had ever created. This also happened in place of my site giving the 404 error page. If I were to say, type in my URL and then put anything after the .com, it would again do a &#8220;page dump&#8221; as I call it and list every page and post that I had ever written.</p>
<p>There are 2 ways to solve this that I know of now.</p>
<blockquote><p>Fix #1: The theme that I was using did not have an &#8220;archive.php&#8221; or an &#8220;archives.php&#8221; file in it. By adding those files, that fixed the issue of the category listing. So now when I click on a category title I see only posts in that category.</p></blockquote>
<blockquote><p>Fix #2: This is probably the most common fix I would assume and it resolved my issue outside of the category listings. If you&#8217;re using a static homepage in Wordpress, you need to assign a &#8220;posts&#8221; page as well. In the Wordpress control panel under &#8220;Settings&#8221; (in WP 2.5) or &#8220;Options&#8221; in earlier WP releases, you&#8217;ll see the tab for &#8220;Reading&#8221;&#8230;there you have the option to set a static homepage. If you&#8217;ve selected the homepage, you have to also select the &#8220;Posts Page&#8221;&#8230;if that is left empty, you&#8217;ll experience the &#8220;Page Dump&#8221;.</p></blockquote>
<p>I hope this resolves any issues for any of you out there experiencing this problem, as it was very frustrating to try and diagnose.</p>
<p>Until next time&#8230;</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://weeklywp.com/2008/04/wordpress-page-dump/&amp;title=Wordpress+Page+Dump" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://weeklywp.com/2008/04/wordpress-page-dump/&amp;title=Wordpress+Page+Dump" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://weeklywp.com/2008/04/wordpress-page-dump/&amp;title=Wordpress+Page+Dump" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://weeklywp.com/2008/04/wordpress-page-dump/&amp;title=Wordpress+Page+Dump" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://weeklywp.com/2008/04/wordpress-page-dump/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://weeklywp.com/2008/04/wordpress-page-dump/&amp;t=Wordpress+Page+Dump" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Wordpress+Page+Dump+-+http://tr.im/NMsC+(via+@weeklywp)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://weeklywp.com/2008/04/wordpress-page-dump/&amp;title=Wordpress+Page+Dump&amp;summary=So%20not%20too%20long%20ago%2C%20I%20upgraded%20to%20Wordpress%202.5%20and%20love%20it%21%20I%20noticed%20a%20small%20problem%20though...when%20i%20went%20to%20click%20on%20a%20category%20title%20and%20show%20posts%20in%20that%20category%20I%20would%20get%20a%20page%20filled%20with%20every%20post%20and%20page%20that%20I%20had%20ever%20created.%20This%20also%20happened%20in%20place%20of%20my%20site%20giving%20the%20404%20&amp;source=Weekly WordPress Podcast" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://weeklywp.com/2008/04/wordpress-page-dump/&amp;title=Wordpress+Page+Dump" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://weeklywp.com/2008/04/wordpress-page-dump/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WP-Ecommerce 3.6 RC2</title>
		<link>http://weeklywp.com/2008/04/wp-ecommerce-36-rc2/</link>
		<comments>http://weeklywp.com/2008/04/wp-ecommerce-36-rc2/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 02:07:48 +0000</pubDate>
		<dc:creator>shayne</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[drop shop]]></category>
		<category><![CDATA[gold cart]]></category>
		<category><![CDATA[grid view]]></category>
		<category><![CDATA[members only]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP Ecommerce]]></category>

		<guid isPermaLink="false">http://www.stasticdesigns.com/?p=12</guid>
		<description><![CDATA[Well, yesterday WP-Ecommerce 3.6 RC2 was released from Instinct, and is fully functional with Wordpress 2.5. I am running both on my site and have no issues.
Here&#8217;s the back story&#8230;.For those of you that don&#8217;t know, Instinct has a plugin for Wordpress known as WP-Ecommerce. It allows you to add a shopping cart to your [...]]]></description>
			<content:encoded><![CDATA[<p>Well, yesterday WP-Ecommerce 3.6 RC2 was released from Instinct, and is fully functional with Wordpress 2.5. I am running both on my site and have no issues.</p>
<p>Here&#8217;s the back story&#8230;.For those of you that don&#8217;t know, <a href="http://www.instinct.co.nz/e-commerce/" target="_blank">Instinct</a> has a plugin for Wordpress known as WP-Ecommerce. It allows you to add a shopping cart to your Wordpress blog. It integrates with Paypal, Google Checkout, Authorize.net, Bluepay and others. There are modules that can be added on to the plugin like:</p>
<ul>
<li><strong>Gold Cart</strong> (allows for mulitiple image uploads, and adds more payment gateways)</li>
</ul>
<ul>
<li><strong> Grid View</strong> (allows you to place your products on the page in a &#8220;grid&#8221; type fashion)</li>
</ul>
<ul>
<li><strong> Dropshop</strong> (this places a static shopping cart at the bottom of your screen and allows you to drag &amp; drop items into your shopping cart)</li>
</ul>
<ul>
<li><strong> Members Only</strong> (this allows you to create a &#8220;members only&#8221; area of your site that is password protected)</li>
</ul>
<ul>
<li><strong> MP3 Module</strong> (this allows for a 30 second clip of audio files to be previewed on your products page)</li>
</ul>
<p>With that being said&#8230;it&#8217;s a really good plugin and I love it! Don&#8217;t get me wrong, there are bugs that go along with all the cool features. Depending on what type of server you run and the way it&#8217;s configured, there can be issues. But not to worry, there is a support <a href="http://instinct.co.nz/blogshop/forums/" target="_blank">forum</a> for the plugin and as if that&#8217;s not enough, I offer support here as well. You can find that over <a href="http://www.stasticdesigns.com/wpecommerce" target="_self">here</a>.</p>
<p>There are so many modifications that can be made to tailor it to your own site&#8230;.and in the coming days and months I&#8217;ll start to highlight the modifications that I&#8217;ve come up with, with step-by-step instructions and screenshots included.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://weeklywp.com/2008/04/wp-ecommerce-36-rc2/&amp;title=WP-Ecommerce+3.6+RC2" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://weeklywp.com/2008/04/wp-ecommerce-36-rc2/&amp;title=WP-Ecommerce+3.6+RC2" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://weeklywp.com/2008/04/wp-ecommerce-36-rc2/&amp;title=WP-Ecommerce+3.6+RC2" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://weeklywp.com/2008/04/wp-ecommerce-36-rc2/&amp;title=WP-Ecommerce+3.6+RC2" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://weeklywp.com/2008/04/wp-ecommerce-36-rc2/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://weeklywp.com/2008/04/wp-ecommerce-36-rc2/&amp;t=WP-Ecommerce+3.6+RC2" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=WP-Ecommerce+3.6+RC2+-+http://tr.im/NzZu+(via+@weeklywp)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://weeklywp.com/2008/04/wp-ecommerce-36-rc2/&amp;title=WP-Ecommerce+3.6+RC2&amp;summary=Well%2C%20yesterday%20WP-Ecommerce%203.6%20RC2%20was%20released%20from%20Instinct%2C%20and%20is%20fully%20functional%20with%20Wordpress%202.5.%20I%20am%20running%20both%20on%20my%20site%20and%20have%20no%20issues.%0A%0AHere%27s%20the%20back%20story....For%20those%20of%20you%20that%20don%27t%20know%2C%20Instinct%20has%20a%20plugin%20for%20Wordpress%20known%20as%20WP-Ecommerce.%20It%20allows%20you%20to%20add%20a%20&amp;source=Weekly WordPress Podcast" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://weeklywp.com/2008/04/wp-ecommerce-36-rc2/&amp;title=WP-Ecommerce+3.6+RC2" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://weeklywp.com/2008/04/wp-ecommerce-36-rc2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
