smiles1976 Posted March 8, 2012 Share Posted March 8, 2012 Hi, I'd like to add some text below the "categories" on my site (see attachment). I don't want it to link to a products page. I just want to add the the word "gardenfire" under the CATEGORIES. How can I do this? Thanks Link to comment Share on other sites More sharing options...
sixthmind Posted March 8, 2012 Share Posted March 8, 2012 You have to edit blockcategories.tpl in blockcategories folder. Before last </div> add your text. Link to comment Share on other sites More sharing options...
smiles1976 Posted March 8, 2012 Author Share Posted March 8, 2012 Hi, thanks for your response. I tried what you suggested. However, I can't see the changes on the front end. I have the force compile smart set to yes. Below is a copy of the code from that folder. Notice what I put "Test" <!-- Block categories module --> <div id="categories_block_left" class="block"> <h4>{l s='Categories' mod='blockcategories'}</h4> <div class="block_content"> <ul class="tree {if $isDhtml}dhtml{/if}"> {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} {/foreach} </ul> {* Javascript moved here to fix bug #PSCFI-151 *} <script type="text/javascript"> // <![CDATA[ // we hide the tree only if JavaScript is activated $('div#categories_block_left ul.dhtml').hide(); // ]]> </script> </div> TEST</div> <!-- /Block categories module --> Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted March 9, 2012 Share Posted March 9, 2012 It should work where you have it. Have you checked to make sure you have the cache set to 'no'? Marty Shue 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