selectshop.at Posted May 26, 2014 Share Posted May 26, 2014 (edited) For me it is a bug, but perhaps a feature. When you add a new manufacturer with logo and description, hook the manufacturer block to the left and select there one manufacturer on this page there is no logo and description. I took a look into manufacturer.tpl and the description should be shown, but it's not. {if !isset($errors) OR !sizeof($errors)} <h1 class="page-heading product-listing"> {l s='List of products by manufacturer'} {$manufacturer->name|escape:'html':'UTF-8'} </h1> {if !empty($manufacturer->description) || !empty($manufacturer->short_description)} <div class="description_box rte"> {if !empty($manufacturer->short_description)} <div class="short_desc"> {$manufacturer->short_description} </div> <div class="hide_desc"> {$manufacturer->description} </div> <a href="#" class="lnk_more" onclick="$(this).prev().slideDown('slow'); $(this).hide();$(this).prev().prev().hide(); return false;"> {l s='More'} </a> {else} <div> {$manufacturer->description} </div> {/if} </div> {/if} Is there another file responsible for the view or simply the code do not assign, because it is missing on a controller filer ? PS version is 1.6.0.5. Edited May 26, 2014 by selectshop.at (see edit history) 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