<?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>Mike D&#039;s SharpBlog &#187; shipping</title>
	<atom:link href="http://www.sharpdotinc.com/mdost/tag/shipping/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharpdotinc.com/mdost</link>
	<description>Just another Sharpdot weblog</description>
	<lastBuildDate>Mon, 19 Dec 2011 16:11:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Magento: Customer Desired Delivery Date Module</title>
		<link>http://www.sharpdotinc.com/mdost/2010/02/22/magento-customer-desired-delivery-date-module/</link>
		<comments>http://www.sharpdotinc.com/mdost/2010/02/22/magento-customer-desired-delivery-date-module/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 13:59:21 +0000</pubDate>
		<dc:creator>Mike D</dc:creator>
						<category domain="http://www.sharpdotinc.com/mdost/category/php/"><![CDATA[PHP]]></category>
		<category domain="http://www.sharpdotinc.com/mdost/tag/magento/"><![CDATA[magento]]></category>
		<category domain="http://www.sharpdotinc.com/mdost/tag/e-commerce/"><![CDATA[E-Commerce]]></category>
		<category domain="http://www.sharpdotinc.com/mdost/tag/open-source/"><![CDATA[open-source]]></category>
		<category domain="http://www.sharpdotinc.com/mdost/tag/shipping/"><![CDATA[shipping]]></category>

		<guid isPermaLink="false">http://www.sharpdotinc.com/mdost/?p=171</guid>
		<description><![CDATA[This Magento Module allows you to add a date picker to the checkout process, which the customer can use to input a desired delivery date. There is minimal setup required. You will need to add the supplied code to your template pages in order to display the date-picker on the checkout process and add one [...]]]></description>
			<content:encoded><![CDATA[<p>This Magento Module allows you to add a date picker to the checkout process, which the customer can use to input a desired delivery date. There is minimal setup required. You will need to add the supplied code to your template pages in order to display the date-picker on the checkout process and add one line of code to the admin template. As soon as I find a convenient way to add the necessary block to the template files with out having to modify the template files I will remove the manual part of the Module.</p>
<p>Here is a link to the modules page: <a href="http://www.magentocommerce.com/extension/2983/desired-delivery-date" target="_blank">Delivery Date Plugin</a> <strong>NOTE:</strong> Not compatible with Magento Ver 1.4.1 or above</p>
<p>To Add to email templates: (provided by Magento user: mrgniarf)<br />
You can modify yourtheme/yourdesign/template/email/order/items.phtml and before :</p>
<pre class="brush: php">
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;border:1px solid #bebcb7;background:#f8f7f5&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th align=&quot;left&quot; bgcolor=&quot;#d9e5ee&quot;&gt;__(&#039;Sku&#039;) ?&gt;&lt;/th&gt;
&lt;th align=&quot;left&quot; bgcolor=&quot;#d9e5ee&quot;&gt;__(&#039;Item&#039;) ?&gt;&lt;/th&gt;
&lt;th align=&quot;right&quot; bgcolor=&quot;#d9e5ee&quot;&gt;__(&#039;Subtotal&#039;) ?&gt;&lt;/th&gt;
&lt;th align=&quot;center&quot; bgcolor=&quot;#d9e5ee&quot;&gt;__(&#039;Qty&#039;) ?&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
</pre>
<p>Add:</p>
<pre class="brush: php">
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th align=&quot;left&quot; width=&quot;100%&quot; bgcolor=&quot;#d9e5ee&quot;&gt;__(&#039;Desired Arrival Date&#039;) ?&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; style=&quot;padding:7px 9px 9px 9px;border:1px solid #bebcb7;border-top:0;background:#f8f7f5&quot;&gt;
helper(&#039;deliverydate&#039;)-&gt;getFormatedDeliveryDate($_order-&gt;getShippingArrivalDate()); ?&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;
</pre>
<p>Here Is the Zip file for the module (<a href="http://sharpdotinc.com/wp-content/uploads/SharpdotDeliveryDateModule.zip">DOWNLOAD</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpdotinc.com/mdost/2010/02/22/magento-customer-desired-delivery-date-module/feed/</wfw:commentRss>
		<slash:comments>117</slash:comments>
		</item>
	</channel>
</rss>

