문제

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?

도움이 되었습니까?

해결책

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);
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top