here some jquery tricks for select button: anyway, i just use following tricks coulpe minutes ago 😀 here we go! /* sort options by text…
Continue reading JQuery: Manipulate Select Button
Leave a CommentIndonesian Magento Developer
here some jquery tricks for select button: anyway, i just use following tricks coulpe minutes ago 😀 here we go! /* sort options by text…
Continue reading JQuery: Manipulate Select Button
Leave a Commentuse this simple script to locate rewrite class print_r(Mage::getConfig()->getNode()->xpath(‘//global//rewrite’)); example result : Array ( [0] => Mage_Core_Model_Config_Element Object ( [layout] => Aitoc_Aitsys_Model_Core_Layout [locale]…
Continue reading Magento: How to Find Rewrite Class?
Leave a Commentlong time no post, this is useful script to get option list of product attribute $attribute = Mage::getSingleton(‘eav/config’)->getAttribute(‘catalog_product’, ‘brand’); if ($attribute->usesSource()) { $options = $attribute->getSource()->getAllOptions(false);…
Continue reading Magento: Get Attribute Options by Attribute Code
Leave a Comment