<?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>Tips and Tricks eCommerce Site &#187; Shipping</title>
	<atom:link href="http://www.tipsandtricks-hq.com/ecommerce/category/wordpress-shopping-cart/shipping/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsandtricks-hq.com/ecommerce</link>
	<description>eCommerce Solution for WordPress Blog</description>
	<lastBuildDate>Sat, 28 Jan 2012 07:08:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Simple WP Shopping Cart &#8211; How the Shipping Cost Calculation Works</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297</link>
		<comments>http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297#comments</comments>
		<pubDate>Sun, 19 Jul 2009 09:14:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shipping]]></category>
		<category><![CDATA[Shipping & Tax]]></category>
		<category><![CDATA[WP Shopping Cart]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=297</guid>
		<description><![CDATA[Shipping Cost Calculation in the WordPress Shopping Cart Simple Shipping Options Option 1. Flat Shipping Charge Per Item If you just want to use flat shipping cost for each item then just put ‘0′ in the ‘Base Shipping Cost’ option and specify the individual shipping cost in the trigger text (shortcode) for each product and [...]]]></description>
			<content:encoded><![CDATA[<h3>Shipping Cost Calculation in the WordPress Shopping Cart</h3>
<h4>Simple Shipping Options</h4>
<p><strong>Option 1. Flat Shipping Charge Per Item</strong></p>
<p>If you just want to use flat shipping cost for each item then just put ‘0′ in the ‘Base Shipping Cost’ option and specify the individual shipping cost in the trigger text (shortcode) for each product and you are done. For example, the following shortcode will place a button for a product that charges $2.00 for shipping.</p>
<p>[wp_cart:Test Product:price:10.00:shipping:2.00:end]</p>
<p><strong>Option 2. Flat/Fixed Shipping Charge Per Checkout (no matter how many items in the cart)</strong></p>
<p>If you just want to use a fixed shipping cost for the cart no matter how many items are in the cart then you can achieve this by specifying this fixed amount in the base shipping cost. Remember, the base shipping cost is only added to the cart if a product in the cart has individual shipping value specified (this way if a customer buys digital product he doesn’t get charged any shipping). Use an individual shipping value of “0.001″ for your physical items which won’t increase the shipping cost but will trigger the base shipping cost to be added as a fixed shipping rate. For example, use the following shortcode:</p>
<p>[wp_cart:Test Product:price:10.00:shipping:0.001:end]</p>
<h4>Giving Shipping Discounts</h4>
<p>What if you want to be a little more intelligent with the shipping cost calculation and want to use ‘Base Shipping Cost’ in conjunction with the individual product shipping cost to offer your customers a better shipping price? You can do that too.</p>
<p>The base shipping cost is added to the total of the individual products shipping cost. So for example if you had two products that costs $50 each and you want to charge $10 shipping for each item then someone buying both the products whould have to pay $100(product cost) + $20(shipping cost) = $120(total). That is not a very realistic shipping price since you are shipping both the products to the same address in one package so it will probably cost you $15 instead of $20.</p>
<p>How do you handle this situation?<br />
You use a base shipping cost of $5 and indidividual product shipping cost of $5.</p>
<p>Now when someone buys both the products the shipping cost will be calculated as following:<br />
$5(shipping for product1) + $5(shipping for product2) = $10(total individual products shipping cost)<br />
Total shipping cost = $10(total individual products shipping cost) + $5(base shipping cost) = $15!</p>
<p>When someone buys one product the shipping cost will be calculated as following:<br />
$5(shipping for product1) = $5(total individual products shipping cost)<br />
Total shipping cost = $5(total individual products shipping cost) + $5(base shipping cost) = $10! (this is the shipping you wanted to charge for one product)</p>
<p>So, hopefully you can see that using the base shipping cost in conjunction with the individual product shipping cost you can be very dynamic in determining the total shipping cost for a purchase.</p>
<p>Visit the <a href="http://www.tipsandtricks-hq.com/?p=768">WordPress Shopping Cart</a> Plugin Page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297/feed</wfw:commentRss>
		<slash:comments>78</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.tipsandtricks-hq.com @ 2012-02-09 03:55:26 -->
