magento 获取当前store的信息 // Gets the current store's details$store= Mage::app()->getStore(); // Gets the current store's id$storeId= Mage::app()->getStore()->getStoreId(); // Gets the current store's code$st Magento 2023-09-05 156 点赞 2 评论 236 浏览