Magento
Magento: get store information
In magento a website can have multiple stores if you require information like: store id, store code, store name, etc. You can do this with the following code: Get store data array:: Get store ID: Get store code: Get website ID of store: Get store name: Check if store is Read more…