【发布时间】:2013-11-02 12:32:11
【问题描述】:
我正在开发支付网关。但我有问题我做了谷歌研究但找不到任何解决方案我希望我能在这里得到解决方案所以我在这里发帖
按照我的 system.xml 代码块
<title translate="label">
<label>Title</label>
<comment><![CDATA[<img src="/media/billmate/images/billmate_bank_s.png" />]]></comment>
<frontend_type>text</frontend_type>
<sort_order>3</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</title>
在这个块问题现在在评论标签中,我在这里放了静态链接/media/billmate/images/billmate_bank_s.png 请任何人建议我如何使它成为动态
【问题讨论】:
-
你到底想做什么?
-
使用 magento 对吧?
-
是的,使用 magento 1.7
-
@R.S 我现在正在尝试制作动态评论标签,评论标签包含不正确的静态图像路径
标签: magento system.xml