Magento Extra tabs not displaying images -
i have extension called tb tabs installed. allows me add tabs products front end, next description , review tabs.
the images place description appear fine, pics in new tab dont.
the wysiwig changes url this: src="{{media url="wysiwyg/myfan/lighting.jpg"}}"
but on front end comes out as:
any ideas?
okay worked out.
i replaced:
<?php echo $value; ?>
with:
<?php echo mage::helper('cms')->getblocktemplateprocessor()->filter($value);?>
Comments
Post a Comment