Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要知道如何获取活动的 Magento 商店名称。我正在使用它但没有结果:
Mage::app()->getStore()->getIsActive()->getName();
/*It displays the current store name*/ echo Mage::app()->getStore()->getName();