Frage

My frontend url and backend url isn't the same.

example,

Frontend : http://magento.com/

Backend : http://my.magento.com/

then,

How to get the Frontend base url from Backend?

War es hilfreich?

Lösung

I don't have a store with customized admin area URL but I guess this shall work:

Mage::app()->getStore($storeId)->getBaseUrl(Mage_Core_Model_Store::URL_TYPE_LINK);
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top