最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > Magento > Magento教程 >

在 Magento 获取商店和网站的信息

时间:2014-08-02 17:59来源:未知 作者:最模板zuimoban 点击:
很多时候,它需要一个程序员来访问存储信息像存储 id 或存储状态,存储名称、 网站 id、 网站名称等。 这些方法将有助于获取的当前存储区和在 Magento 网站的详细信息。 1234567891011
很多时候,它需要一个程序员来访问存储信息像存储 id 或存储状态,存储名称、 网站 id、 网站名称等。
 
 
这些方法将有助于获取的当前存储区和在 Magento 网站的详细信息。
 
 
 
/*Get Store*/
echo Mage::app()->getStore();
 
/*Store Id*/
echo Mage::app()->getStore()->getStoreId();
 
/*Store Name*/
echo Mage::app()->getStore()->getName();
 
/*Store code*/
echo Mage::app()->getStore()->getCode();
 
/*Store is Active*/
echo Mage::app()->getStore()->getIsActive();
 
/*Store Home Url*/
echo Mage::app()->getStore()->getHomeUrl();
 
/*Website Id*/
echo Mage::app()->getStore()->getWebsiteId();
 
/*Website Name*/
echo Mage::app()->getStore()->getWebsiteName();
希望 !它将帮助。
(责任编辑:最模板)
------分隔线----------------------------
栏目列表
推荐内容