venkatesh Posted January 2, 2012 Share Posted January 2, 2012 Hi i am using ps1.4.4. I used the following code to display category with corresponding image. Categories are properly displayed,but i cant get category image. {foreach from=$blockCategTree.children item=child name=blockCategTree} {if $smarty.foreach.blockCategTree.last} {include file="$branche_tpl_path" node=$child last='true'} {else} {include file="$branche_tpl_path" node=$child} {/if} <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" /> {/foreach} Can any help for displaying categories images? Thanks Link to comment Share on other sites More sharing options...
venkatesh Posted January 10, 2012 Author Share Posted January 10, 2012 Urgent requirement. any help? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now