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