<?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>Magento 1.x Community &#8211; Techawaken</title>
	<atom:link href="https://www.techawaken.com/tag/magento-1-community/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techawaken.com</link>
	<description>Techawaken shares articles and experience in PHP, MySql, Magento,Joomla, Wordpress, JQuery, Javascript etc.</description>
	<lastBuildDate>Thu, 14 Apr 2016 14:09:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to get low stock product notifications in Magento?</title>
		<link>https://www.techawaken.com/stock-product-notifications-magento/</link>
				<comments>https://www.techawaken.com/stock-product-notifications-magento/#comments</comments>
				<pubDate>Mon, 15 Feb 2016 13:57:37 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Inventory]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Admin]]></category>
		<category><![CDATA[Magento 1.x Community]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Stock]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=742</guid>
				<description><![CDATA[<p>Magento provides RSS feed for low inventory alerts. Lets us discuss how to subscribe to the feed.</p>
<p>First we need to set up the inventory level of a product at which it will be considered as low stock.
    <ol>
        <li>Login to admin and navigate to System >> Configuration</li>
         <li>Scroll down to the Catalog tab and click the Inventory section to open it. Now expand the 'Product Stock Options' section.</li>
         <li>Set Manage Stock as 'Yes' and add a value for 'Notify for Quantity Below', save the configuration. Note that you do not set 'Notify for Quantity Below' as 0 as it disables the RSS feed.</li>
    </ol>
</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/setchange-position-products-product-listing-page-magento/" rel="bookmark" title="How to set/change the position of products in product listing page in Magento?">How to set/change the position of products in product listing page in Magento? </a></li>
<li><a href="https://www.techawaken.com/find-position-product-magento-category/" rel="bookmark" title="How to find the position of a product in a Magento category">How to find the position of a product in a Magento category </a></li>
<li><a href="https://www.techawaken.com/change-default-sorting-product-listing-page-magento/" rel="bookmark" title="How to change the default sorting on product listing page in Magento?">How to change the default sorting on product listing page in Magento? </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/stock-product-notifications-magento/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
							</item>
		<item>
		<title>How to display the CMS static blocks on a page in Magento</title>
		<link>https://www.techawaken.com/display-cms-static-blocks-page-magento/</link>
				<comments>https://www.techawaken.com/display-cms-static-blocks-page-magento/#respond</comments>
				<pubDate>Sun, 20 Dec 2015 11:56:13 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[CMS Static Block]]></category>
		<category><![CDATA[Layout Update]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Admin]]></category>
		<category><![CDATA[Magento 1.x Community]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=728</guid>
				<description><![CDATA[<p>In Magento you can create CMS static block from Admin by following the path: <strong><em>Admin >> CMS >> Static Blocks.</em></strong></p>

<p>Lets see how we can display them on the frontend.</p>

<p><strong>1. Using Layout updates</strong></p>
<p>You can add layout updates in local.xml file for a page as shown below:</p>

<pre>

&#60;reference name=&#34;right&#34;&#62;
     &#60;block type=&#34;cms/block&#34; name=&#34;your_block_name&#34; before=&#34;-&#34;&#62;
         &#60;action method=&#34;setBlockId&#34;&#62;
             &#60;block_id&#62;your_block_identifier&#60;/block_id&#62;
         &#60;/action&#62;
     &#60;/block&#62;
&#60;/reference&#62;

</pre>



<p>You can enter these layout updates in Magento admin also - Categories, Products, CMS Pages provide a field for "Custom Layout Update".</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/display-products-category-cms-static-block/" rel="bookmark" title="How to display products from a category in a CMS static block">How to display products from a category in a CMS static block </a></li>
<li><a href="https://www.techawaken.com/display-sub-categories-category-page/" rel="bookmark" title="How to display sub-categories on a Category Page">How to display sub-categories on a Category Page </a></li>
<li><a href="https://www.techawaken.com/add-js-css-file-home-page-magento/" rel="bookmark" title="How to add a JS or CSS file only on Home page in Magento">How to add a JS or CSS file only on Home page in Magento </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/display-cms-static-blocks-page-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to find the position of a product in a Magento category</title>
		<link>https://www.techawaken.com/find-position-product-magento-category/</link>
				<comments>https://www.techawaken.com/find-position-product-magento-category/#respond</comments>
				<pubDate>Fri, 11 Dec 2015 18:41:18 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Category]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Community]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>
		<category><![CDATA[Position]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=727</guid>
				<description><![CDATA[<p>In Magento you can set the position of the products in a category from Magento admin by following the path <em>Admin &#62;&#62; Catalog &#62;&#62; Categories &#62;&#62; Manage Categories &#62;&#62; Edit a category &#62;&#62; Set the position of the products in the "<strong>Category Products</strong>" tab</em>.<p>
<p>
Let see how we can find the position of a product on the product detail page:
</p>
<pre>

$catId = Mage::registry('current_product')-&#62;getCategoryId();
$category = Mage::getModel('catalog/category')-&#62;load($catId);
$productPositions = Mage::getResourceModel('catalog/category')-&#62;getProductsPosition($category); // This returns all product ids with their position
echo $productPositions[$_product-&#62;getId()]; //Print the product postion

</pre>

<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/setchange-position-products-product-listing-page-magento/" rel="bookmark" title="How to set/change the position of products in product listing page in Magento?">How to set/change the position of products in product listing page in Magento? </a></li>
<li><a href="https://www.techawaken.com/changing-position-text-default-sort-by-dropdown-product-listing-page-magento/" rel="bookmark" title="Changing the &#8220;Position&#8221; text to &#8220;Default&#8221; in the &#8220;Sort By&#8221; dropdown on product listing page in Magento">Changing the &#8220;Position&#8221; text to &#8220;Default&#8221; in the &#8220;Sort By&#8221; dropdown on product listing page in Magento </a></li>
<li><a href="https://www.techawaken.com/display-sub-categories-category-page/" rel="bookmark" title="How to display sub-categories on a Category Page">How to display sub-categories on a Category Page </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/find-position-product-magento-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Magento Enterprise Edition vs Magento Community Edition &#8211; Which one to use?</title>
		<link>https://www.techawaken.com/magento-enterprise-edition-magento-community-edition-use/</link>
				<comments>https://www.techawaken.com/magento-enterprise-edition-magento-community-edition-use/#respond</comments>
				<pubDate>Wed, 25 Nov 2015 17:55:33 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Community]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=720</guid>
				<description><![CDATA[<p><strong>Magento</strong> is one of the most popular <em><strong>Open Source e-commerce software</strong></em>. It was initially released in <em>March 31, 2008</em> by <em>Varien Inc.</em> It is a PHP based software, uses Zend Framework and the proprietary "Varien" libraray.</p>
<p><strong>Magento is a free as well as a paid software</strong> - How? It depends upon which Magento verision you are using - <em><strong>Magento Community Edition (CE)</strong></em> or the <em><strong>Magento Enterprise Edition (EE)</strong></em>. But now the question comes - Why will I pay if I can get it for free? The answer is <em>"Great things come for a fee"</em>. Actuallay <em>Magneto CE</em> is as good as <em>Magento EE</em>. It all depends on you needs, business size and how much are you ready to invest.</p><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/setchange-position-products-product-listing-page-magento/" rel="bookmark" title="How to set/change the position of products in product listing page in Magento?">How to set/change the position of products in product listing page in Magento? </a></li>
<li><a href="https://www.techawaken.com/display-products-category-cms-static-block/" rel="bookmark" title="How to display products from a category in a CMS static block">How to display products from a category in a CMS static block </a></li>
<li><a href="https://www.techawaken.com/changing-position-text-default-sort-by-dropdown-product-listing-page-magento/" rel="bookmark" title="Changing the &#8220;Position&#8221; text to &#8220;Default&#8221; in the &#8220;Sort By&#8221; dropdown on product listing page in Magento">Changing the &#8220;Position&#8221; text to &#8220;Default&#8221; in the &#8220;Sort By&#8221; dropdown on product listing page in Magento </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/magento-enterprise-edition-magento-community-edition-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
