<?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>quirm.net &#187; eShop</title>
	<atom:link href="http://quirm.net/tag/eshop/feed/" rel="self" type="application/rss+xml" />
	<link>http://quirm.net</link>
	<description>wordpress &#38; web design</description>
	<lastBuildDate>Wed, 01 Feb 2012 17:39:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Change eShop&#8217;s Merchant Gateway Images</title>
		<link>http://quirm.net/2011/09/30/change-eshops-merchant-gateway-images/</link>
		<comments>http://quirm.net/2011/09/30/change-eshops-merchant-gateway-images/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 21:13:24 +0000</pubDate>
		<dc:creator>Mel</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[eShop]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=3068</guid>
		<description><![CDATA[The eShop ecommerce plugin ships with a default set of images for the various merchant gateways that can be located in wp-content\uploads\eshop_files. However, if one of these images does not suit your purposes, it&#8217;s relatively easy to change it via your theme&#8217;s functions.php file. The following example illustrates how to change the Cash icon: Upload&#8230;]]></description>
			<content:encoded><![CDATA[<p><img src="http://quirm.net/wp-content/uploads/2009/08/cart.png" alt="" title="Ecommerce" width="150" height="150" class="alignleft size-full wp-image-1337" /> The <a href="http://wordpress.org/extend/plugins/eshop/">eShop ecommerce plugin</a> ships with a default set of images for the various merchant gateways that can be located in <code>wp-content\uploads\eshop_files</code>. However, if one of these images does not suit your purposes, it&#8217;s relatively easy to change it via your theme&#8217;s functions.php file. The following example illustrates how to change the Cash icon:</p>
<p><span id="more-3068"></span></p>
<ol>
<li>Upload your new gateway icon to your theme&#8217;s images folder.</li>
<li>Edit your theme&#8217;s function.php file in a plain text editor and add the following new function>
<pre><code>function mythemes_icon_cash() {
	$icon = array(
		'path'=>get_stylesheet_directory(). '/images/cash.png',
		'url'=>get_stylesheet_directory_uri(). '/images/cash.png'
	);
	return $icon;
}
add_filter('eshop_merchant_img_cash', 'mythemes_icon_cash');</code></pre>
</li>
</ol>
<p>There are also filters for each of the other gateway icons:</p>
<pre><code>eshop_merchant_img_cash
eshop_merchant_img_bank
eshop_merchant_img_authorizenet
eshop_merchant_img_payson
eshop_merchant_img_paypal
eshop_merchant_img_ideallite
eshop_merchant_img_webtopay
eshop_merchant_img_ogone
eshop_merchant_img_epn</code></pre>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2011/09/30/change-eshops-merchant-gateway-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What You Need To Know For eShop</title>
		<link>http://quirm.net/2011/09/23/what-you-need-to-know-for-eshop/</link>
		<comments>http://quirm.net/2011/09/23/what-you-need-to-know-for-eshop/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 14:40:07 +0000</pubDate>
		<dc:creator>Mel</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[eShop]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=3096</guid>
		<description><![CDATA[eShop &#8211; the WordPress eShop ecommerce plugin has fairly extensive documentation but there is a lot you can do before you even install the plugin. Answering and checking off the following question before you start configuring eShop should make the eShop set-up process a little easier for you. Is Your Merchant Gateway eShop Compatible? There&#8230;]]></description>
			<content:encoded><![CDATA[<p><img src="http://quirm.net/wp-content/uploads/2009/09/shopping-cart.png" alt="" title="Shopping Cart" width="150" height="150" class="alignleft size-full wp-image-1335" /> <a href="http://wordpress.org/extend/plugins/eshop/">eShop</a> &#8211; the WordPress eShop ecommerce plugin has fairly <a href="http://quirm.net/wiki/eshop/">extensive documentation</a> but there is a lot you can do <strong>before</strong> you even install the plugin.</p>
<p>Answering and checking off the following question before you start configuring eShop should make the eShop set-up process a little easier for you.</p>
<p><span id="more-3096"></span></p>
<h3 style="clear:left;">Is Your Merchant Gateway eShop Compatible?</h3>
<p>There are a number of merchant gateways that you can use with eShop:</p>
<ul>
<li>Authorize.net</li>
<li>eProcessingNetwork</li>
<li>iDeal Lite</li>
<li>PayPal</li>
<li>Payson</li>
<li>Ogone</li>
<li>webtopay</li>
</ul>
<p>But you may need to make changes to your gateway account to ensure that it is compatible with eShop.<br />
<a href="http://quirm.net/wiki/eshop/setting-up-merchant-gateways/">Check your merchant gateway</a></p>
<h3>Do You Have Your Merchant Gateway Details?</h3>
<p>You will need all of the necessary details for your chosen merchant gateway &#8211; e.g. if you&#8217;re using PayPal, you will need the email address that you use on your PayPal account.<br />
<a href="http://quirm.net/wiki/eshop/setting-up-using-eshop/configuration/merchant-gateways/">Setting up eShop merchant gateways</a></p>
<h3>Where Will You Be Shipping To?</h3>
<p>Will you be selling in your own country only (i.e. by State/County/Province)? Or internationally (i.e. by Country)?<br />
<a href="http://quirm.net/wiki/eshop/setting-up-using-eshop/configuration/shipping-rates/#Countries">Defining your shipping locations</a></p>
<h3>Have You Zoned Your Delivery Locations?</h3>
<p>The cost of shipping an item varies according to its destination. eShop allows you to group different delivery locations into &#8220;zones&#8221; &#038; apply different charges accordingly. You can have up to 9 zones.<br />
Have you divided your shipping locations in 1 or more groups &#8211; called &#8220;zones&#8221;<br />
<a href="http://quirm.net/wiki/eshop/setting-up-using-eshop/configuration/shipping-rates/#Zones">What are shipping zones?</a></p>
<h3>Have You Broken Your Products Down Into Shipping Classes?</h3>
<p>The cost of shipping an item can also vary according to its weight, size, cost or fragility. eShop allows you to define up to 5 shipping classes to accommodate these differences with the 6th reserved for free shipping.<br />
<a href="http://quirm.net/wiki/eshop/setting-up-using-eshop/configuration/shipping-rates/#Shipping-Classes">What are shipping classes?</a></p>
<h3>What Are Your Shipping Costs?</h3>
<p>You should have worked out all of your shipping charges and have determined how to apply them.<br />
Will you charge for the first item based on delivery zone &#038; shipping class with a reduced cost for additional items (Method 1)?<br />
Will you charge for the each item based on delivery zone &#038; shipping class with no reduction for additional items (Method 2)?<br />
Will you charge a flat rate based on delivery zone only (Method 3)?<br />
Will you charge based on delivery zone &#038; product weight (Method 4)?<br />
<a href="http://quirm.net/wiki/eshop/setting-up-using-eshop/configuration/shipping-rates/#Shipping-Rate-Calculations">Calculating shipping</a></p>
<h3>Will You Be Applying Tax?</h3>
<p>If you will be applying tax to products &#8211; such as VAT or sales tax &#8211; you will need details of what tax to apply and when. You also need to decide if tax will also be applied to shipping charges.<br />
<a href="http://quirm.net/wiki/eshop/setting-up-using-eshop/configuration/sales-tax/">Setting up sales tax</a></p>
<h3>Will Your Products Offer Choices?</h3>
<p>eShop includes option sets that allow you to add customer-selectable choices to your products. What options can customers choose from when purchasing one of your products? Different sizes? Different colours? Are some colours more expensive? You can set an additional price &#038; weight for each option within a set.<br />
<a href="http://quirm.net/wiki/eshop/setting-up-using-eshop/option-sets/">Using option sets</a></p>
<h3>Do You Have All The Details And Images For A Single Product?</h3>
<p>You will need all of the text plus at least 1 image for a sample product. You also need to be able to set it&#8217;s price, shipping class, options set(s) and tax rates based on your answers to the questions above. This exercise will help you get a handle on how to set up eShop to suit your needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2011/09/23/what-you-need-to-know-for-eshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emporium Update</title>
		<link>http://quirm.net/2011/05/12/emporium-update-2/</link>
		<comments>http://quirm.net/2011/05/12/emporium-update-2/#comments</comments>
		<pubDate>Thu, 12 May 2011 15:00:47 +0000</pubDate>
		<dc:creator>Mel</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[eShop]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=2620</guid>
		<description><![CDATA[Just released version 3.0 of the Emporium eShop theme. This release corrects a major issue with custom backgrounds which was brought to light on the Quirm.net Themes forum a few hours ago. Thanks to stug2000 for bringing this to my attention. How everyone else managed to miss it over the last 8 months is completely&#8230;]]></description>
			<content:encoded><![CDATA[<p>Just released <a href="http://quirm.net/emporium/">version 3.0 of the Emporium eShop theme</a>. This release corrects a major issue with custom backgrounds which was brought to light on the <a href="http://quirm.net/forum/forum.php?id=15">Quirm.net Themes forum</a> a few hours ago. </p>
<p>Thanks to stug2000 for bringing this to my attention. How everyone else managed to miss it over the last 8 months is completely beyond me!</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2011/05/12/emporium-update-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eShop Extras</title>
		<link>http://quirm.net/2011/04/28/eshop-extras/</link>
		<comments>http://quirm.net/2011/04/28/eshop-extras/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 11:08:00 +0000</pubDate>
		<dc:creator>Mel</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[eShop]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=2483</guid>
		<description><![CDATA[We&#8217;ve recently released an example companion plugin for eShop that will add an additional text field to your Checkout page between the Mailing and Shipping forms. Download eShop Extras]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve recently released an example companion plugin for eShop that will add an additional text field to your Checkout page between the Mailing and Shipping forms.</p>
<p><a href="http://quirm.net/download/74/">Download eShop Extras</a></p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2011/04/28/eshop-extras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emporium 2.0 Released</title>
		<link>http://quirm.net/2011/04/19/emporium-2-0-released/</link>
		<comments>http://quirm.net/2011/04/19/emporium-2-0-released/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 13:51:32 +0000</pubDate>
		<dc:creator>Mel</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[eShop]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=2466</guid>
		<description><![CDATA[An updated version of the Emporium eShop theme is now available for download. The new version includes a couple of bug fixes plus post format support. Post Formats is a theme feature introduced with WordPress 3.1 that allows you to change how each post looks by choosing a Post Format from a radio-button list on&#8230;]]></description>
			<content:encoded><![CDATA[<p><img src="http://quirm.net/wp-content/uploads/2010/12/emporium.png" alt="" title="Emporium eShop Theme" width="150" height="150" class="alignleft size-full wp-image-2306" /> An updated version of the <a href="http://quirm.net/emporium/">Emporium eShop theme</a> is now <a href="http://quirm.net/download/73/">available for download</a>. The new version includes a couple of bug fixes plus post format support.</p>
<p>Post Formats is a theme feature introduced with WordPress 3.1 that allows you to change how each post looks by choosing a Post Format from a radio-button list on the Add New Post (or Edit Post) administration pages. Emporium supports the aside, gallery, image, quote and status post formats. The theme&#8217;s post format documentation also includes some examples of how you might use some of these formats within your online shop.</p>
<p>Comments, feedback and bug reports are welcome on the <a href="http://quirm.net/forum/forum.php?id=15">Theme support forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2011/04/19/emporium-2-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emporium Officially Released</title>
		<link>http://quirm.net/2011/03/21/emporium-officially-released/</link>
		<comments>http://quirm.net/2011/03/21/emporium-officially-released/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 22:30:40 +0000</pubDate>
		<dc:creator>Mel</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[eShop]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=2423</guid>
		<description><![CDATA[Given the total deafening lack of bug reports for the beta version, we&#8217;ve now formally released the Emporium eShop theme. Theme options include: WordPress 3.1 compatible Nine widget-ready areas Two dropdown horizontal menus Switch-able content &#038; sidebar positions Automated or custom meta description &#038; keyword tags Fancybox Featured/Sale product front page slider And unlike other&#8230;]]></description>
			<content:encoded><![CDATA[<p><img src="http://quirm.net/wp-content/uploads/2010/12/emporium.png" alt="" title="Emporium eShop Theme" width="150" height="150" class="alignright size-full wp-image-2306" /> Given the total deafening lack of bug reports for the beta version, we&#8217;ve now formally released the <a href="http://quirm.net/emporium/">Emporium eShop theme</a>. Theme options include:</p>
<ul>
<li>WordPress 3.1 compatible</li>
<li>Nine widget-ready areas</li>
<li>Two dropdown horizontal menus</li>
<li>Switch-able content &#038; sidebar positions</li>
<li>Automated or custom meta description &#038; keyword tags</li>
<li>Fancybox</li>
<li>Featured/Sale product front page slider</li>
</ul>
<p>And unlike other themes for eShop, this one is completely free! It&#8217;s also child theme friendly. What more could you ask for?</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2011/03/21/emporium-officially-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eShop 200,000 Downloads and growing</title>
		<link>http://quirm.net/2011/01/28/eshop-200000-downloads-and-growing/</link>
		<comments>http://quirm.net/2011/01/28/eshop-200000-downloads-and-growing/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 11:14:56 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[eShop]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=2391</guid>
		<description><![CDATA[Today I noticed that eShop has just reached 200,00 downloads! and thanks to the stats available I see so many of you still using old versions! That to me is just plain strange! But a thank you to everyone that provides feedback, it has helped eShop become a major contender in the ecommerce plugin world.]]></description>
			<content:encoded><![CDATA[<p>Today I noticed that eShop has just reached 200,00 downloads! and thanks to the <a href="http://wordpress.org/extend/plugins/eshop/stats/">stats available</a>  I see so many of you still using old versions! That to me is just plain strange! </p>
<p>But a thank you to everyone that provides feedback, it has helped eShop become a major contender in the ecommerce plugin world.</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2011/01/28/eshop-200000-downloads-and-growing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>eShop 6.1.x translatable pot file</title>
		<link>http://quirm.net/2011/01/25/eshop-6-1-x-translatable-pot-file/</link>
		<comments>http://quirm.net/2011/01/25/eshop-6-1-x-translatable-pot-file/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 20:18:33 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[eShop]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=2374</guid>
		<description><![CDATA[I&#8217;ve just updated the pot file ready for the next release, so if you are maintaining a translation of eShop please download and translate asap. eShop is due for release in a week, providing no major bugs are found. If you are maintaining a translation, why not mention it on the forums, and specifically in&#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just updated the pot file ready for the next release, so if you are maintaining a translation of eShop please download and translate asap. eShop is due for release in a week, providing no major bugs are found.</p>
<p>If you are maintaining a translation, why not mention it on the forums, and specifically in this thread: <a href="http://quirm.net/forum/topic.php?id=2512">Available Translations for eShop</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2011/01/25/eshop-6-1-x-translatable-pot-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eShop Version 6.1.0 now ready for testing</title>
		<link>http://quirm.net/2011/01/12/eshop-version-6-1-0-now-ready-for-testing/</link>
		<comments>http://quirm.net/2011/01/12/eshop-version-6-1-0-now-ready-for-testing/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 10:53:17 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[eShop]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=2357</guid>
		<description><![CDATA[WARNING Back up your database before upgrading NEW Sales Tax can now be added. (settable per product option after &#8216;tax bands&#8217; has been entered). NEW Extra Stats. NEW Downloads can now have &#8216;collections&#8217;. NEW Sale Prices for main options, shortcodes adapted to take price = yes, sale or both. FIXED/Added Secondary address box for Paypal,&#8230;]]></description>
			<content:encoded><![CDATA[<p><img src="http://quirm.net/wp-content/uploads/2008/10/keyboard.jpg" alt="" title="" width="150" height="113" class="alignright size-full wp-image-146" />
<ul>
<li><strong>WARNING</strong> 	<em>Back up your database before upgrading</em></li>
<li><strong>NEW</strong> 	<em>Sales Tax</em> can now be added. (settable per product option after &#8216;tax bands&#8217; has been entered).</li>
<li><strong>NEW</strong> 	Extra Stats.</li>
<li><strong>NEW</strong> 	Downloads can now have &#8216;collections&#8217;.</li>
<li><strong>NEW</strong> 	Sale Prices for main options, shortcodes adapted to take price = yes, sale or both.</li>
<li><strong>FIXED/Added</strong> Secondary address box for Paypal, finally allowing non main account email addresses to be used!</li>
<li><strong>fixed</strong> 	small bug with listing on the downloads page.</li>
<li><strong>fixed</strong> 	slashes issue with option sets</li>
<li><strong>fixed</strong> 	eshop_welcome shortcode now picks up loged in users display name if set.</li>
<li><strong>fixed</strong> 	slashes appearing in emails.(hopefully)</li>
<li><strong>fixed</strong> 	eshop_details shortcode now functions correctly.</li>
<li><strong>fixed</strong> 	checkout losing chosen State/County/Province, props VK.</li>
<li><strong>fixed</strong> 	many small bugs.</li>
<li><strong>added</strong> 	generic eshop-widget class to eShop widgets</li>
<li><strong>added</strong> 	filter for the eshop_files_directory</li>
<li><strong>added</strong> 	check on checkout page, if memebersonly is set as an attribute, then you can use this format to display a message: [eshop_show_checkout membersonly='yes']please show me[/eshop_show_checkout]</li>
<li><strong>added</strong> 	number of decimals is now translatable.</li>
<li><strong>added</strong> 	extra CSS hooks to checkout confirmation page.</li>
<li><strong>added</strong> 	action eshop_sold_product which is sent the post id of the product that was sold.</li>
<li><strong>added</strong> 	Shipping by weight now allows you to choose between states/counties/province and countries per mode.</li>
<li><strong>added</strong> 	missing strings for translations</li>
<li><strong>added</strong> 	classes for styling in various places</li>
<li><strong>changed</strong> 	Discount Codes are no longer case sensitive</li>
<li><strong>changed</strong> 	removed _ from filenames and replaced with -, easier for developers.</li>
<li><strong>Note</strong> 	after upgrading you may need to refresh the page due to the change above.</li>
</ul>
<p><em>Note</em> This version has been tested with Paypal, Cash, Bank, Webtopay and Authorize.net merchant gateways, and all seemed to work OK in test mode. The other gateways have not had a full test, but should work without issue.</p>
<p>For testing please download from: <a href="http://downloads.wordpress.org/plugin/eshop.zip">http://downloads.wordpress.org/plugin/eshop.zip</a></p>
<p>Please keep all feedback/bug reports in <a href="http://quirm.net/forum/topic.php?id=2564">this thread</a> on the forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2011/01/12/eshop-version-6-1-0-now-ready-for-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eShop progress report 2</title>
		<link>http://quirm.net/2011/01/07/eshop-progress-report-2/</link>
		<comments>http://quirm.net/2011/01/07/eshop-progress-report-2/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 16:36:39 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[eShop]]></category>

		<guid isPermaLink="false">http://quirm.net/?p=2353</guid>
		<description><![CDATA[I have just 3 things left to code, testing has gone very well and I&#8217;m currently ahead of schedule. This release will need a lot testing from actual users before it can be fully released though. So to whet your appetites here is the list of current changes: WARNING Back up your database before upgrading&#8230;]]></description>
			<content:encoded><![CDATA[<p>I have just 3 things left to code, testing has gone very well and I&#8217;m currently ahead of schedule.  This release will need a lot testing from actual users before it can be fully released though. So to whet your appetites here is the list of current changes:</p>
<ul>
<li><em>WARNING</em> <strong>Back up your database before upgrading</strong></li>
<li><em>NEW</em> <strong>Sales Tax</strong> can now be added. (settable per product option after &#8216;tax bands&#8217; has been entered).</li>
<li><em>NEW</em> Extra Stats.</li>
<li><em>FIXED/Added</em> Secondary address box for Paypal, finally allowing non main account email addresses to be used!</li>
<li><em>fixed</em> 	small bug with listing on the downloads page.</li>
<li><em>fixed</em> 	slashes issue with option sets</li>
<li><em>fixed</em> 	eshop_welcome shortcode now picks up loged in users display name if set.</li>
<li><em>fixed</em> 	slashes appearing in emails.(hopefully)</li>
<li><em>added</em> 	generic eshop-widget class to eShop widgets</li>
<li><em>added</em> 	filter for the eshop_files_directory</li>
<li><em>added</em> 	check on checkout page, if memebersonly is set as an attribute, then you can use this format to display a message: [eshop_show_checkout membersonly='yes']please show me[/eshop_show_checkout]</li>
<li><em>added</em> 	number of decimals is now translatable.</li>
<li><em>added</em> 	extra CSS hooks to checkout confirmation page.</li>
<li><em>added</em> 	action eshop_sold_product which is sent the post id of the product that was sold.</li>
<li><em>added</em> 	Shipping by weight now allows you to choose between states/counties/province and countries per mode.</li>
<li><em>added</em> 	missing strings for translations</li>
<li><em>changed</em> 	removed _ from filenames and replaced with -, easier for developers.</li>
<li><em>changed</em> 	Discount Codes are no longer case sensitive</li>
<li><em>Note</em> after upgrading you may need to refresh the page due to the change above.</li>
</ul>
<p>and yes, you read it right &#8211; Tax is coming to eShop.</p>
]]></content:encoded>
			<wfw:commentRss>http://quirm.net/2011/01/07/eshop-progress-report-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

