<?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>Jontas &#187; magento admin</title>
	<atom:link href="http://www.f15ijp.com/tag/magento-admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.f15ijp.com</link>
	<description>My digital notepad (notes etc)</description>
	<lastBuildDate>Wed, 28 Dec 2011 18:24:47 +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>Magento Selling clothing (or anyother product with options) while having Magento keep track of stock</title>
		<link>http://www.f15ijp.com/2010/10/26/magento-selling-clothing-or-anoy-other-product-with-options-while-having-magento-keep-track-of-stock/</link>
		<comments>http://www.f15ijp.com/2010/10/26/magento-selling-clothing-or-anoy-other-product-with-options-while-having-magento-keep-track-of-stock/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 11:31:08 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento admin]]></category>
		<category><![CDATA[product]]></category>

		<guid isPermaLink="false">http://www.f15ijp.com/?p=717</guid>
		<description><![CDATA[Creating confugurable products is more work than adding custom attributes but it might be better in some cases (keeping track of stock, having one set of attributes to select from etc). In short the steps needed are Create the attributes that will be configurable by the user &#8211; for our example they will be Size [...]]]></description>
			<content:encoded><![CDATA[<p>Creating confugurable products is more work than <a href="http://www.f15ijp.com/2010/10/25/magento-selling-clothing-or-anoy-other-product-with-options-without-having-magento-keep-track-of-stock/">adding custom attributes</a> but it might be better in some cases (keeping track of stock, having one set of attributes to select from etc).</p>
<p>In short the steps needed are</p>
<ol>
<li>Create the attributes that will be configurable by the user &#8211; for our example they will be Size and Color</li>
<li>Create the attribute set that will be assigned to the variant products &#8211; for our example, we’ll call it “T-shirt”</li>
<li>Create the individual variant products</li>
<li>Create the configurable product, and add the “T-shirt” attribute set</li>
<li>Add the individual variants to this configurable product</li>
</ol>
<p><b>Create the attributes that will be configurable by the user &#8211; for our example they will be Size and Color</b><br />
In the adminpanel this is under Catalog->Attributes->Manage Attributes<br />
Scope needs to be set to Global and Input type to drop down. Once this is done then Use To Create Configurable Product is shown and this should be set to yes. Setting required to yes is a good idea as well.<br />
<a href="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-01-attribute_admin.png"><img src="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-01-attribute_admin-300x224.png" alt="" title="shirt-01-attribute_admin" width="300" height="224" class="alignnone size-medium wp-image-724" /></a><br />
Under label / options create a label (for instance size) and give the different options it can take.<br />
<a href="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-02-attribute_admin.png"><img src="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-02-attribute_admin-300x154.png" alt="" title="shirt-02-attribute_admin" width="300" height="154" class="alignnone size-medium wp-image-721" /></a><br />
Repeat for all attributes you want to create (for instance size and color)</p>
<p><b>Create the attribute set that will be assigned to the variant products &#8211; for our example, we’ll call it &#8220;T-shirt&#8221;</b><br />
Now we’re ready to create an attribute set called “T-shirt” to start using for this product.  Go to “Catalog -> Attributes -> Manage Attribute Sets” and press “Add New Set”.<br />
Give the new set a name and then drag and drop the attributes to the group where you want them to be when creating a product.<br />
<a href="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-03-attribute_admin.png"><img src="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-03-attribute_admin-300x200.png" alt="" title="shirt-03-attribute_admin" width="300" height="200" class="alignnone size-medium wp-image-723" /></a></p>
<p><b>Create the individual variant products</b><br />
Create a product and make sure that you use the attribute set you have created. Add the attributes where you placed them.<br />
<a href="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-04-attribute_admin.png"><img src="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-04-attribute_admin-300x83.png" alt="" title="shirt-04-attribute_admin" width="300" height="83" class="alignnone size-medium wp-image-727" /></a><br />
<a href="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-05-attribute_admin.png"><img src="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-05-attribute_admin-300x37.png" alt="" title="shirt-05-attribute_admin" width="300" height="37" class="alignnone size-medium wp-image-728" /></a><br />
Repeat for all the products you have</p>
<p><b>Create the configurable product, and add the “T-shirt” attribute set</b><br />
<a href="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-06-attribute_admin.png"><img src="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-06-attribute_admin-300x79.png" alt="" title="shirt-06-attribute_admin" width="300" height="79" class="alignnone size-medium wp-image-730" /></a><br />
<a href="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-07-attribute_admin.png"><img src="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-07-attribute_admin-300x178.png" alt="" title="shirt-07-attribute_admin" width="300" height="178" class="alignnone size-medium wp-image-731" /></a></p>
<p><b>Add the individual variants to this configurable product</b><br />
This can be done when the configurable product is created or later on using edit product.<br />
<a href="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-08-attribute_admin.png"><img src="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-08-attribute_admin-300x152.png" alt="" title="shirt-08-attribute_admin" width="300" height="152" class="alignnone size-medium wp-image-733" /></a></p>
<p><b>And then it should look something like this in the shop</b><br />
<a href="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-09-store.png"><img src="http://www.f15ijp.com/wp-content/uploads/2010/10/shirt-09-store-259x300.png" alt="" title="shirt-09-store" width="259" height="300" class="alignnone size-medium wp-image-735" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/10/26/magento-selling-clothing-or-anoy-other-product-with-options-while-having-magento-keep-track-of-stock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Selling clothing (or another product with options) without having Magento keep track of stock</title>
		<link>http://www.f15ijp.com/2010/10/25/magento-selling-clothing-or-anoy-other-product-with-options-without-having-magento-keep-track-of-stock/</link>
		<comments>http://www.f15ijp.com/2010/10/25/magento-selling-clothing-or-anoy-other-product-with-options-without-having-magento-keep-track-of-stock/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 12:41:41 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento admin]]></category>
		<category><![CDATA[product]]></category>

		<guid isPermaLink="false">http://www.f15ijp.com/?p=697</guid>
		<description><![CDATA[Some products have a number of options that are important for the customer to select. Here I show how to make a product with options (color and size) where Magento only sees one product &#8211; so it won&#8217;t it will not be possible to see how many large in red you have from Magento. When [...]]]></description>
			<content:encoded><![CDATA[<p>Some products have a number of options that are important for the customer to select.<br />
Here I show how to make a product with options (color and size) where Magento only sees one product &#8211; so it won&#8217;t it will not be possible to see how many large in red you have from Magento.</p>
<p>When you create a product in the admin panel there is a label Custom Options.<br/><br />
<a href="http://www.f15ijp.com/wp-content/uploads/2010/10/clothing-admin.png"><img src="http://www.f15ijp.com/wp-content/uploads/2010/10/clothing-admin-300x252.png" alt="" title="clothing-admin" width="300" height="252" class="alignnone size-medium wp-image-704" /></a><br />
<br/><br />
Use &#8220;Add new option&#8221; to make the option (color, size or whatnot)<br />
Then for each of the options use add new row to add the deferent values that the option can have.<br />
The column labeled price is for adding a extra cost for a option (if for instance the red shirt should be more expensive).</p>
<p>Then this will look something like this in the store<br />
<a href="http://www.f15ijp.com/wp-content/uploads/2010/10/clothing-store.png"><img class="alignnone size-medium wp-image-707" title="clothing-store" src="http://www.f15ijp.com/wp-content/uploads/2010/10/clothing-store-245x300.png" alt="" width="245" height="300" /></a></p>
<p>Then only down sides I have seen with this is that I have to add the options one time for each of the products (but that is also nice since not all products have the same values) and that Magento will treat this as one single product so I can&#8217;t let Magento manage the stock for this/these products.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/10/25/magento-selling-clothing-or-anoy-other-product-with-options-without-having-magento-keep-track-of-stock/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento: Problem uploading images</title>
		<link>http://www.f15ijp.com/2010/10/11/magento-problem-uploading-images/</link>
		<comments>http://www.f15ijp.com/2010/10/11/magento-problem-uploading-images/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 09:16:26 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento admin]]></category>
		<category><![CDATA[product]]></category>

		<guid isPermaLink="false">http://www.f15ijp.com/?p=680</guid>
		<description><![CDATA[When I was truing to upload images to products in the Magento admin panel I got the following error: SSL Error: Invalid or self-signed certificate while uploading image from backend The way I solved this issue was by setting the timezone on the computer that I was uploading from to the same timezone as the [...]]]></description>
			<content:encoded><![CDATA[<p>When I was truing to upload images to products in the Magento admin panel I got the following error:<br />
<span style="color: #ff0000;">SSL Error: Invalid or self-signed certificate while uploading image from backend</span></p>
<p>The way I solved this issue was by setting the timezone on the computer that I was uploading from to the same timezone as the settings in Magento.</p>
<p>Other suggestions to try out if that don&#8217;t work:</p>
<ul>
<li>If you are using certificate: Verify that it is valid, you have correct domains etc</li>
<li>Set use secure url in admin to false</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/10/11/magento-problem-uploading-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating sitemap(s) in magento</title>
		<link>http://www.f15ijp.com/2010/09/23/creating-sitemaps-in-magento/</link>
		<comments>http://www.f15ijp.com/2010/09/23/creating-sitemaps-in-magento/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 08:46:44 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento admin]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[sitemap.xml]]></category>

		<guid isPermaLink="false">http://www.f15ijp.com/?p=640</guid>
		<description><![CDATA[A sitemap is a xml file that is used by (for instance) search engines to get a better overview of your site. It gives details about what pages exists and how ranks the pages towards themselves. Despite the name the sitemap is not Google specific, it can be used for any search engine, or any [...]]]></description>
			<content:encoded><![CDATA[<p>A sitemap is a xml file that is used by (for instance) search engines to get a better overview of your site. It gives details about what pages exists and how ranks the pages towards themselves.<br />
Despite the name the sitemap is not Google specific, it can be used for any search engine, or any other reason that you need a sitemap.</p>
<h3>Create a folder for the site map and make it writable</h3>
<p>First figure out where to place the sitemap(s) and make that location writable by the webserver.<br />
In a Linux environment this is done from the console this is done like:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> sitemap
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chown</span> admin:www-data sitemap
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> sitemap
<span style="color: #c20cb9; font-weight: bold;">touch</span> sitemap<span style="color: #000000; font-weight: bold;">/</span>index.php</pre></div></div>

<p>The touch index.php will create a empty index file (that keeps the folder from being listed.</p>
<h3>Define a sitemap</h3>
<p>In the admin panel go to &#8220;Catalog->Goolge Sitemap->Add sitemap&#8221;<br />
<a href="http://www.f15ijp.com/wp-content/uploads/2010/09/sitemap.png"><img src="http://www.f15ijp.com/wp-content/uploads/2010/09/sitemap.png" alt="" title="magento_sitemap" width="828" height="146" class="alignleft size-full wp-image-647" /></a><br />
Fill out this form with values that makes sense to you.<br />
<em>Note:</em> If you have sveral stores one website, then all product that are visible on that website is added to the sitemap.</p>
<h3>Make the site map update automatically</h3>
<p>In the admin pangel go to &#8220;System->Configuration->Google sitemap&#8221;<br />
<div id="attachment_648" class="wp-caption alignleft" style="width: 435px"><a href="http://www.f15ijp.com/wp-content/uploads/2010/09/magento_config_sitemap.png"><img src="http://www.f15ijp.com/wp-content/uploads/2010/09/magento_config_sitemap.png" alt="" title="magento_config_sitemap" width="425" height="675" class="size-full wp-image-648" /></a><p class="wp-caption-text">As always, change to values that makes sense to you</p></div></p>
<p>Another (older) way of doing this is described by the guys at <a href="http://inchoo.net/ecommerce/magento/manual-creation-of-google-sitemap-in-magento/">inchoo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/09/23/creating-sitemaps-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Enabling Template/Block Hints in the Admin Panel</title>
		<link>http://www.f15ijp.com/2010/03/17/magento-enabling-templateblock-hints-in-the-admin-panel/</link>
		<comments>http://www.f15ijp.com/2010/03/17/magento-enabling-templateblock-hints-in-the-admin-panel/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 11:14:45 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[hits]]></category>
		<category><![CDATA[magento admin]]></category>

		<guid isPermaLink="false">http://f15ijp.com/?p=402</guid>
		<description><![CDATA[If you would like to turn on Template hits and block names in the admin panel this can be quickly done via the database. INSERT INTO core_config_data &#40;scope, scope_id, path, VALUE&#41; VALUES &#40;'default', 0, 'dev/debug/template_hints', 1&#41;, &#40;'default', 0, 'dev/debug/template_hints_blocks', 1&#41;; Note, don&#8217;t forget to add your prefix if you are using one. To turn this [...]]]></description>
			<content:encoded><![CDATA[<p>If you would like to turn on Template hits and block names in the admin panel this can be quickly done via the database.</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">INSERT</span> <span style="color: #993333; font-weight: bold;">INTO</span> core_config_data <span style="color: #66cc66;">&#40;</span>scope<span style="color: #66cc66;">,</span> scope_id<span style="color: #66cc66;">,</span> path<span style="color: #66cc66;">,</span> <span style="color: #993333; font-weight: bold;">VALUE</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #993333; font-weight: bold;">VALUES</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'default'</span><span style="color: #66cc66;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'dev/debug/template_hints'</span><span style="color: #66cc66;">,</span> <span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">,</span>
<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'default'</span><span style="color: #66cc66;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'dev/debug/template_hints_blocks'</span><span style="color: #66cc66;">,</span> <span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p>Note, don&#8217;t forget to add your prefix if you are using one.</p>
<p><a href="http://f15ijp.com/wp-content/uploads/2010/03/Magentos-administrationsdel_1268824186946.png"><img src="http://f15ijp.com/wp-content/uploads/2010/03/Magentos-administrationsdel_1268824186946-450x235.png" alt="" title="Magento admin panel with hits" width="450" height="235" class="aligncenter size-large wp-image-405" /></a></p>
<p>To turn this off once you are done, either delete these rows from the database, or set the values to 0. (If you set them to 0 you can later reactivate this by just swapping it back to 1, but the insert statement won&#8217;t work any more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/03/17/magento-enabling-templateblock-hints-in-the-admin-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Starting SOAP (adding a user)</title>
		<link>http://www.f15ijp.com/2010/01/27/magento-starting-soap-adding-a-user/</link>
		<comments>http://www.f15ijp.com/2010/01/27/magento-starting-soap-adding-a-user/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 14:00:05 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento admin]]></category>
		<category><![CDATA[soap]]></category>

		<guid isPermaLink="false">http://f15ijp.com/?p=244</guid>
		<description><![CDATA[In order to get SOAP up and running you will need to add a web services user in the admin panel. First add a role for the user. (Roles are used to limit the permissions of the user) System->Web Services->Roles->Add new role Give the role a name Set permissions for the role Then create the [...]]]></description>
			<content:encoded><![CDATA[<p>In order to get SOAP up and running you will need to add a web services user in the admin panel.</p>
<ul>
<lil>First add a role for the user. (Roles are used to limit the permissions of the user)
<ul>
<li>System->Web Services->Roles->Add new role</li>
<li>Give the role a name</li>
<li>Set permissions for the role</li>
</ul>
</li>
<li>Then create the user with these permissions
<ul>
<li>System->Web Services->Users->Add new user</li>
<li>Add information about the user (the API key is the password used for SOAP)</li>
<li>Under roles bind the user with the previously created role</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/01/27/magento-starting-soap-adding-a-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Selling string (cloth or any other item with a decimal value)</title>
		<link>http://www.f15ijp.com/2010/01/24/magento-selling-string-cloth-or-any-other-item-with-a-decimal-value/</link>
		<comments>http://www.f15ijp.com/2010/01/24/magento-selling-string-cloth-or-any-other-item-with-a-decimal-value/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 20:31:44 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento admin]]></category>
		<category><![CDATA[product]]></category>

		<guid isPermaLink="false">http://f15ijp.com/?p=220</guid>
		<description><![CDATA[Some items (such as string, cloth, fluids etc) can be sold in decimal values. This example will show how to sell string in meters (price etc) but where the customer can order any length &#8211; but at least 30 centimeters. In admin->catalog make the string as a product and under inventory set &#8220;Minimum Qty Allowed [...]]]></description>
			<content:encoded><![CDATA[<p>Some items (such as string, cloth, fluids etc) can be sold in decimal values.</p>
<p>This example will show how to sell string in meters (price etc) but where the customer can order any length &#8211; but at least 30 centimeters.</p>
<p>In admin->catalog make the string as a product and under inventory set &#8220;Minimum Qty Allowed in Shopping Cart&#8221; to &#8220;0.3&#8243; and &#8220;Qty Uses Decimals&#8221; to yes. Set up the price as the price per meter.<br />
Also please make sure that the information about the product states that the any length (over 0,3 m) can be ordered and that the price is per meter.</p>
<p>When the customer adds 2.5678 m in the basket, magento will calculate the correct price and show it to the customer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/01/24/magento-selling-string-cloth-or-any-other-item-with-a-decimal-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

