<?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 Admin &#8211; Techawaken</title>
	<atom:link href="https://www.techawaken.com/tag/magento-1-admin/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 display sub-categories on a Category Page</title>
		<link>https://www.techawaken.com/display-sub-categories-category-page/</link>
				<comments>https://www.techawaken.com/display-sub-categories-category-page/#comments</comments>
				<pubDate>Thu, 19 Nov 2015 18:42:47 +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 Admin]]></category>
		<category><![CDATA[Magento Enterprise 1.x]]></category>
		<category><![CDATA[Sub-Category]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=713</guid>
				<description><![CDATA[<p>In one of my project we had a two level category hierarchy. Clicking on the top level category displayed a promotional banner and the sub-categories. The second level category page displayed the products. In this post we will discuss how we can display the subcategories on a category page. We are not going to create any new module.<p>
<p><strong><span style="text-decoration: underline;">STEP 1:</span> Create a PHTML file</strong></p>
<p>First we create a phtml file <em>{{MAGENTO_ROOT}}\app\design\frontend\rwd\mytheme\template\catalog\category\subcategories.phtml</em></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/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/move-js-file-includes-footer-magento/" rel="bookmark" title="How to move the JS file includes to footer in Magento">How to move the JS file includes to footer in Magento </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/display-sub-categories-category-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
							</item>
		<item>
		<title>How to add a JS or CSS file only on Home page in Magento</title>
		<link>https://www.techawaken.com/add-js-css-file-home-page-magento/</link>
				<comments>https://www.techawaken.com/add-js-css-file-home-page-magento/#respond</comments>
				<pubDate>Fri, 09 Oct 2015 19:01:25 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Home Page]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Admin]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=707</guid>
				<description><![CDATA[In order to optimize the performance of Magento websites it is recommended that you include only the relevant <em><strong>JS</strong></em> Or <em><strong>CSS</strong></em> files on a page. Generally all Magento websites have a slider on home page, so it is good idea to include the slider <em><strong>JS</strong></em> and <em><strong>CSS</strong></em> files only on the home page if none of the other web pages implement a slider.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/magento-serve-css-files-system-file-paths-urls/" rel="bookmark" title="Magento trying serve CSS files using the system file paths instead of URLs">Magento trying serve CSS files using the system file paths instead of URLs </a></li>
<li><a href="https://www.techawaken.com/overwrite-system-xml-file-magento/" rel="bookmark" title="How to overwrite system.xml file in Magento">How to overwrite system.xml file in Magento </a></li>
<li><a href="https://www.techawaken.com/magento-use-web-server-rewrite-set-yes-home-page-loads-pages-give-404-error/" rel="bookmark" title="Magento: After &#8220;Use Web Server Rewrite&#8221; is set to yes, home page loads but other pages give 404 error.">Magento: After &#8220;Use Web Server Rewrite&#8221; is set to yes, home page loads but other pages give 404 error. </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/add-js-css-file-home-page-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>What is the difference between &#8216;base_grand_total&#8217; and &#8216;grand_total&#8217; fields in &#8216;sales_flat_order&#8217; table</title>
		<link>https://www.techawaken.com/difference-base_grand_total-grand_total-fields-sales_flat_order-table/</link>
				<comments>https://www.techawaken.com/difference-base_grand_total-grand_total-fields-sales_flat_order-table/#respond</comments>
				<pubDate>Sat, 18 Jul 2015 12:04:17 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Currency]]></category>
		<category><![CDATA[Grand Total]]></category>
		<category><![CDATA[Magento 1.x Admin]]></category>
		<category><![CDATA[Sales Order]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=691</guid>
				<description><![CDATA[In Magento you can build a multilingual as well as a multi-currency website. In order to facilitate a multi-currency website, Magento asks you to setup <i> [Admin >> System >> Configuration >> General >> Currency Setup]</i> a <b><i>'base currency'</i></b>, a <b><i>'default display currency'</i></b> and <b><i>'allowed currencies'</i></b>. The <b><i>'base currency'</i></b> can be configured at <b><i>global</i></b> level or <b><i>website level</i></b> depending on your catalog settings at <i>Admin >> System >> Configuration >> Catalog >> Catalog >> Price >> Catalog Price Scope</i> while <b><i>'default display currency'</i></b> and <b><i>'allowed currencies'</i></b> can be configured at store view level. <div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/deleting-test-orders-magento/" rel="bookmark" title="Deleting test orders in Magento">Deleting test orders in Magento </a></li>
<li><a href="https://www.techawaken.com/add-sorting-option-sort-date-magento/" rel="bookmark" title="How to add sorting option &#8211; &#8220;Sort by Date&#8221; in Magento">How to add sorting option &#8211; &#8220;Sort by Date&#8221; in Magento </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/difference-base_grand_total-grand_total-fields-sales_flat_order-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to enable/disable the demo store notice in Magento</title>
		<link>https://www.techawaken.com/enabledisable-demo-store-notice-magento/</link>
				<comments>https://www.techawaken.com/enabledisable-demo-store-notice-magento/#respond</comments>
				<pubDate>Sun, 01 Mar 2015 21:08:18 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Demo Store]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Admin]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=665</guid>
				<description><![CDATA[<p>Magento provides a configuration option to help you show a demo store notice when your web store is not yet live and you are just running a demo store.
</p>
<p>
To enable/disable the demo store notice:
<ul>
<li>Log into the Magento Admin</li>
<li>Navigate to System >> Configuration</li>
<li>Select the Design Section</li>
</ul>
</p>

<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<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>
<li><a href="https://www.techawaken.com/enable-magento-profiler-identify-magento-performance-bottlenecks/" rel="bookmark" title="How to enable &#8220;Magento Profiler&#8221; and use it to identify Magento Performance bottlenecks">How to enable &#8220;Magento Profiler&#8221; and use it to identify Magento Performance bottlenecks </a></li>
<li><a href="https://www.techawaken.com/disable-modules-magento/" rel="bookmark" title="How to disable modules in Magento?">How to disable modules in Magento? </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/enabledisable-demo-store-notice-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to change the default sorting on product listing page in Magento?</title>
		<link>https://www.techawaken.com/change-default-sorting-product-listing-page-magento/</link>
				<comments>https://www.techawaken.com/change-default-sorting-product-listing-page-magento/#respond</comments>
				<pubDate>Sun, 21 Sep 2014 19:19:22 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Catalog]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Admin]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Products Listing]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=616</guid>
				<description><![CDATA[In Magento you can change the default sorting attribute for product listing page from Magento admin.

To set the sorting attribute login to Magento admin and follow the following steps:

1. Go to Admin >> System >> Configuration >> Catalog
2. Expand the "Frontend"  Section
3. Make selection from the "Product Listing Sort by" dropdown
4. Click the "Save Config" button.<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/change-logo-image-magento/" rel="bookmark" title="How to change the logo image in Magento">How to change the logo image in Magento </a></li>
<li><a href="https://www.techawaken.com/magento-use-web-server-rewrite-set-yes-home-page-loads-pages-give-404-error/" rel="bookmark" title="Magento: After &#8220;Use Web Server Rewrite&#8221; is set to yes, home page loads but other pages give 404 error.">Magento: After &#8220;Use Web Server Rewrite&#8221; is set to yes, home page loads but other pages give 404 error. </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/change-default-sorting-product-listing-page-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to set/change the position of products in product listing page in Magento?</title>
		<link>https://www.techawaken.com/setchange-position-products-product-listing-page-magento/</link>
				<comments>https://www.techawaken.com/setchange-position-products-product-listing-page-magento/#respond</comments>
				<pubDate>Fri, 29 Aug 2014 13:56:41 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Catalog]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Admin]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Products Listing]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=615</guid>
				<description><![CDATA[In order to promote certain products, you may want to place them at the top in the category product listing page. Lets see how to set/change the position of the products from Magento admin.

To set/change the position of the products proceed as below:

1. Login Magento admin and follow the path Admin >> Catalog >> Manage Categories.
2. Click on a category in the category tree to display the category related information.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/add-1000-products-magento-admin-category-management-interface/" rel="bookmark" title="Cannot add more than 1000 products using Magento admin category management interface">Cannot add more than 1000 products using Magento admin category management interface </a></li>
<li><a href="https://www.techawaken.com/deleting-customer-data-magento/" rel="bookmark" title="Deleting customer data in Magento">Deleting customer data in Magento </a></li>
<li><a href="https://www.techawaken.com/change-logo-image-magento/" rel="bookmark" title="How to change the logo image in Magento">How to change the logo image in Magento </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/setchange-position-products-product-listing-page-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to overwrite system.xml file in Magento</title>
		<link>https://www.techawaken.com/overwrite-system-xml-file-magento/</link>
				<comments>https://www.techawaken.com/overwrite-system-xml-file-magento/#respond</comments>
				<pubDate>Mon, 28 Jul 2014 17:21:41 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Admin]]></category>
		<category><![CDATA[Override]]></category>
		<category><![CDATA[System.xml]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=592</guid>
				<description><![CDATA[At times we need to add new configurations options or modify some option in an existing module, lets see how to do it in this article. Suppose we have to add a new field "Surcharge" to the Payment Method "Cash on Delivery" configuration options and modify the "Instructions" option label to "Message".

To do this we have to create a new module.

1. We create a file "Techawaken_Cod.xml" in folder app\etc\modules\ to declare the module. The content of the file is shown below:

<pre>

&#60;?xml version=&#34;1.0&#34;?&#62;
&#60;config&#62;
&#60;modules&#62;
&#60;Techawaken_Cod&#62;
&#60;active&#62;true&#60;/active&#62;
&#60;codePool&#62;local&#60;/codePool&#62;
&#60;depends&#62;
&#60;Mage_Payment /&#62;
&#60;/depends&#62;
&#60;/Techawaken_Cod&#62;
&#60;/modules&#62;
&#60;/config&#62;

</pre>

<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/disable-modules-magento/" rel="bookmark" title="How to disable modules in Magento?">How to disable modules in Magento? </a></li>
<li><a href="https://www.techawaken.com/disable-local-modules-easily-magento/" rel="bookmark" title="How to disable all local modules easily in Magento">How to disable all local modules easily in Magento </a></li>
<li><a href="https://www.techawaken.com/creating-a-new-magento-admin-theme/" rel="bookmark" title="Overriding Magento admin theme files">Overriding Magento admin theme files </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/overwrite-system-xml-file-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to change the logo image in Magento</title>
		<link>https://www.techawaken.com/change-logo-image-magento/</link>
				<comments>https://www.techawaken.com/change-logo-image-magento/#respond</comments>
				<pubDate>Mon, 21 Jul 2014 18:09:13 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Magento 1.x Admin]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=578</guid>
				<description><![CDATA[Its very easy and simple to change the logo image in Magento. In default Magento theme logo image is picked up from the {{Magento_Root}}/skin/frontend/default/default/images/logo.gif.

One option is to create gif image of you logo and name it logo.gif and upload it in the {{Magento_Root}}/skin/frontend/default/default/images/  folder to overwrite the old logo image file.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/creating-a-new-magento-admin-theme/" rel="bookmark" title="Overriding Magento admin theme files">Overriding Magento admin theme files </a></li>
<li><a href="https://www.techawaken.com/disable-modules-magento/" rel="bookmark" title="How to disable modules in Magento?">How to disable modules in Magento? </a></li>
<li><a href="https://www.techawaken.com/enable-magento-profiler-identify-magento-performance-bottlenecks/" rel="bookmark" title="How to enable &#8220;Magento Profiler&#8221; and use it to identify Magento Performance bottlenecks">How to enable &#8220;Magento Profiler&#8221; and use it to identify Magento Performance bottlenecks </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/change-logo-image-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
