magento
시스템 구성에서 상점 이름 및 기타 세부 사항 가져 오기
수색…
현재 스토어 뷰의 프론트 엔드 이름 가져 오기
Mage::app()->getStore()->getFrontendName();
현재 상점 ID 가져 오기
Mage::app()->getStore()->getStoreId();
현재 상점 코드 가져 오기
Mage::app()->getStore()->getCode();
이것은 매장 코드를 반환합니다. 예를 들어, 'en'은 영어로 설정되고 'id'가 아닌 점포 번호를 나타내며 숫자 ID는 아닙니다.
저장소보기 사용 여부 결정
Mage::app()->getStore()->getIsActive();
현재 상점의 웹 사이트 ID 가져 오기
Mage::app()->getStore()->getWebsiteId();
현재 상점 모델 가져 오기
Mage::app()->getStore();
Mage_Core_Model_Store
인스턴스를 반환합니다.
상점의 그룹 이름 가져 오기
Mage::app()->getStore()->getGroup()->getName()
Magento의 모든 상점을 찾으십시오.
Mage::app()->getStores();
Mage_Core_Model_Store
모델의 배열을 Mage_Core_Model_Store
.
Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow