Banner Image
Banner Image
Banner Image

Magento Get URL on php and phtml pages -Magento URL Function

With the below code you can get all the Magento URL related methods like Base URL, Skin URL, Unsecure Skin URL, Media URL, Js URL, Store URL, Current URL, Store Page URL, Store Page URL without slash

1. Get Base Url :

[sourcecode language=”php”]Mage::getBaseUrl();[/sourcecode]

2. Get Skin Url :

[sourcecode language=”php”]Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN);[/sourcecode]

(a) Unsecure Skin Url :

[sourcecode language=”php”]$this->getSkinUrl(‘images/imagename.jpg’);[/sourcecode]

(b) Secure Skin Url :
[sourcecode language=”php”]$this->getSkinUrl(‘images/imagename.gif’, array(‘_secure’=>true));[/sourcecode]

3. Get Media Url :

[sourcecode language=”php”]Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA);[/sourcecode]

4. Get Js Url :

[sourcecode language=”php”]Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_JS);[/sourcecode]

5. Get Store Url :

[sourcecode language=”php”]Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB);[/sourcecode]

6. Get Current Url
[sourcecode language=”php”]Mage::helper(‘core/url’)->getCurrentUrl();[/sourcecode]

Get Url in cms pages or static blocks

1. Get Base Url :

[sourcecode language=”php”]{{store url=""}}[/sourcecode]

2. Get Skin Url :

[sourcecode language=”php”]{{skin url=’images/imagename.jpg’}}[/sourcecode]

3. Get Media Url :
[sourcecode language=”php”]{{media url=’/imagename.jpg’}}[/sourcecode]

4. Get Store Page Url :

[sourcecode language=”php”]{{store url=’contacts’}}[/sourcecode]

5. Get Store Page URL Direct link without “/”

[sourcecode language=”php”]{{store direct_url="my-page.html"}}[/sourcecode]

Blog

27/10/2025
The Rise of Atlas Browser: Why More Users Are Switching to a Privacy-First Web
In today’s digital world, almost everything we do — from searching for information to online…
24/10/2025
Understanding WordPress: A Simple Guide for Beginners in 2025
If you’ve ever wondered how people build websites without knowing how to code, the answer…
15/10/2025
Building a Robust eCommerce Website with Magento: A Complete Guide by Sharesoft
In today’s fast-moving digital world, building a strong online presence is more than just having…
11/10/2025
Why Custom Shopify Website Development Is the Key to Building a Scalable eCommerce Brand
Introduction: The Rise of Shopify in Modern eCommerce In today’s fast-paced digital marketplace, where customer…

Stay Ahead in Digital Innovation

Looking for expert tips, industry insights, and strategies to boost your digital presence? Subscribe to Sharesoft Technology’s weekly LinkedIn newsletter!