Magento – Get URL Paths for Skin, Media, JS, Base & Store URL
Tips to get Magento URL paths of skin, Media, JS, Base and Store URL in CMS pages for Magento customization or programming. How we can retrieve URL path from static blocks in CMS, PHP and phtml pages
To Retrieve URL path in STATIC BLOCKTo get SKIN URL {{skin url='images/sampleimage.jpg '}} To get Media URL {{media url='/sampleimage.jpg'}} To get Store URL {{store url='mypage.html'}} To get Base URL {{base url='yourstore/mypage.