<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Adding New Shipping Module In Magento</title>
	<atom:link href="http://blog.magentomagik.com/adding-new-shipping-module-in-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.magentomagik.com/adding-new-shipping-module-in-magento/</link>
	<description>MagentoMagik is a Magento product development company with a focus on enabling online retailers to unleash the power of Magento E-commerce</description>
	<lastBuildDate>Thu, 09 Sep 2010 11:12:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: MagentoMagik</title>
		<link>http://blog.magentomagik.com/adding-new-shipping-module-in-magento/comment-page-1/#comment-159</link>
		<dc:creator>MagentoMagik</dc:creator>
		<pubDate>Mon, 28 Jun 2010 13:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magentomagik.com/?p=78#comment-159</guid>
		<description>You can try &lt;a href=&quot;http://www.magentocommerce.com/magento-connect/key/extension/3802/track_order_without_login&quot; rel=&quot;nofollow&quot;&gt;http://www.magentocommerce.com/magento-connect/...&lt;/a&gt; extension.</description>
		<content:encoded><![CDATA[<p>You can try <a href="http://www.magentocommerce.com/magento-connect/key/extension/3802/track_order_without_login" rel="nofollow"></a><a href="http://www.magentocommerce.com/magento-connect/.." rel="nofollow">http://www.magentocommerce.com/magento-connect/..</a>. extension.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh Periwal</title>
		<link>http://blog.magentomagik.com/adding-new-shipping-module-in-magento/comment-page-1/#comment-158</link>
		<dc:creator>Saurabh Periwal</dc:creator>
		<pubDate>Mon, 28 Jun 2010 12:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magentomagik.com/?p=78#comment-158</guid>
		<description>Hi,&lt;br&gt;&lt;br&gt;Do you know any such tutorial&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Saurabh</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Do you know any such tutorial</p>
<p>Regards,<br />Saurabh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MagentoMagik</title>
		<link>http://blog.magentomagik.com/adding-new-shipping-module-in-magento/comment-page-1/#comment-157</link>
		<dc:creator>MagentoMagik</dc:creator>
		<pubDate>Sat, 26 Jun 2010 14:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magentomagik.com/?p=78#comment-157</guid>
		<description>You will find your new module at System&gt; Configuration &gt; Shipping Methods</description>
		<content:encoded><![CDATA[<p>You will find your new module at System&gt; Configuration &gt; Shipping Methods</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MagentoMagik</title>
		<link>http://blog.magentomagik.com/adding-new-shipping-module-in-magento/comment-page-1/#comment-156</link>
		<dc:creator>MagentoMagik</dc:creator>
		<pubDate>Sat, 26 Jun 2010 14:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magentomagik.com/?p=78#comment-156</guid>
		<description>This code is to understand how you can add support for new payment gateways in your default Magento installation. For example; What if you to use 2checout as your payment gateway and you don&#039;t find support for that. In such cases you can create a new module and custom code to accommodate 2checkout in as your preferred payment gateway.&lt;br&gt;Order tracking is something different. You have to understand the core logic of orders and tracking separately.</description>
		<content:encoded><![CDATA[<p>This code is to understand how you can add support for new payment gateways in your default Magento installation. For example; What if you to use 2checout as your payment gateway and you don&#39;t find support for that. In such cases you can create a new module and custom code to accommodate 2checkout in as your preferred payment gateway.<br />Order tracking is something different. You have to understand the core logic of orders and tracking separately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh Periwal</title>
		<link>http://blog.magentomagik.com/adding-new-shipping-module-in-magento/comment-page-1/#comment-155</link>
		<dc:creator>Saurabh Periwal</dc:creator>
		<pubDate>Thu, 24 Jun 2010 15:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magentomagik.com/?p=78#comment-155</guid>
		<description>How Track Order works? I mean what part of code?</description>
		<content:encoded><![CDATA[<p>How Track Order works? I mean what part of code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A4K4A</title>
		<link>http://blog.magentomagik.com/adding-new-shipping-module-in-magento/comment-page-1/#comment-139</link>
		<dc:creator>A4K4A</dc:creator>
		<pubDate>Fri, 09 Apr 2010 16:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magentomagik.com/?p=78#comment-139</guid>
		<description>This error was fixed. Simply deleting all the uninstalled shipping module files (carriers/&quot;whatever_old_shipping_carrier_name_here&quot;) from my (core_config_data) database, refreshed the cache. Thus got rid of this error.</description>
		<content:encoded><![CDATA[<p>This error was fixed. Simply deleting all the uninstalled shipping module files (carriers/&#8221;whatever_old_shipping_carrier_name_here&#8221;) from my (core_config_data) database, refreshed the cache. Thus got rid of this error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antony_k</title>
		<link>http://blog.magentomagik.com/adding-new-shipping-module-in-magento/comment-page-1/#comment-137</link>
		<dc:creator>antony_k</dc:creator>
		<pubDate>Thu, 08 Apr 2010 09:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magentomagik.com/?p=78#comment-137</guid>
		<description>I had  add your code to create new shipping module&lt;br&gt;it works fine under System&gt; Configuration &gt; Shipping Methods. But the problem after creating new shipping module when you want to get invoice from sales-&gt;orders it leads to an error page.&lt;br&gt;&lt;br&gt;&lt;br&gt;Please reply a solution immediately</description>
		<content:encoded><![CDATA[<p>I had  add your code to create new shipping module<br />it works fine under System&gt; Configuration &gt; Shipping Methods. But the problem after creating new shipping module when you want to get invoice from sales-&gt;orders it leads to an error page.</p>
<p>Please reply a solution immediately</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magento &#8211; WOW! &#124; web2.0goodies.com</title>
		<link>http://blog.magentomagik.com/adding-new-shipping-module-in-magento/comment-page-1/#comment-65</link>
		<dc:creator>Magento &#8211; WOW! &#124; web2.0goodies.com</dc:creator>
		<pubDate>Wed, 20 Jan 2010 05:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magentomagik.com/?p=78#comment-65</guid>
		<description>[...] I need to make a new shipping method for myhomefurniturestore.com. Fortunatly for me, magentomagick had a great article that had instructions start to finish (except for two details that are mentioned in the comments) [...]</description>
		<content:encoded><![CDATA[<p>[...] I need to make a new shipping method for myhomefurniturestore.com. Fortunatly for me, magentomagick had a great article that had instructions start to finish (except for two details that are mentioned in the comments) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jalexantonyvijay</title>
		<link>http://blog.magentomagik.com/adding-new-shipping-module-in-magento/comment-page-1/#comment-127</link>
		<dc:creator>jalexantonyvijay</dc:creator>
		<pubDate>Fri, 30 Oct 2009 11:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magentomagik.com/?p=78#comment-127</guid>
		<description>I am new for Magento. I don&#039;t know how to run new module in Magento. after add a new module, where we can find the module in magento. Please give the explanation.</description>
		<content:encoded><![CDATA[<p>I am new for Magento. I don&#39;t know how to run new module in Magento. after add a new module, where we can find the module in magento. Please give the explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jalexantonyvijay</title>
		<link>http://blog.magentomagik.com/adding-new-shipping-module-in-magento/comment-page-1/#comment-26</link>
		<dc:creator>jalexantonyvijay</dc:creator>
		<pubDate>Fri, 30 Oct 2009 04:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magentomagik.com/?p=78#comment-26</guid>
		<description>I am new for Magento. I don&#039;t know how to run new module in Magento. after add a new module, where we can find the module in magento. Please give the explanation.</description>
		<content:encoded><![CDATA[<p>I am new for Magento. I don&#39;t know how to run new module in Magento. after add a new module, where we can find the module in magento. Please give the explanation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
