пятница, 28 сентября 2012 г.

Magento HowTo. Part1

How to

  • Enable/Disable Reviews
    • Manually in Backend
      • System->Configuration->Advanced:Advanced->Disable Modules Output->Mage_Review
        • Enable/Disable
    • In the code (code example):
      • $store = Mage::app()->getStore('davitamon');
      • Mage::getModel('core/config')->saveConfig('advanced/modules_disable_output/Mage_Review', '0' , 'stores', $store->getId());


Комментариев нет:

Отправить комментарий