<?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>Chris Norton &#187; magento</title>
	<atom:link href="http://www.chnorton.com.au/tag/magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chnorton.com.au</link>
	<description>A blog about software engineering, web development, education and my otaku interests.</description>
	<lastBuildDate>Tue, 07 Dec 2010 11:45:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Magento Certification</title>
		<link>http://www.chnorton.com.au/2009/06/23/magento-certification/</link>
		<comments>http://www.chnorton.com.au/2009/06/23/magento-certification/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 15:35:13 +0000</pubDate>
		<dc:creator>Chris Norton</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.chnorton.com.au/?p=335</guid>
		<description><![CDATA[Earlier tonight I completed &#8211; and passed &#8211; the Magento Certification Test, thus becoming a certified Magento developer. I must say the test was not nearly as easy as I thought it would be. The questions are multiple choice but use checkboxes rather than radio buttons. Quite a few of the questions were either obscure, [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier tonight I completed &#8211; and passed &#8211; the Magento Certification Test, thus becoming a certified Magento developer. I must say the test was not nearly as easy as I thought it would be. The questions are multiple choice but use checkboxes rather than radio buttons. Quite a few of the questions were either obscure, had an ambiguous question or answers or relied entirely on terminology which I wouldn&#8217;t consider to be standard in any way. Thankfully, it appears that if you have spent an unreasonable amount of time working on Magento code, as I have, then passing is not impossible. I&#8217;d be interested to know what other people thought of it! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.chnorton.com.au/2009/06/23/magento-certification/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Magento Failings</title>
		<link>http://www.chnorton.com.au/2009/02/04/magento-failings/</link>
		<comments>http://www.chnorton.com.au/2009/02/04/magento-failings/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 13:58:03 +0000</pubDate>
		<dc:creator>Chris Norton</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.chnorton.com.au/?p=312</guid>
		<description><![CDATA[I seem to be constantly bemused and irritated by some of the things that I find, or find missing, in my dealings with Magento. Some of these are simple code quirks, such as spelling mistakes in code that are repeated elsewhere by necessity (what does the variable $accress do?), others are amusing comments (&#8220;TODO: ask [...]]]></description>
			<content:encoded><![CDATA[<p>I seem to be constantly bemused and irritated by some of the things that I find, or find missing, in my dealings with Magento.</p>
<p><span id="more-312"></span>Some of these are simple code quirks, such as spelling mistakes in code that are repeated elsewhere by necessity (what does the variable $accress do?), others are amusing comments (&#8220;TODO: ask Moshe about this&#8221;). Most irritating are the features that one might expect, based upon what is already there, but that don&#8217;t exist &#8211; being able to restrict user access based on store for example.</p>
<p>One thing that I&#8217;ve spent a bit of time working on lately is being able to sort products by their average rating. It seems to me that, if you have a rating system and the rating is displayed on products, then it would make sense that you&#8217;d be able to sort by those ratings. Apparently not.</p>
<p>Whilst I do hope that some of these major annoyances will be fixed in the future, a part of me also hopes they don&#8217;t as it will mean all the work that I&#8217;ve put into them will be rendered meaningless! What would be really nice would be if Varien accepted patches for Magento. That way we wouldn&#8217;t to expend even more time trying to &#8220;extensionise&#8221; something that should be in the core system anyway.</p>
<p>Magento as a product continues to progress but sometimes I wish the community had more involvement in direction and helping it move forward.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chnorton.com.au/2009/02/04/magento-failings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Magento&#8217;s admin panel</title>
		<link>http://www.chnorton.com.au/2009/01/23/fixing-magentos-admin-panel/</link>
		<comments>http://www.chnorton.com.au/2009/01/23/fixing-magentos-admin-panel/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 02:43:33 +0000</pubDate>
		<dc:creator>Chris Norton</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.chnorton.com.au/?p=306</guid>
		<description><![CDATA[Problem with your Magento admin panel? Try this brute force solution.]]></description>
			<content:encoded><![CDATA[<p>Several times now I have had issues with the Magento admin panel not working as expected. In almost all of these cases the solution has been to simply upload all the core code files again, overwriting what&#8217;s there. This is about as brute force an approach as I can imagine &#8211; using a hammer instead of a surgeon&#8217;s knife if you will &#8211; but it seems to do the job in most instances. I recommend doing this as one of your first troubleshooting steps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chnorton.com.au/2009/01/23/fixing-magentos-admin-panel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Happy New Year 2009</title>
		<link>http://www.chnorton.com.au/2009/01/01/happy-new-year-2009/</link>
		<comments>http://www.chnorton.com.au/2009/01/01/happy-new-year-2009/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 12:47:56 +0000</pubDate>
		<dc:creator>Chris Norton</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[fontis]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://www.chnorton.com.au/?p=289</guid>
		<description><![CDATA[I hope everyone reading this blog a very happy and safe new year and I wish you all the best in 2009. My 2008 turned out to be a pretty great year in general so I&#8217;m eager to see what 2009 brings. With a couple large jobs already underway, a new version of Magento just [...]]]></description>
			<content:encoded><![CDATA[<p>I hope everyone reading this blog a very happy and safe new year and I wish you all the best in 2009.</p>
<p><span id="more-289"></span>My 2008 turned out to be a pretty great year in general so I&#8217;m eager to see what 2009 brings. With a couple large jobs already underway, a new version of Magento just released and a lot of personal projects begging to be either completed or just started, it looks like it will certainly be busy!</p>
<p>One change is that I most likely will not be continuing my role as a project supervisor at Melbourne University, thus ending my three year run there. It was fun but full time work is too demanding on my time and far, far less frustrating. Although there are some good people at the uni, I honestly feel that the whole place is going to the dogs and that some of the people in power really don&#8217;t have any idea what they&#8217;re doing. Particularly disturbing is when people teaching engineering lack any kind of engineering skill.</p>
<p>I do look forward to having some time to do some work updating and expanding the range of Fontis Magento extensions. 2008 was the first year I made a real contribution to an open source product and I feel a great sense of achievement for having done so. Overall responses to our extensions have been positive and I have been thanked for quite a few people for releasing Australian extensions. I&#8217;d like to say a big thank you in return &#8211; I truly appreciate hearing that the work that I and my colleagues at Fontis have done is helpful to people.</p>
<p>One of my new year&#8217;s resolutions is to post here more frequently, and hopefully I&#8217;ll end up following through on it. It does require a fair amount of dedication to write stuff regularly.</p>
<p>Here&#8217;s again to a fantastic 2009!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chnorton.com.au/2009/01/01/happy-new-year-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Imitation is the sincerest form of flattery</title>
		<link>http://www.chnorton.com.au/2008/12/10/imitation-is-the-sincerest-form-of-flattery/</link>
		<comments>http://www.chnorton.com.au/2008/12/10/imitation-is-the-sincerest-form-of-flattery/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 06:38:20 +0000</pubDate>
		<dc:creator>Chris Norton</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[payment]]></category>

		<guid isPermaLink="false">http://www.chnorton.com.au/?p=283</guid>
		<description><![CDATA[It seems a new extension has been released on Magento Connect that provides integration with SecurePay&#8217;s SecureXML payment gateway. I find this rather interesting as this extension is commercial, at a fairly substantial cost of $175, and provides the same integration as an extension I created back in September! Why would anyone create an extension [...]]]></description>
			<content:encoded><![CDATA[<p>It seems <a href="http://www.magentocommerce.com/extension/697" rel="external nofollow">a new extension</a> has been released on Magento Connect that provides integration with SecurePay&#8217;s SecureXML payment gateway. I find this rather interesting as this extension is commercial, at a fairly substantial cost of $175, and provides the same integration as <a href="http://www.magentocommerce.com/extension/452/fontis-securepay" rel="external">an extension I created</a> back in September! Why would anyone create an extension that has already been released <em>for free</em>, then attempt to charge money for it?</p>
<p>I&#8217;d like to know if anyone actually forks out money for this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chnorton.com.au/2008/12/10/imitation-is-the-sincerest-form-of-flattery/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fontis WYSIWYG Available</title>
		<link>http://www.chnorton.com.au/2008/10/28/fontis-wysiwyg-available/</link>
		<comments>http://www.chnorton.com.au/2008/10/28/fontis-wysiwyg-available/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 08:15:05 +0000</pubDate>
		<dc:creator>Chris Norton</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[fontis]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.chnorton.com.au/?p=276</guid>
		<description><![CDATA[Quick shout out to alert readers that the Fontis WYSIWYG is now available. Download it here. The extension currently provides TinyMCE and FCKeditor and will let you choose which one you&#8217;d like to use, as well as which admin pages you&#8217;d like it displayed on. There are a number of features that we intend on [...]]]></description>
			<content:encoded><![CDATA[<p>Quick shout out to alert readers that the Fontis WYSIWYG is now available. <a href="http://www.magentocommerce.com/extension/reviews/module/586/fontis-wysiwyg-editor">Download it here.</a></p>
<p><span id="more-276"></span>The extension currently provides TinyMCE and FCKeditor and will let you choose which one you&#8217;d like to use, as well as which admin pages you&#8217;d like it displayed on. There are a number of features that we intend on adding in in the future but, for now, this should provide you with the essentials.</p>
<p>I wasn&#8217;t actually involved in the creation of this extension but it&#8217;s certainly something that we&#8217;re all quite excited to have released! WYSIWYG is something that I believe Magento should already include by default, so we finally have a simple solution to the problem. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chnorton.com.au/2008/10/28/fontis-wysiwyg-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Australia extension &#8211; now with postcode autosuggest!</title>
		<link>http://www.chnorton.com.au/2008/10/27/australia-extension-now-with-postcode-autosuggest/</link>
		<comments>http://www.chnorton.com.au/2008/10/27/australia-extension-now-with-postcode-autosuggest/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 07:40:01 +0000</pubDate>
		<dc:creator>Chris Norton</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[fontis]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.chnorton.com.au/?p=271</guid>
		<description><![CDATA[I have just uploaded a long overdue update to the Fontis Australia extension. The big new feature is that it actually uses the postcode database that has been in there for the few versions! When entering the city in an address, such as when editing your address book or during checkout, you should now be [...]]]></description>
			<content:encoded><![CDATA[<p>I have just uploaded a long overdue update to the Fontis Australia extension. The big new feature is that it actually uses the postcode database that has been in there for the few versions! When entering the city in an address, such as when editing your address book or during checkout, you should now be prompted to select from a list of cities matching the text entered, along with the states and postcodes for those cities. Selecting one will fill out the state and postcode fields accordingly.</p>
<p><span id="more-271"></span>Here are some screenshots of the process in action:<br />
<div id="attachment_272" class="wp-caption alignnone" style="width: 310px"><a href="http://www.chnorton.com.au/wp-content/uploads/2008/10/step1.png"><img src="http://www.chnorton.com.au/wp-content/uploads/2008/10/step1-300x251.png" alt="Selecting a locality" title="step1" width="300" height="251" class="size-medium wp-image-272" /></a><p class="wp-caption-text">Selecting a locality</p></div></p>
<div id="attachment_273" class="wp-caption alignnone" style="width: 310px"><a href="http://www.chnorton.com.au/wp-content/uploads/2008/10/step2.png"><img src="http://www.chnorton.com.au/wp-content/uploads/2008/10/step2-300x161.png" alt="Final result" title="step2" width="300" height="161" class="size-medium wp-image-273" /></a><p class="wp-caption-text">Final result</p></div>
<p>Please note that this is still using an older version of the locality database, which has the locality names in uppercase. The latest version of the database has localities properly capitalised. Also note that this will obviously only work when Australia is selected as the country.</p>
<p>I think this is pretty nifty little feature and hope others get something out of it as well. Let me know what you think in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chnorton.com.au/2008/10/27/australia-extension-now-with-postcode-autosuggest/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Westpac PayWay extension</title>
		<link>http://www.chnorton.com.au/2008/09/10/westpac-payway-extension/</link>
		<comments>http://www.chnorton.com.au/2008/09/10/westpac-payway-extension/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 07:23:30 +0000</pubDate>
		<dc:creator>Chris Norton</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.chnorton.com.au/?p=248</guid>
		<description><![CDATA[On Monday I released the Fontis Westpac PayWay payment gateway integration extension. Since the set up for this extension is bit more involved than some of the others I thought I&#8217;d post some more detailed instructions on how to get it up and running. Installation Install extension through Magento Connect. Create var/log/ directory and make [...]]]></description>
			<content:encoded><![CDATA[<p>On Monday I released the <a href="http://www.magentocommerce.com/extension/506" rel="external nofollow">Fontis Westpac PayWay</a> payment gateway integration extension. Since the set up for this extension is bit more involved than some of the others I thought I&#8217;d post some more detailed instructions on how to get it up and running.</p>
<p><span id="more-248"></span><br />
<h3>Installation</h3>
<ol>
<li>Install extension through Magento Connect.</li>
<li>Create var/log/ directory and make it world writable.</li>
<li>Log in to PayWay.</li>
<li>Go to Setup API -> Security. This page will provide you with the username and password to enter into the extension configuration.<br />
<a href="http://www.chnorton.com.au/wp-content/uploads/2008/09/payway-security-information.gif"><img src="http://www.chnorton.com.au/wp-content/uploads/2008/09/payway-security-information-300x177.gif" alt="" title="payway-security-information" width="300" height="177" class="alignnone size-medium wp-image-252" /></a></li>
<li>Add the IP address for your server to the access list. (You can get this by making a test transaction and recording the rejected address shown in the error message.)</li>
<li>Go to Setup API -> Certificate.<br />
<a href="http://www.chnorton.com.au/wp-content/uploads/2008/09/payway-certificate-details.gif"><img src="http://www.chnorton.com.au/wp-content/uploads/2008/09/payway-certificate-details-300x163.gif" alt="" title="payway-certificate-details" width="300" height="163" class="alignnone size-medium wp-image-253" /></a></li>
<li>Set &#8220;Choose your API Technology&#8221; to &#8220;PHP&#8221; and click &#8220;Go&#8221;.</li>
<li>Click &#8220;Download PHP Certificate&#8221; and save the file somewhere.</li>
<li>Upload this file to a location off the main Magento directory. By default the extension will look for the file var/certs/ccapi.pem but this is configurable.</li>
<li>Go to the Magento Admin Panel and to System -> Configuration -> Payment Methods.<br />
<a href="http://www.chnorton.com.au/wp-content/uploads/2008/09/magento-admin-payment-methods1.png"><img src="http://www.chnorton.com.au/wp-content/uploads/2008/09/magento-admin-payment-methods1-214x300.png" alt="" title="magento-admin-payment-methods1" width="214" height="300" class="alignnone size-medium wp-image-259" /></a></li>
<li>Enter merchant ID, username and password into extension settings.</li>
<li>Ensure the extension is enabled and that the certificate setting has the correct pathname for the file you uploaded previously.</li>
</ol>
<h3>Usage</h3>
<p>Usage is just like other credit card modules &#8211; the customer enters their credit card details during checkout. These details are then sent to the PayWay gateway and processed when the customer clicks &#8220;Place Order&#8221; at the end of checkout.</p>
<p>Hopefully this provides you with enough information to get it running on your site. If you have any problems or feedback, please leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chnorton.com.au/2008/09/10/westpac-payway-extension/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>One Year of Magento</title>
		<link>http://www.chnorton.com.au/2008/09/01/one-year-of-magento/</link>
		<comments>http://www.chnorton.com.au/2008/09/01/one-year-of-magento/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 03:42:12 +0000</pubDate>
		<dc:creator>Chris Norton</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.chnorton.com.au/?p=246</guid>
		<description><![CDATA[Shortly after the first anniversary of Magento, I noticed today that it&#8217;s been a year since I signed up for an account on the Magento site. Go figure!]]></description>
			<content:encoded><![CDATA[<p>Shortly after the <a href="http://www.magentocommerce.com/blog/comments/happy-birthday-magento-turns-1/">first anniversary of Magento</a>, I noticed today that it&#8217;s been a year since I signed up for an account on the Magento site. Go figure!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chnorton.com.au/2008/09/01/one-year-of-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Australian Extension updated for Magento 1.1</title>
		<link>http://www.chnorton.com.au/2008/08/18/australian-extension-updated-for-magento-11/</link>
		<comments>http://www.chnorton.com.au/2008/08/18/australian-extension-updated-for-magento-11/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 13:38:42 +0000</pubDate>
		<dc:creator>Chris Norton</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[fontis]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.chnorton.com.au/?p=244</guid>
		<description><![CDATA[The latest version (0.8) of the Fontis Australia Extension has been uploaded to Magento Connect. From my testing, there wasn&#8217;t anything that needed to be changed for compatibility with 1.1 &#8211; the minor changes were just functionality tweaks. When using the Australia Post shipping module please keep in mind the following: Remember to set the [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version (0.8) of the <a href="http://www.magentocommerce.com/extension/141/fontis-australia-extension">Fontis Australia Extension</a> has been uploaded to Magento Connect. From my testing, there wasn&#8217;t anything that needed to be changed for compatibility with 1.1 &#8211; the minor changes were just functionality tweaks.</p>
<p><span id="more-244"></span>When using the Australia Post shipping module please keep in mind the following:</p>
<ul>
<li>Remember to set the product weight unit accordingly.</li>
<li>Shipping is limited to items under 20kg. This is a limitation of the Australia Post service itself.</li>
<li>The shipping origin must be in Australia.</li>
</ul>
<p>Otherwise it won&#8217;t turn up on the frontend.</p>
<p>I tested the extension as a whole with both an upgraded copy of 1.1.3 and a clean install of the same. Let me know if there are any problems.</p>
<p>There seems to be a minor issue with the info block for direct deposit not turning on the right-hand side of the one page checkout process so this will hopefully be fixed soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chnorton.com.au/2008/08/18/australian-extension-updated-for-magento-11/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

