<?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>Online Marketing Services &#38; Business Website Design &#187; wpec</title>
	<atom:link href="http://om4.com.au/tag/wpec/feed/" rel="self" type="application/rss+xml" />
	<link>http://om4.com.au</link>
	<description>Find customers. Convert online.</description>
	<lastBuildDate>Thu, 02 Feb 2012 04:23:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Tiered pricing and shipping set up with WP e-Commerce</title>
		<link>http://om4.com.au/tiered-pricing-and-shipping-set-up-with-wp-e-commerce/</link>
		<comments>http://om4.com.au/tiered-pricing-and-shipping-set-up-with-wp-e-commerce/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 02:00:41 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Shopping Carts and eCommerce]]></category>
		<category><![CDATA[shipping]]></category>
		<category><![CDATA[tax]]></category>
		<category><![CDATA[wp e-Commerce]]></category>
		<category><![CDATA[wpec]]></category>

		<guid isPermaLink="false">http://om4.com.au/?p=1348</guid>
		<description><![CDATA[We recently got asked a question about tiered shipping rates by one of our clients in the US: We need to set up an online store that sells a single product (a book). They are $19.95 each, or $14.95 each if you purchase 5 or more. An additional Shipping &#38; Handling charge of $4.95 for [...]<p><br/><br/><a href="http://om4.com.au/tiered-pricing-and-shipping-set-up-with-wp-e-commerce/">Tiered pricing and shipping set up with WP e-Commerce</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fom4.com.au%2Ftiered-pricing-and-shipping-set-up-with-wp-e-commerce%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fom4.com.au%2Ftiered-pricing-and-shipping-set-up-with-wp-e-commerce%2F&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>We recently got asked a question about tiered shipping rates by one of our clients in the US:</p>
<blockquote><p>We need to set up an online store that sells a single product (a book). They are $19.95 each, or $14.95 each if you purchase 5 or more.<br />
An additional Shipping &amp; Handling charge of $4.95 for the 1st book and an additional $1.00 for each subsequent book will be applied.<br />
We also need to charge sales tax for Colorado residents only.</p></blockquote>
<p>One way you could approach this using <a href="http://getshopped.org/">WP e-Commerce</a> is as follows.</p>
<h2>1. Tiered Product Pricing</h2>
<p><a href="http://om4.com.au/wp-content/uploads/wp-e-commerce-tiered-pricing.png"><img src="http://om4.com.au/wp-content/uploads/wp-e-commerce-tiered-pricing-200x170.png" alt="Tiered Pricing in WP e-Commerce" title="Tiered Pricing in WP e-Commerce" width="200" height="170" class="alignright size-thumbnail wp-image-1349" /></a>In our example we have:<br />
1-4 books:  $19.95 each<br />
5+ books: $14.95 each</p>
<p>WP e-Commerce supports this tiered/table product pricing model.  This is implemented via Dashboard -> Products -> Products -> Edit. </p>
<p>You enter the base price (in this case $19.95) in the price field.</p>
<p>Further down the page there is a table rate price section. This is where define a price of $14.95 each for 5 or more products.</p>
<h2>2. Variable Shipping and Handling Rates</h2>
<p>Although WP e-Commerce can&#8217;t directly support the tiered shipping rates, It does have a &#8220;table rate&#8221; shipping method.</p>
<p>Following our example we could define something like:</p>
<table class="nopadding noborder">
<tr>
<th># of books&nbsp;&nbsp;&nbsp;&nbsp;</th>
<th>Order Total</th>
<th>Shipping Price</th>
</tr>
<tr>
<td>1 book</td>
<td>$0 and above</td>
<td>$4.95</td>
</tr>
<tr>
<td>2 books</td>
<td>$29.90 and above</td>
<td>$5.95</td>
</tr>
<tr>
<td>3 books</td>
<td>$59.85 and above</td>
<td>$6.95</td>
</tr>
<tr>
<td>4 books</td>
<td colspan="2">$79.80, which is more than the next teir below due to our 5 book rate</tr>
<tr>
<td>5 books</td>
<td>$74.75 and above</td>
<td>$8.95</td>
</tr>
<tr>
<td>6 books</td>
<td>$87.90 and above</td>
<td>$9.95</td>
</tr>
</table>
<p><a href="http://om4.com.au/wp-content/uploads/wp-e-commerce-table-rate-shipping.png"><img src="http://om4.com.au/wp-content/uploads/wp-e-commerce-table-rate-shipping-199x176.png" alt="WP e-Commerce Table Rate Shipping" title="WP e-Commerce Table Rate Shipping" width="199" height="176" class="alignright size-thumbnail wp-image-1350" /></a>To set this up in WP e-Commerce, go to Dashboard -> Products -> Settings -> Shipping -> Table Rate -> Edit. </p>
<p>Set up the layers as per the screenshot to the right.</p>
<p>Note: You may wish to add more layers to cater for situations where people order more than 6 books.</p>
<p>This setup almost satisfies our shipping rules, apart from the 4 book scenario where the customer would be charged $8.95 for shipping instead of $7.95. In our case this was an acceptable trade-off.</p>
<h3>3. US state-based Tax</h3>
<p><a href="http://om4.com.au/wp-content/uploads/wp-e-commerce-tax.png"><img src="http://om4.com.au/wp-content/uploads/wp-e-commerce-tax-200x172.png" alt="WP e-Commerce US Tax Set Up" title="WP e-Commerce US Tax Set Up" width="200" height="172" class="alignright size-thumbnail wp-image-1351" /></a>WP e-Commerce also supports charging different sales tax amounts for different US states.</p>
<p>We set this up via Dashboard -> Products -> Settings (see screenshot to the right).</p>
<p>Once configured, the online store works as follows:</p>
<p>The customer adds product(s) to their cart, then once they go to the checkout they choose their destination country/state. If they choose Colorado, 10%  sales tax is added to the order total. This effectively means that the prices on the website don&#8217;t include tax, and tax is added during checkout where appropriate.</p>
<p>So there you have it!</p>
<p>More information: <a href="/client/ecommerce/">OM4 eCommerce</a></p>
<p><br/><br/><a href="http://om4.com.au/tiered-pricing-and-shipping-set-up-with-wp-e-commerce/">Tiered pricing and shipping set up with WP e-Commerce</a></p>
]]></content:encoded>
			<wfw:commentRss>http://om4.com.au/tiered-pricing-and-shipping-set-up-with-wp-e-commerce/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)

Served from: om4.com.au @ 2012-02-08 20:24:18 -->
