Magento how can I get URL path in static blocks
Here,simple script to get base url, store url, media url, skin url in magento.You can use this method in your static blocks in magento.
1- Base URL
{{base url='yourstore/yourpage.phtml'}}
2- Get Store URL
{{store url='yourpage.phtml'}}
3- Get Skin URL
{{skin url='images/image.png'}}
4- Get Media URL
{{media url='/image.png'}}
What's your reaction?
Excited
0
Happy
0
In Love
0
Not Sure
0
Silly
0