<?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: EntityExtender &#8211; Extend all Magento entity objects at once</title>
	<atom:link href="http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once/feed" rel="self" type="application/rss+xml" />
	<link>http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once</link>
	<description>Blog site of Branko Ajzele, web application developer.</description>
	<lastBuildDate>Thu, 09 Sep 2010 17:45:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Binod Luitel</title>
		<link>http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once/comment-page-1#comment-4626</link>
		<dc:creator>Binod Luitel</dc:creator>
		<pubDate>Mon, 01 Mar 2010 16:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=774#comment-4626</guid>
		<description>Hello Branko,&lt;br&gt;Nice posting there but I want to do something different in the Magento. I want to add a different entity attribute sets for administrator users in magento database. i.e. I am creating different user groups for administrators say seller. Seller are required to register through the front end and then are able to add their own products but are restricted to create categories. i.e. they are given access to backend after registration for adding products and other limited access privilege. And they are allowed to setup their own profile page like &lt;a href=&quot;http://domainName.com/newSeller&quot; rel=&quot;nofollow&quot;&gt;http://domainName.com/newSeller&lt;/a&gt;. So I want to be able to add different entity sets for administrator users. Any idea will be greatly appreciated. Looking forward for your response. Thanks.</description>
		<content:encoded><![CDATA[<p>Hello Branko,<br />Nice posting there but I want to do something different in the Magento. I want to add a different entity attribute sets for administrator users in magento database. i.e. I am creating different user groups for administrators say seller. Seller are required to register through the front end and then are able to add their own products but are restricted to create categories. i.e. they are given access to backend after registration for adding products and other limited access privilege. And they are allowed to setup their own profile page like <a href="http://domainName.com/newSeller" rel="nofollow">http://domainName.com/newSeller</a>. So I want to be able to add different entity sets for administrator users. Any idea will be greatly appreciated. Looking forward for your response. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthieu</title>
		<link>http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once/comment-page-1#comment-4507</link>
		<dc:creator>Matthieu</dc:creator>
		<pubDate>Wed, 04 Nov 2009 21:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=774#comment-4507</guid>
		<description>Sorry to re-post. I found why the new property didn&#039;t appear. It was a syntax problem.  Please, forget my previous post.&lt;br&gt;&lt;br&gt;So, my problem is, now, that I can add a property to an order but I can&#039;t add one to shipment. The install (mysql) file doesn&#039;t add the line in the database concerning the shipment, even if shipment is part of eav_entity_type ans has a code. &lt;br&gt;&lt;br&gt;I changed it directly in the database but do you know why it doesn&#039;t create a new property for shipment ? In order to do it cleaner...&lt;br&gt;&lt;br&gt;Thanks</description>
		<content:encoded><![CDATA[<p>Sorry to re-post. I found why the new property didn&#39;t appear. It was a syntax problem.  Please, forget my previous post.</p>
<p>So, my problem is, now, that I can add a property to an order but I can&#39;t add one to shipment. The install (mysql) file doesn&#39;t add the line in the database concerning the shipment, even if shipment is part of eav_entity_type ans has a code. </p>
<p>I changed it directly in the database but do you know why it doesn&#39;t create a new property for shipment ? In order to do it cleaner&#8230;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthieu</title>
		<link>http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once/comment-page-1#comment-4506</link>
		<dc:creator>Matthieu</dc:creator>
		<pubDate>Wed, 04 Nov 2009 17:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=774#comment-4506</guid>
		<description>Hi,&lt;br&gt;Your explanation on how to add properties to magento entities was very useful, for me. I found my new properties in the database, including the _catalog_product one. &lt;br&gt;Unfortunately, I was hoping the new property would appear in the Order object when I use the api, with sales_order.info service. But it doesn&#039;t. &lt;br&gt;What can I do to get it in my Order object retrieved from the API ? &lt;br&gt;&lt;br&gt;Thanks in advance,</description>
		<content:encoded><![CDATA[<p>Hi,<br />Your explanation on how to add properties to magento entities was very useful, for me. I found my new properties in the database, including the _catalog_product one. <br />Unfortunately, I was hoping the new property would appear in the Order object when I use the api, with sales_order.info service. But it doesn&#39;t. <br />What can I do to get it in my Order object retrieved from the API ? </p>
<p>Thanks in advance,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthieu</title>
		<link>http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once/comment-page-1#comment-4414</link>
		<dc:creator>Matthieu</dc:creator>
		<pubDate>Wed, 04 Nov 2009 14:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=774#comment-4414</guid>
		<description>Sorry to re-post. I found why the new property didn&#039;t appear. It was a syntax problem.  Please, forget my previous post.&lt;br&gt;&lt;br&gt;So, my problem is, now, that I can add a property to an order but I can&#039;t add one to shipment. The install (mysql) file doesn&#039;t add the line in the database concerning the shipment, even if shipment is part of eav_entity_type ans has a code. &lt;br&gt;&lt;br&gt;I changed it directly in the database but do you know why it doesn&#039;t create a new property for shipment ? In order to do it cleaner...&lt;br&gt;&lt;br&gt;Thanks</description>
		<content:encoded><![CDATA[<p>Sorry to re-post. I found why the new property didn&#39;t appear. It was a syntax problem.  Please, forget my previous post.</p>
<p>So, my problem is, now, that I can add a property to an order but I can&#39;t add one to shipment. The install (mysql) file doesn&#39;t add the line in the database concerning the shipment, even if shipment is part of eav_entity_type ans has a code. </p>
<p>I changed it directly in the database but do you know why it doesn&#39;t create a new property for shipment ? In order to do it cleaner&#8230;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthieu</title>
		<link>http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once/comment-page-1#comment-4413</link>
		<dc:creator>Matthieu</dc:creator>
		<pubDate>Wed, 04 Nov 2009 10:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=774#comment-4413</guid>
		<description>Hi,&lt;br&gt;Your explanation on how to add properties to magento entities was very useful, for me. I found my new properties in the database, including the _catalog_product one. &lt;br&gt;Unfortunately, I was hoping the new property would appear in the Order object when I use the api, with sales_order.info service. But it doesn&#039;t. &lt;br&gt;What can I do to get it in my Order object retrieved from the API ? &lt;br&gt;&lt;br&gt;Thanks in advance,</description>
		<content:encoded><![CDATA[<p>Hi,<br />Your explanation on how to add properties to magento entities was very useful, for me. I found my new properties in the database, including the _catalog_product one. <br />Unfortunately, I was hoping the new property would appear in the Order object when I use the api, with sales_order.info service. But it doesn&#39;t. <br />What can I do to get it in my Order object retrieved from the API ? </p>
<p>Thanks in advance,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once/comment-page-1#comment-4399</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=774#comment-4399</guid>
		<description>Good Job. I have a quick question. I&#039;m trying to extend Virtual Product type. What would be the best approach for this? I want a lightweight version of catalog_product without all the unnecessary attributes. I basically just want a name,sku, and price to be able to add it to the shopping cart.</description>
		<content:encoded><![CDATA[<p>Good Job. I have a quick question. I&#39;m trying to extend Virtual Product type. What would be the best approach for this? I want a lightweight version of catalog_product without all the unnecessary attributes. I basically just want a name,sku, and price to be able to add it to the shopping cart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: branko</title>
		<link>http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once/comment-page-1#comment-4095</link>
		<dc:creator>branko</dc:creator>
		<pubDate>Tue, 28 Jul 2009 10:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=774#comment-4095</guid>
		<description>@Alma

Appreciate the feedback. Thnx.</description>
		<content:encoded><![CDATA[<p>@Alma</p>
<p>Appreciate the feedback. Thnx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: branko</title>
		<link>http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once/comment-page-1#comment-5565</link>
		<dc:creator>branko</dc:creator>
		<pubDate>Tue, 28 Jul 2009 10:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=774#comment-5565</guid>
		<description>@Alma

Appreciate the feedback. Thnx.</description>
		<content:encoded><![CDATA[<p>@Alma</p>
<p>Appreciate the feedback. Thnx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alma</title>
		<link>http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once/comment-page-1#comment-4094</link>
		<dc:creator>Alma</dc:creator>
		<pubDate>Tue, 28 Jul 2009 10:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=774#comment-4094</guid>
		<description>Everything works fine...I hadn&#039;t change the rights for the sql file to be executed...
Thnx for sharing Branko :)</description>
		<content:encoded><![CDATA[<p>Everything works fine&#8230;I hadn&#8217;t change the rights for the sql file to be executed&#8230;<br />
Thnx for sharing Branko <img src='http://activecodeline.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alma</title>
		<link>http://activecodeline.com/entityextender-extend-all-magento-entity-objects-at-once/comment-page-1#comment-5564</link>
		<dc:creator>Alma</dc:creator>
		<pubDate>Tue, 28 Jul 2009 10:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=774#comment-5564</guid>
		<description>Everything works fine...I hadn&#039;t change the rights for the sql file to be executed...
Thnx for sharing Branko :)</description>
		<content:encoded><![CDATA[<p>Everything works fine&#8230;I hadn&#8217;t change the rights for the sql file to be executed&#8230;<br />
Thnx for sharing Branko <img src='http://activecodeline.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
