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 117 点赞 1 评论 177 浏览