<?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>South Lake Tahoe Web Design Blog - RogueEasyweb Blog &#187; cart</title>
	<atom:link href="http://blog.rogueeasyweb.com/tag/cart/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rogueeasyweb.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Apr 2010 18:19:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Magento: Assign Free Shipping on a Per Product Basis</title>
		<link>http://blog.rogueeasyweb.com/magento-assign-free-shipping-on-a-per-product-basis/</link>
		<comments>http://blog.rogueeasyweb.com/magento-assign-free-shipping-on-a-per-product-basis/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 21:01:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[magento free shipping]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[per product]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[shopping cart price rule]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[unique]]></category>
		<category><![CDATA[UPS]]></category>
		<category><![CDATA[USPS]]></category>

		<guid isPermaLink="false">http://blog.rogueeasyweb.com/?p=62</guid>
		<description><![CDATA[This one threw me for a curve at first so I thought I&#8217;d share the solution. Lets assume you have a cart with a pre existing shipping method, like UPS and a bunch of regular products. But then you have a few products, say for example, gift certificates, (my problem) that weigh next to nothing, [...]]]></description>
			<content:encoded><![CDATA[<p>This one threw me for a curve at first so I thought I&#8217;d share the solution. Lets assume you have a cart with a pre existing shipping method, like UPS and a bunch of regular products. But then you have a few products, say for example, gift certificates, (my problem) that weigh next to nothing, yet the minimum UPS charge is still around $6. Customers would hate that right? So we need free shipping for those products ONLY, then simply mail the Gift Certificates out via regular USPS mail and eat the cost of the stamp. (Of course this is just an example, which happened to be my problem. You may want to have products with free shipping for all kinds of reasons.)</p>
<p>So, the method is two-fold. First you must ALLOW free shipping to even exist in the first place in the system -&gt; configuration. Second, you will create a custom &#8220;shopping cart price rule&#8221; to assign the free shipping to only the desired products.</p>
<h1>Step 1</h1>
<p>In your magento admin, first browse to <strong>system</strong>, then <strong>configuration</strong>.</p>
<p>Under <strong>sales</strong>, select the <strong>shipping methods</strong> category.</p>
<p>Open the <strong>Free Shipping</strong> tab. You only change two things.<br />
For <strong>Enabled</strong>:  <em>YES</em><br />
For <strong>Minimum Order Amount</strong>, <em>enter some crazy huge number. I entered 999999999.</em> This is half of the trick. It enables free shipping as a &#8220;possibility&#8221; within the cart, yet no regular order would ever reach that level. If you already have this enabled (free shipping for orders over $50 etc..), then skip to step 2.</p>
<p>I&#8217;m not sure if it&#8217;s required, but I did the same thing under my standard shipping method as well. (for me it was UPS)</p>
<p><strong>Free Shipping for Minimum Order Amount:</strong> <em>Enable</em></p>
<p><strong>Minimum Order Amount for Free Shipping:</strong> <em>999999999</em> (same crazy huge number as before)</p>
<p>Click the orange <strong>&#8220;Save Config&#8221;</strong> button to save your new settings.</p>
<h1>Step 2</h1>
<p>From the main Magento Admin menu at the top, go to <strong>Promotions</strong>, then select <strong>Shopping Cart Price Rules</strong>.</p>
<p>Click the Orange <strong>Add New Rule</strong></p>
<p><strong><br />
</strong></p>
<h3><strong>Rule Information Tab:</strong></h3>
<p><strong></strong></p>
<p><strong>Rule Name: </strong><em>Whatever You want</em><br />
<strong>Description:</strong> <em>Whatever You want</em><br />
<strong>Status:</strong> <em>Active</em><br />
<strong>Customer Groups:</strong> <em>As a default, Select all. </em>(Hold the CTRL key and click)<br />
<strong>Coupon Code. </strong><em>NOTHING</em> (don&#8217;t enter anything here.)<strong><br />
Uses per coupon:</strong> <em>1000000000</em> (some huge number)<br />
<strong>Uses per customer:</strong> <em>1000000000</em> (some huge number)<br />
<strong>From Date / To Date:</strong> <em>Leave blank to start now / end never.</em><br />
<strong>Priority:</strong> 0 ?<br />
<strong>Public in RSS Feed:</strong> <em>no</em></p>
<p><strong><br />
</strong></p>
<h3><strong>Conditions Tab:</strong></h3>
<p><strong></strong> No changes needed, at least in my case.</p>
<p><strong><br />
</strong></p>
<h3><strong>Actions Tab:</strong></h3>
<p><strong></strong></p>
<p><strong>Apply:</strong> <em>Fixed amount discount for Whole Cart</em></p>
<p><strong>Amount Discount:</strong> 0<br />
<strong>Max. Quantity Discount Applied to:</strong> 0<br />
<strong>Discount Qty Step:</strong> 0<br />
<strong>Free Shipping:</strong> For Matching Items Only<br />
<strong>Stop Further Rules Processing:</strong> NO</p>
<p><strong>Apply the rule only to cart items matching the following conditions</strong></p>
<p><em>This is key.</em><br />
<strong>Click the green + button to add a new rule.</strong><br />
<strong>Select SKU.</strong><br />
Click &#8220;<strong>is</strong>&#8221; and change it to &#8220;<strong>contains</strong>&#8220;.<br />
Click the &#8220;<strong>&#8230;</strong>&#8220;, enter the unique segment of the SKU on you free products. For example the SKUs for my gift certificates were gift25,gift50,gift75 etc.., so here, I entered &#8220;<strong>gift</strong>&#8220;. You may simply want to append your free product SKUs with the word &#8220;<strong>free</strong>&#8221; for clarity, then enter &#8220;<strong>free</strong>&#8221; back here. You can do this however you want, but be sure to not use anything that may be contained in a regular products SKU.<br />
So for <em>me</em> that line read:<br />
<strong>SKU contains gift</strong></p>
<p>Click the Orange <strong>Save Rule </strong>Button.</p>
<p>That&#8217;s it! Try it out.<br />
There&#8217;s another method I came across which is the same, except instead of anchoring the Shopping Cart Price Rule (promotion) to a products SKU, a custom attribute is created for that product and then the promotion is tied to that attribute instead of an SKU. See it <a title="Free Shipping Magneto" href="http://www.magentocommerce.com/boards/viewthread/14141/">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rogueeasyweb.com/magento-assign-free-shipping-on-a-per-product-basis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
