<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Extending Order object and hooking on event in Magento</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Thu, 11 Mar 2010 16:44:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: STANISLAS Pierre</title>
		<link>http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/comment-page-1/#comment-6108</link>
		<dc:creator>STANISLAS Pierre</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1409#comment-6108</guid>
		<description>Hello , does this code work with 1.3.2.4. ?  I&#039;ve tried the above code without success even with &#039;codePool&#039; in the xml. It seems like  function hookToOrderSaveEvent() is never executed. Can someone please provide a zip of working files ? Thank you.</description>
		<content:encoded><![CDATA[<p>Hello , does this code work with 1.3.2.4. ?  I&#8217;ve tried the above code without success even with &#8216;codePool&#8217; in the xml. It seems like  function hookToOrderSaveEvent() is never executed. Can someone please provide a zip of working files ? Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Powers</title>
		<link>http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/comment-page-1/#comment-3578</link>
		<dc:creator>Lee Powers</dc:creator>
		<pubDate>Tue, 20 Oct 2009 22:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1409#comment-3578</guid>
		<description>In my previous comment:

it&#039;s the XML codePool tag - in the article example the tag is spelled codepool</description>
		<content:encoded><![CDATA[<p>In my previous comment:</p>
<p>it&#8217;s the XML codePool tag &#8211; in the article example the tag is spelled codepool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Powers</title>
		<link>http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/comment-page-1/#comment-3577</link>
		<dc:creator>Lee Powers</dc:creator>
		<pubDate>Tue, 20 Oct 2009 22:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1409#comment-3577</guid>
		<description>The XML (as noted in the article) is incorrect - one character is off in app/etc/modules/Inchoo_HookSystem.xml and causes the whole example to fail:

local

Corrected (note the p):

local

Very annoying! Found it out by comparing with the Magento wiki example: 

http://www.magentocommerce.com/wiki/customizing_magento_using_event-observer_method</description>
		<content:encoded><![CDATA[<p>The XML (as noted in the article) is incorrect &#8211; one character is off in app/etc/modules/Inchoo_HookSystem.xml and causes the whole example to fail:</p>
<p>local</p>
<p>Corrected (note the p):</p>
<p>local</p>
<p>Very annoying! Found it out by comparing with the Magento wiki example: </p>
<p><a href="http://www.magentocommerce.com/wiki/customizing_magento_using_event-observer_method" rel="nofollow">http://www.magentocommerce.com/wiki/customizing_magento_using_event-observer_method</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Tomkiss</title>
		<link>http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/comment-page-1/#comment-3328</link>
		<dc:creator>Chad Tomkiss</dc:creator>
		<pubDate>Fri, 18 Sep 2009 20:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1409#comment-3328</guid>
		<description>It seems that the checkout_onepage_controller_success_action event does not actually run the method.

Have you guys had this problem?

After so much research, every topic uses the same event.

Have refreshed the cache etc, still no luck.

On another note:

http://activecodeline.com/wp-content/uploads/2009/03/magento-events-cheat-sheet.pdf

Good resource for Observer events.

Regards,
Chad</description>
		<content:encoded><![CDATA[<p>It seems that the checkout_onepage_controller_success_action event does not actually run the method.</p>
<p>Have you guys had this problem?</p>
<p>After so much research, every topic uses the same event.</p>
<p>Have refreshed the cache etc, still no luck.</p>
<p>On another note:</p>
<p><a href="http://activecodeline.com/wp-content/uploads/2009/03/magento-events-cheat-sheet.pdf" rel="nofollow">http://activecodeline.com/wp-content/uploads/2009/03/magento-events-cheat-sheet.pdf</a></p>
<p>Good resource for Observer events.</p>
<p>Regards,<br />
Chad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thomas s</title>
		<link>http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/comment-page-1/#comment-2957</link>
		<dc:creator>thomas s</dc:creator>
		<pubDate>Thu, 30 Jul 2009 14:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1409#comment-2957</guid>
		<description>hey branko !! 

cant get it work ... i just create the same module as you , but nothing happen i think the hook didn&#039;t actually work for me ....
is that too much asking of you that you send me your source code for this particular module ?</description>
		<content:encoded><![CDATA[<p>hey branko !! </p>
<p>cant get it work &#8230; i just create the same module as you , but nothing happen i think the hook didn&#8217;t actually work for me &#8230;.<br />
is that too much asking of you that you send me your source code for this particular module ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smivks</title>
		<link>http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/comment-page-1/#comment-2815</link>
		<dc:creator>smivks</dc:creator>
		<pubDate>Wed, 15 Jul 2009 07:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1409#comment-2815</guid>
		<description>Hi,

I can access extra info by using 
{{var order.getExtraInfo().format(&#039;html&#039;)}}.

But problem is that it is in format of serialize and it shows like 

a:2:{s:10:&quot;CreditCard&quot;;s:11:&quot;Master Card&quot;;s:26:&quot;Total Pyament Installments&quot;;s:1:&quot;1&quot;;} 

How to unserialize this for displaying in proper format?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I can access extra info by using<br />
{{var order.getExtraInfo().format(&#8216;html&#8217;)}}.</p>
<p>But problem is that it is in format of serialize and it shows like </p>
<p>a:2:{s:10:&#8221;CreditCard&#8221;;s:11:&#8221;Master Card&#8221;;s:26:&#8221;Total Pyament Installments&#8221;;s:1:&#8221;1&#8243;;} </p>
<p>How to unserialize this for displaying in proper format?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smivks</title>
		<link>http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/comment-page-1/#comment-2814</link>
		<dc:creator>smivks</dc:creator>
		<pubDate>Wed, 15 Jul 2009 07:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1409#comment-2814</guid>
		<description>Hi,
This article helps me a lot and implement successfully.

I use this article to display credit card info (Visa, Master Card and number of installments etc..) in order detail at admin side.

But i also use this information when order email send to the customer.

So how can i access this info in email template.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This article helps me a lot and implement successfully.</p>
<p>I use this article to display credit card info (Visa, Master Card and number of installments etc..) in order detail at admin side.</p>
<p>But i also use this information when order email send to the customer.</p>
<p>So how can i access this info in email template.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Branko Ajzele</title>
		<link>http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/comment-page-1/#comment-2681</link>
		<dc:creator>Branko Ajzele</dc:creator>
		<pubDate>Tue, 30 Jun 2009 07:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1409#comment-2681</guid>
		<description>@QB3RT

Maybe this can help http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once/</description>
		<content:encoded><![CDATA[<p>@QB3RT</p>
<p>Maybe this can help <a href="http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once/" rel="nofollow">http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QB3RT</title>
		<link>http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/comment-page-1/#comment-2680</link>
		<dc:creator>QB3RT</dc:creator>
		<pubDate>Tue, 30 Jun 2009 07:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1409#comment-2680</guid>
		<description>@ Scott,   We are currently doing something similar, to manage products via the API, and the only solution it seems is to extend the API classes/objects themselves (adding your own fields).</description>
		<content:encoded><![CDATA[<p>@ Scott,   We are currently doing something similar, to manage products via the API, and the only solution it seems is to extend the API classes/objects themselves (adding your own fields).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/comment-page-1/#comment-2213</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 30 May 2009 11:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1409#comment-2213</guid>
		<description>Thanks for the great article. We also have added a field to our sales_order table. Any idea how to make a new field searchable via the api?</description>
		<content:encoded><![CDATA[<p>Thanks for the great article. We also have added a field to our sales_order table. Any idea how to make a new field searchable via the api?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogendra Mishra</title>
		<link>http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/comment-page-1/#comment-1669</link>
		<dc:creator>Yogendra Mishra</dc:creator>
		<pubDate>Fri, 08 May 2009 08:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1409#comment-1669</guid>
		<description>Hello,

I found this stuff really nice and I am trying to do the same. Thanks for this  nice article for getting started with my new module and soon I will return with good results. 

Thanks alot</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I found this stuff really nice and I am trying to do the same. Thanks for this  nice article for getting started with my new module and soon I will return with good results. </p>
<p>Thanks alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal Harmon</title>
		<link>http://inchoo.net/ecommerce/magento/extending-order-object-and-hooking-on-event-in-magento/comment-page-1/#comment-1588</link>
		<dc:creator>Neal Harmon</dc:creator>
		<pubDate>Wed, 22 Apr 2009 17:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1409#comment-1588</guid>
		<description>I was looking for a better way to do this (I was going to extend the controller by over-riding the saveOrderAction method). Thanks for taking time to document it Branko!</description>
		<content:encoded><![CDATA[<p>I was looking for a better way to do this (I was going to extend the controller by over-riding the saveOrderAction method). Thanks for taking time to document it Branko!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
