如何使自定义属性可比(脚本)

时间:2014-04-23 07:16:51

标签: magento magento-1.7 magento-1.8

Code in my Setup.php

'compare_field_freegift' => 
array (
'group' => 'Gift Product',
'label' => 'Gift Inside',
'type'  => 'int',
'note'  => 'Comparing product field(Yes/No)',
'input' => 'boolean',
'global'=> Mage_Catalog_Model_Resource_Eav_Attribute::SCOPE_STORE,
'visible' => 1,
'required' => 1,
'user_defined' => 0,
'searchable' => 0,
'filterable' => 0,
'comparable' => 1,//Comparable on Front-end
'apply_to' => 'simple,configurable,downloadable',
'visible_on_front'  => 1,
'visible_in_advanced_search' => 0,
'unique' => 0
)

除了制作字段'可比较的' - > True之外,一切正常。 我试过' true'' 1'还有1,但它不会来。

0 个答案:

没有答案