Mayball Posted March 13, 2013 Share Posted March 13, 2013 Hello, Does anyone know how to add additional descriptions in front office within product attachment tab? Once I added attachments within product, only the downloadable file name appears under attachment in the front office. If I also want to add a few lines of descriptions above and below the attachment file, how can I do that? Thanks a lot, Mayball Link to comment Share on other sites More sharing options...
NemoPS Posted March 13, 2013 Share Posted March 13, 2013 Which version are you using? Are you using a custom theme? Generally, filling in the "description" field in the attachments tab should enable the feature. Pretty much weird it's not working for you Link to comment Share on other sites More sharing options...
Mayball Posted March 13, 2013 Author Share Posted March 13, 2013 the latest version. Yes, I purchased a theme. not sure why it is not working. Link to comment Share on other sites More sharing options...
NemoPS Posted March 13, 2013 Share Posted March 13, 2013 (edited) It might just be that the theme doesn't support the description, check that it looks like this in the product.tpl, at about line 535 (default template, might be different in yours) {if isset($attachments) && $attachments} <ul id="idTab9" class="bullet"> {foreach from=$attachments item=attachment} <li><a href="{$link->getPageLink('attachment', true, NULL, "id_attachment={$attachment.id_attachment}")}">{$attachment.name|escape:'htmlall':'UTF-8'}</a><br />{$attachment.description|escape:'htmlall':'UTF-8'}</li> {/foreach} </ul> {/if} See that{$attachment.description|escape:'htmlall':'UTF-8'} ? That's what troubles you </div> Edited March 13, 2013 by Nemo1 (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