<?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/admin/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>“Session size exceeded allowed session max size” problem solution</title>
		<link>https://www.the-mage-expert.com/1218/magento2-session-size-exceeded-allowed-session-max-size-problem-solution/</link>
		<comments>https://www.the-mage-expert.com/1218/magento2-session-size-exceeded-allowed-session-max-size-problem-solution/#comments</comments>
		<pubDate>Thu, 26 May 2022 08:13:21 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=1218</guid>
		<description><![CDATA[You get the error main.WARNING: Session size of … exceeded allowed session max size of … when adding items to an order in the Magento 2 admin area? There is an easy solution to that problem, just run the following&#8230;]]></description>
				<content:encoded><![CDATA[<p>You get the error <strong>main.WARNING: Session size of … exceeded allowed session max size of …</strong> when adding items to an order in the Magento 2 admin area? There is an easy solution to that problem, just run the following command from your Magento 2 root directory:</p><pre class="crayon-plain-tag">php bin/magento config:set system/security/max_session_size_admin 0</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/1218/magento2-session-size-exceeded-allowed-session-max-size-problem-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the admin route for security reasons</title>
		<link>https://www.the-mage-expert.com/624/magento-changing-admin-route-for-security-reasons/</link>
		<comments>https://www.the-mage-expert.com/624/magento-changing-admin-route-for-security-reasons/#comments</comments>
		<pubDate>Mon, 07 Apr 2014 08:26:45 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=624</guid>
		<description><![CDATA[One step towards making your shop more secure is to change the default admin route from http://www.your-shop.com/admin to something more secure and less guessable. The route must be changed in app/etc/local.xml. [crayon-69eb2ad0631fa/] After adding that to your app/etc/local.xml file, clear&#8230;]]></description>
				<content:encoded><![CDATA[<p>One step towards making your shop more secure is to change the default admin route from <em>http://www.your-shop.com/admin</em> to something more secure and less guessable. The route must be changed in app/etc/local.xml.</p>
<p></p><pre class="crayon-plain-tag">&lt;admin&gt;
    &lt;routers&gt;
        &lt;adminhtml&gt;
            &lt;args&gt;
                &lt;frontName&gt;your-new-backend-route&lt;/frontName&gt;
            &lt;/args&gt;
        &lt;/adminhtml&gt;
    &lt;/routers&gt;
&lt;/admin&gt;</pre><p></p>
<p>After adding that to your app/etc/local.xml file, clear the cache and check if your admin is now available at <em>http://www.your-shop.com/your-new-backend-route</em> instead of <em>http://www.your-shop.com/admin</em>.</p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/624/magento-changing-admin-route-for-security-reasons/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-69eb2ad063c05/]]]></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>Making custom options available in quote in admin area</title>
		<link>https://www.the-mage-expert.com/122/magento-making-custom-options-available-in-quote-admin/</link>
		<comments>https://www.the-mage-expert.com/122/magento-making-custom-options-available-in-quote-admin/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 12:27:18 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[custom options]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=122</guid>
		<description><![CDATA[Sometimes, when adding custom options to a quote in ther admin area, the custom options are not available. To avoid that problem, simply add the custom options to your modules config.xml, like this: [crayon-69eb2ad064482/]]]></description>
				<content:encoded><![CDATA[<p>Sometimes, when adding custom options to a quote in ther admin area, the custom options are not available. To avoid that problem, simply add the custom options to your modules config.xml, like this:</p>
<p></p><pre class="crayon-plain-tag">&lt;global&gt;
    &lt;sales&gt;
        &lt;quote&gt;
            &lt;item&gt;
                &lt;product_attributes&gt;
                    &lt;custom_product_attribute1/&gt;
                    &lt;custom_product_attribute2/&gt;
                &lt;/product_attributes&gt;
            &lt;/item&gt;
        &lt;/quote&gt;
    &lt;/sales&gt;
&lt;/global&gt;</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/122/magento-making-custom-options-available-in-quote-admin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
