magentomagento-1.7base-url

Skin url, Base url in product description in magento


How can i get the base url, skin url on paroduct description in magento admin panel?

Can i use this :

{{store url=""}}

{{skin url=''}}

for getting the url

EDIT

enter image description here


Solution

  • Base URL in description field:

    This is <a href="{{store url="some-link"}}">Some Link</a>.

    Skin URL in description field:

    This is <a href="{{skin url="images/test.jpg"}}">Some Link</a>.

    Use the form without WYSIWYG editor (plain mode).