1. Get Base Url :Mage::getBaseUrl();2. Get Skin Url :Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN);(a) Unsecure Skin Url :$this->getSkinUrl('images/imagename.jpg');(b) Secure Skin Url :$this->getSkinUrl('images/imagename.gif', array('_secure'=>true));3. Get Media Url :Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA);4. Get Js Url :Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS);5. Get Store Url :Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB);6. Get Current Url:Mage::helper('core/url')->getCurrentUrl();Get Url in cms pages or static blocks
1. Get Base Url :{{store url=""}}2. Get Skin Url :{{skin url='images/imagename.jpg'}}3. Get Media Url :{{media url='/imagename.jpg'}}4. Get Store Url :{{store url='mypage.html'}}
I am a Magento 2 Certified Developer, and I have more than 10 years of experience in the Magento, PHP, and WordPress sectors. I specialise in backend and frontend Magento module development. In addition, when someone updates their store's products, those will be instantly updated on the destination domain via API. Also, I have developed a Magento multivendor marketplace website. I have developed more than 700 custom modules as per the requirements.
Wednesday, 3 July 2013
Magento Get Base Url , Skin Url , Media Url , Js Url , Store Url and Current Url
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Thanks for your comments.