本文介绍了图像显示为< img alt =“" index.jpg"}}" ="" wysiwyg =“" src =" {{media url =“>在magento前端的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在admin的category部分中添加了一个自定义属性.当我上传图片后,它看起来像在前端.

I have added one custom attribute in category section in admin.when I have uploaded image, it's look likein frontend.

我已经使用$ _category-> getBannername();类别页面上magento前端中显示属性的代码.

I have use $_category->getBannername(); code for display attribute in magento frontend on category page.

请帮助

提前谢谢.

推荐答案

使用以下代码:

<?php echo Mage::helper('cms')->getBlockTemplateProcessor()->filter($text);?>

这篇关于图像显示为&lt; img alt =“&quot; index.jpg&quot;}}&quot; =&quot;&quot; wysiwyg =“" src =" {{media url =“&gt;在magento前端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 03:03