Public Member Functions | |
getProductAttributes () | |
getTotalModels () | |
Public Attributes | |
const | XML_PATH_QUOTE_PRODUCT_ATTRIBUTES = 'global/sales/quote/item/product_attributes' |
Definition at line 28 of file Config.php.
getProductAttributes | ( | ) |
Definition at line 32 of file Config.php.
00033 { 00034 $attributes = Mage::getConfig()->getNode(self::XML_PATH_QUOTE_PRODUCT_ATTRIBUTES)->asArray(); 00035 return array_keys($attributes); 00036 }
getTotalModels | ( | ) |
const XML_PATH_QUOTE_PRODUCT_ATTRIBUTES = 'global/sales/quote/item/product_attributes' |
Definition at line 30 of file Config.php.