<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #12795 / Custom Product Attributes not showing up in Price</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=5944</link>
        <description><![CDATA[<strong>Posted:</strong> 2009-04-14 15:19:24<br/><strong>Category:</strong> Categories<br/><strong>Version:</strong> 1.3.0<br/><strong>Priority:</strong> normal<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/130174/">vligard</a></strong><br/><br/>Problem description:<br />
<br />
When working with pricing rules, the custom attributes will not show up in the list of product attribute conditions. This is true whther one works with 'Catalog Price Rules' or 'Shopping Cart Price Rules'<br />
<br />
Temporary Solution (for those who cannot wait for a bug fix):<br />
All product atributes are stored in the table 'eav_attribute'<br />
<br />
Find the custom attribute in the table and set the field is_used_for_price_rules=1<br />
<br />
Now, go back to Catalog Price Rules, and it will diplay in the dropdown box.<br />
<br />
Not, sure bu there might be some other requirements for the attribute to display (like the attribute is of the correct type (dropdown, multiselect, etc) or visible is set to 1)<br />
<br />
Run this query:<br />
UPDATE `eav_attribute` SET `is_used_for_price_rules` = '1' WHERE `entity_type_id` = 4;<br />
<br />
(Do a select first to make sure the where clause is right)<br />
<br />
Recommended Permanent Fix:<br />
<br />
This field 'is_used_for_price_rules' in the table 'eav_attributes' either needs to be set to 1 when a new attribute is added, or it needs to be displayed under Catalog -&gt; Attributes -&gt; Manage Attributes in the Admin Panel so that a user can manually set it to 1.<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: Custom Product Attributes not showing up in Price</title>
        <description><![CDATA[<em>#1 / Comment by Magento Team</em><br/><br/>Hello vligard,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
        </channel>
</rss>