<?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>Decrypt Web &#187; Magento</title>
	<atom:link href="http://blog.decryptweb.com/tag/magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.decryptweb.com</link>
	<description>Open Source Web Solutions</description>
	<lastBuildDate>Fri, 20 Jan 2012 11:21:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Website ID from Store Group ID in Magento</title>
		<link>http://blog.decryptweb.com/website-from-store-group-magento/</link>
		<comments>http://blog.decryptweb.com/website-from-store-group-magento/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 10:34:17 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Group]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[Store]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=346</guid>
		<description><![CDATA[Hello All, I am posting here code for fetching website information from Store Group Id. Also useful code showing relations between Stores, Groups and Websites.]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/website-from-store-group-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax in Magento</title>
		<link>http://blog.decryptweb.com/ajax-in-magento/</link>
		<comments>http://blog.decryptweb.com/ajax-in-magento/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 12:59:00 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Get]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Post]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=331</guid>
		<description><![CDATA[There are some instances when we are required to use Ajax features in Magento. Prototype javascript library used in Magento has inbuilt functionality for Ajax. I am describing here the basic method to use ajax. I have used version 1.6.0.0 of Magento. I am using the existing Contacts module for explanation, you can make any [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/ajax-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Root Category in Magento</title>
		<link>http://blog.decryptweb.com/root-category-in-magento/</link>
		<comments>http://blog.decryptweb.com/root-category-in-magento/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 08:26:45 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Catalog]]></category>
		<category><![CDATA[Category]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=328</guid>
		<description><![CDATA[In Magento, products are assigned to Website, though we can disable the product in independent store, but this is very lengthy procedure as you need to edit each and every products. So I came up with the solution to restrict the display of categories and products, though if you assign different Root Catalog to different [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/root-category-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Order Profit column in Magento</title>
		<link>http://blog.decryptweb.com/order-profit-column-magento/</link>
		<comments>http://blog.decryptweb.com/order-profit-column-magento/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 09:44:42 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[Sales]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=326</guid>
		<description><![CDATA[I am explaining here the way to add a Profit column in Order grid seen in admin-end This column will show the profit gained per order (i.e, the difference between Cost and Selling Price) 1) Copy the app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php file to app/code/local/Mage/Adminhtml/Block/Sales/Order/Grid.php, by maintaining the directory structure 2) There is a protected function _prepareColumns, kindly paste [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/order-profit-column-magento/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Custom Email Templates in Magento</title>
		<link>http://blog.decryptweb.com/custom-email-templates-magento/</link>
		<comments>http://blog.decryptweb.com/custom-email-templates-magento/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 12:16:16 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=321</guid>
		<description><![CDATA[Hello, I am explaining here the method for sending custom emails using the custom email templates with variables. 1) Create an email template from Admin-end > System > Transactional Emails, for example lets put this as Template Content 2) Suppose the id of the template created is 3 3) Below code you can write in [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/custom-email-templates-magento/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Empty Cart in Magento</title>
		<link>http://blog.decryptweb.com/empty-cart-magento/</link>
		<comments>http://blog.decryptweb.com/empty-cart-magento/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 09:39:44 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Catalog]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=319</guid>
		<description><![CDATA[In one of my project, I needed to explicity delete the items from cart after order placed. You can also use this script for making a functionlity for giving an option for empting the cart at once from cart page. Here is the script for the same. Place it in function &#8216;successAction&#8217; in app\code\local\Mage\Checkout\controllers\OnepageController.php (copy [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/empty-cart-magento/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Grid filters in Magento</title>
		<link>http://blog.decryptweb.com/grid-filters-magento/</link>
		<comments>http://blog.decryptweb.com/grid-filters-magento/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 08:43:09 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[grid]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=308</guid>
		<description><![CDATA[Since last few days I am working on a custom admin module, and was required to make a functionality related to Filters. The functionality was such that I needed to fetch the filters inserted in the Grid, that is if we are searching records with names like &#8216;john&#8217;, so here &#8216;john&#8217; will be filter. Now [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/grid-filters-magento/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Country and States in Magento</title>
		<link>http://blog.decryptweb.com/country-and-states-magento/</link>
		<comments>http://blog.decryptweb.com/country-and-states-magento/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 14:34:21 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Country]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[States]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=306</guid>
		<description><![CDATA[Hello All, Magento has inbuilt model for Country and State as seen in Checkout page. In checkout page if you select Country like &#8216;France&#8217; , a drop down will be seen in place of textbox for States. I am writing here the code to directly get country name from ID and also to get States [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/country-and-states-magento/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Disable &#8216;Billing Agreements&#8217; and &#8216;Recurring Profiles&#8217; in Magento</title>
		<link>http://blog.decryptweb.com/disable-billing-agreements-and-recurring-profiles-in-magento/</link>
		<comments>http://blog.decryptweb.com/disable-billing-agreements-and-recurring-profiles-in-magento/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 07:52:02 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=303</guid>
		<description><![CDATA[Hello All , From the new functionalities introduced from Magento 1.4.1.0 , two are &#8216;Billing Agreements&#8217; and &#8216;Recurring Profiles&#8217; Sad thing is that this cannot be disabled from admin completly. For hiding the links from the navigation in &#8216;My Account&#8217; section of Customer, you can copy billing_agreement.xml and recurring_profile.xml from /app/design/frontend/base/default/layout/sales/ to /app/design/frontend/default/yourtheme/layout/sales/. After copying [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/disable-billing-agreements-and-recurring-profiles-in-magento/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Email Addresses in Magento</title>
		<link>http://blog.decryptweb.com/email-addresses-in-magento/</link>
		<comments>http://blog.decryptweb.com/email-addresses-in-magento/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 13:40:21 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=299</guid>
		<description><![CDATA[In Magento in adminend (Adminend > System > Configuration > Store Email Addresses) we have a section for storing various store email addresses used in sections like Orders,Sales etc Sometime need arises to get the values of these fields in our custom script I am writing here the script to get these values Hope its [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/email-addresses-in-magento/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

