Magento xml レイアウトまたは構成ファイルでは、ifconfig をタグのパラメーターとして記述して、このような条件を適用できます。
<action method="addLink" translate="label title" module="contacts" ifconfig="contacts/contacts/enabled">
<label>Contact Us</label>
<url>contacts</url>
<title>Contact Us</title>
<prepare>true</prepare>
</action>
この関数の ifconfig 代替を見つけようとしていました
Mage::getStoreConfig($path,Mage::app()->getStore());
ifconfigにパスとともにストア条件を含めることができるようにします。どんな助けでも大歓迎です。