<?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>Creating Custom Sourced Multiselect Product Attribute | Subesh Pokhrel&#039;s Blog - Magento Development Tips,PHP,Google Maps</title>
	<atom:link href="http://subesh.com.np/2010/01/creating-custom-sourced-multiselect-product-attribute/feed/" rel="self" type="application/rss+xml" />
	<link>http://subesh.com.np/2010/01/creating-custom-sourced-multiselect-product-attribute/</link>
	<description>PHP &#38; Magento Tips &#38; Tutorials</description>
	<lastBuildDate>Wed, 04 Aug 2010 07:24:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Creating Custom Sourced Multiselect Product Attribute | Subesh Pokhrel&#039;s Blog - Magento Development Tips,PHP,Google Maps</title>
		<link>http://subesh.com.np/2010/01/creating-custom-sourced-multiselect-product-attribute/comment-page-1/#comment-436</link>
		<dc:creator>pablo</dc:creator>
		<pubDate>Sat, 10 Jul 2010 19:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=179#comment-436</guid>
		<description>If I understand correctly you are creating a new db table (model) with custom columns. Then you are using the rows as options for a multiselect attribute?

Will this work with the Flat Product table? Does Magento knows how to use my custom table to cache the options? 
When editing the custom table, will it reflect in the flat table?

Thanks</description>
		<content:encoded><![CDATA[<p>If I understand correctly you are creating a new db table (model) with custom columns. Then you are using the rows as options for a multiselect attribute?</p>
<p>Will this work with the Flat Product table? Does Magento knows how to use my custom table to cache the options?<br />
When editing the custom table, will it reflect in the flat table?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Creating Custom Sourced Multiselect Product Attribute | Subesh Pokhrel&#039;s Blog - Magento Development Tips,PHP,Google Maps</title>
		<link>http://subesh.com.np/2010/01/creating-custom-sourced-multiselect-product-attribute/comment-page-1/#comment-433</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Thu, 08 Jul 2010 09:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=179#comment-433</guid>
		<description>Hi,
Thanks voor this snippet..
There&#039;s only one problem for me..
When I&#039;m trying to edit a product with the new attribute I get an error from magento which says &#039;Warning: include(Mage\Attributes\Model\Backend\Option.php) [function.include]: failed to open stream: No such file or directory&#039;
So it&#039;s trying to open from the folder Mage\..
And not from the folder where I put the source in. 
That folders is called Bestsellers\..

I hope you can help me with this..
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks voor this snippet..<br />
There&#8217;s only one problem for me..<br />
When I&#8217;m trying to edit a product with the new attribute I get an error from magento which says &#8216;Warning: include(Mage\Attributes\Model\Backend\Option.php) [function.include]: failed to open stream: No such file or directory&#8217;<br />
So it&#8217;s trying to open from the folder Mage\..<br />
And not from the folder where I put the source in.<br />
That folders is called Bestsellers\..</p>
<p>I hope you can help me with this..<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Creating Custom Sourced Multiselect Product Attribute | Subesh Pokhrel&#039;s Blog - Magento Development Tips,PHP,Google Maps</title>
		<link>http://subesh.com.np/2010/01/creating-custom-sourced-multiselect-product-attribute/comment-page-1/#comment-426</link>
		<dc:creator>custom product labels</dc:creator>
		<pubDate>Sun, 13 Jun 2010 10:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=179#comment-426</guid>
		<description>The source is really great.</description>
		<content:encoded><![CDATA[<p>The source is really great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Creating Custom Sourced Multiselect Product Attribute | Subesh Pokhrel&#039;s Blog - Magento Development Tips,PHP,Google Maps</title>
		<link>http://subesh.com.np/2010/01/creating-custom-sourced-multiselect-product-attribute/comment-page-1/#comment-331</link>
		<dc:creator>Subesh Pokhrel</dc:creator>
		<pubDate>Mon, 08 Mar 2010 15:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=179#comment-331</guid>
		<description>Do you have myAttr attribute already added in the attribute list? Please check.

After that please change myAttr to my_attr and its dependent code. This might just help you.</description>
		<content:encoded><![CDATA[<p>Do you have myAttr attribute already added in the attribute list? Please check.</p>
<p>After that please change myAttr to my_attr and its dependent code. This might just help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Creating Custom Sourced Multiselect Product Attribute | Subesh Pokhrel&#039;s Blog - Magento Development Tips,PHP,Google Maps</title>
		<link>http://subesh.com.np/2010/01/creating-custom-sourced-multiselect-product-attribute/comment-page-1/#comment-330</link>
		<dc:creator>Julio</dc:creator>
		<pubDate>Mon, 08 Mar 2010 15:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=179#comment-330</guid>
		<description>I did everything but i getting SQLSTATE[42S22]: Column not found: 1054 Unknown column &#039;e.myAttr&#039; in fieldlist</description>
		<content:encoded><![CDATA[<p>I did everything but i getting SQLSTATE[42S22]: Column not found: 1054 Unknown column &#8216;e.myAttr&#8217; in fieldlist</p>
]]></content:encoded>
	</item>
</channel>
</rss>
