Recherche…


Obtenir le nom de l'interface pour la vue du magasin en cours

Mage::app()->getStore()->getFrontendName();

Obtenir l'ID du magasin actuel

Mage::app()->getStore()->getStoreId();

Obtenir le code de magasin actuel

Mage::app()->getStore()->getCode();

Cela renvoie le code magasin, par exemple "en" pour une vitrine configurée pour l'anglais et appelée "en", et non l'identifiant numérique.

Déterminer si la vue magasin est activée

Mage::app()->getStore()->getIsActive();

Obtenir l'identifiant du site pour le magasin actuel

Mage::app()->getStore()->getWebsiteId();

Obtenez le modèle de magasin actuel

Mage::app()->getStore();

Retourne une instance de Mage_Core_Model_Store

Obtenir le nom du groupe pour le magasin

Mage::app()->getStore()->getGroup()->getName()

Obtenez tous les magasins Magento

Mage::app()->getStores();

Retourne un tableau de modèles Mage_Core_Model_Store .



Modified text is an extract of the original Stack Overflow Documentation
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow