<?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>The Magento Expert</title>
	<atom:link href="https://www.the-mage-expert.com/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.the-mage-expert.com</link>
	<description>Your Magento Commerce Expert</description>
	<lastBuildDate>Tue, 24 Jan 2023 09:37:24 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.6</generator>
	<item>
		<title>&#8220;Reset password&#8221; page empty after installing SUPEE-6788</title>
		<link>https://www.the-mage-expert.com/1047/magento-reset-password-page-empty-after-installing/</link>
		<comments>https://www.the-mage-expert.com/1047/magento-reset-password-page-empty-after-installing/#comments</comments>
		<pubDate>Thu, 10 Mar 2016 10:15:08 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=1047</guid>
		<description><![CDATA[If the password reset page is emtpy after you installed the Magento security patch SUPEE-6788, the problem is most likely to be found in the customer.xml file. Open the customer.xml file of your theme and replace customer_account_resetpassword with customer_account_changeforgotten. The&#8230;]]></description>
				<content:encoded><![CDATA[<p>If the password reset page is emtpy after you installed the Magento security patch SUPEE-6788, the problem is most likely to be found in the customer.xml file.</p>
<p>Open the customer.xml file of your theme and replace <strong>customer_account_resetpassword</strong> with <strong>customer_account_changeforgotten</strong>.</p>
<p>The block has to be replaced as well. Replace <strong>customer/account_resetpassword</strong> with <strong>customer/account_changeforgotten</strong></p>
<p>That&#8217;s it! Clear the cache and see if you get the correct password reset page now.</p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/1047/magento-reset-password-page-empty-after-installing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing block from cache</title>
		<link>https://www.the-mage-expert.com/683/magento-remove-block-from-cache/</link>
		<comments>https://www.the-mage-expert.com/683/magento-remove-block-from-cache/#comments</comments>
		<pubDate>Wed, 01 Oct 2014 14:05:30 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=683</guid>
		<description><![CDATA[To remove a certain block from the Magento cache, use the below code. [crayon-6a7abf9c206e9/]]]></description>
				<content:encoded><![CDATA[<p>To remove a certain block from the Magento cache, use the below code.</p>
<p></p><pre class="crayon-plain-tag">&lt;reference name=&quot;name.of.the.block&quot;&gt;
    &lt;action method=&quot;setCacheLifetime&quot;&gt;&lt;s&gt;null&lt;/s&gt;&lt;/action&gt;
&lt;/reference&gt;</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/683/magento-remove-block-from-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing the breadcrumb navigation on all pages</title>
		<link>https://www.the-mage-expert.com/390/magento-removing-breadcrumb-navigation-on-all-pages/</link>
		<comments>https://www.the-mage-expert.com/390/magento-removing-breadcrumb-navigation-on-all-pages/#comments</comments>
		<pubDate>Thu, 08 Aug 2013 07:13:57 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[breadcrumbs]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=390</guid>
		<description><![CDATA[Create a local copy of \app\design\frontend\base\default\layout\page.xml and remove or comment the following line: [crayon-6a7abf9c2bc10/]]]></description>
				<content:encoded><![CDATA[<p>Create a local copy of <em>\app\design\frontend\base\default\layout\page.xml</em> and remove or comment the following line:</p>
<p></p><pre class="crayon-plain-tag">&lt;block type=&quot;page/html_breadcrumbs&quot; name=&quot;breadcrumbs&quot; as=&quot;breadcrumbs&quot;/&gt;</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/390/magento-removing-breadcrumb-navigation-on-all-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding comments to fields in admin area</title>
		<link>https://www.the-mage-expert.com/332/magento-adding-comments-to-fields-admin-area/</link>
		<comments>https://www.the-mage-expert.com/332/magento-adding-comments-to-fields-admin-area/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 11:44:51 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=332</guid>
		<description><![CDATA[It is possible and helpful to add comments to the Magento admin fields. Take a look at the following picture: To add a field and a comment, open your modules system.xml and add the below XML: [crayon-6a7abf9c2c079/]]]></description>
				<content:encoded><![CDATA[<p>It is possible and helpful to add comments to the Magento admin fields. Take a look at the following picture:</p>
<p><a href="http://www.the-mage-expert.com/wp-content/uploads/2013/04/magento_adding_comments_admin_panel.png" rel="lightbox[332]"><img src="http://www.the-mage-expert.com/wp-content/uploads/2013/04/magento_adding_comments_admin_panel-300x24.png" alt="Magento - Adding comments to fields in admin area" width="300" height="24" class="aligncenter size-medium wp-image-333" /></a></p>
<p>To add a field and a comment, open your modules <em>system.xml</em> and add the below XML:</p>
<p></p><pre class="crayon-plain-tag">&lt;some_thing translate=&quot;label&quot;&gt;
    &lt;label&gt;Test&lt;/label&gt;
    &lt;frontend_type&gt;text&lt;/frontend_type&gt;
    &lt;sort_order&gt;0&lt;/sort_order&gt;
    &lt;show_in_default&gt;1&lt;/show_in_default&gt;
    &lt;show_in_website&gt;1&lt;/show_in_website&gt;
    &lt;show_in_store&gt;1&lt;/show_in_store&gt;
    &lt;comment&gt;Thats a comment!&lt;/comment&gt;
&lt;some_thing&gt;</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/332/magento-adding-comments-to-fields-admin-area/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the front name of a route programmatically</title>
		<link>https://www.the-mage-expert.com/58/magento-getting-frontname-of-route-programmatically/</link>
		<comments>https://www.the-mage-expert.com/58/magento-getting-frontname-of-route-programmatically/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 11:47:08 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[config.xml]]></category>
		<category><![CDATA[route]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=58</guid>
		<description><![CDATA[Use the ollowing code to get a routes front name: [crayon-6a7abf9c2c4ad/] The code will return &#8220;config&#8221;, if you add the following XML to your modules config.xml: [crayon-6a7abf9c2c502/]]]></description>
				<content:encoded><![CDATA[<p>Use the ollowing code to get a routes front name:</p>
<p></p><pre class="crayon-plain-tag">// will display &quot;config&quot;
$frontName = (string)Mage::getConfig()-&gt;getNode('frontend/routers/whatever/args/frontName');</pre><p></p>
<p>The code will return &#8220;config&#8221;, if you add the following XML to your modules config.xml:</p><pre class="crayon-plain-tag">&lt;frontend&gt;
        &lt;routers&gt;
            &lt;whatever&gt;
                &lt;use&gt;standard&lt;/use&gt;
                &lt;args&gt;
                    &lt;module&gt;Company_Module&lt;/module&gt;
                    &lt;frontName&gt;config&lt;/frontName&gt;
                &lt;/args&gt;
            &lt;/whatever&gt;
        &lt;/routers&gt;
&lt;/frontend&gt;</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/58/magento-getting-frontname-of-route-programmatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
