标签: magento
我需要知道如何获取活跃的Magento商店名称。我正在使用它但没有结果:
Mage::app()->getStore()->getIsActive()->getName();
答案 0 :(得分:1)
/*It displays the current store name*/ echo Mage::app()->getStore()->getName();