如何在 magento 管理面板中获取 paroduct 描述的基本 url、皮肤 url?
我可以用这个吗:
{{store url=""}}
{{skin url=''}}
获取网址
编辑
描述字段中的基本 URL:
This is <a href="{{store url="some-link"}}">Some Link</a>.
描述字段中的皮肤网址:
This is <a href="{{skin url="images/test.jpg"}}">Some Link</a>.
在没有所见即所得编辑器(普通模式)的情况下使用表格。
你也可以使用
<p><a href="{{skin url}}images/btn_remove.gif">THis is the link</a></p>
或
<p><a href="{{skin url=images/btn_remove.gif}}">THis is the link</a></p>
两者都有效。
“皮肤 url”等是 magento 块的默认变量
http://www.webdosh.net/2011/04/magento-get-skin-url-get-media-url-get.html