![]() |
Category Description Position
Hi there,
Does anybody know how to move the category descriptions to appear below the product thumbs? I've located the smarty statement in the correct template and have managed to delete the text block, but can't work out how to move it to below the product listing grid... The template file is: skin1/customer/main/subcategories.tpl and the bit of code that holds the description is: {if $current_category.description ne ""} <div class="subcategory-descr">{$current_category.description}</div> {/if} I've tried putting this inside it's own div and moving that to below the category isting without success - it stays at the top of the content area no matter what? Any help is greatly apreciated... |
Re: Category Description Position
Could it be that "<div class="subcategory-descr">" is styled to be a specific position on the page?
I have no idea if that is the case or not, but it wouldn't hurt to check I guess. To check you could use this bit of code where you want it to go: {if $current_category.description ne ""} {$current_category.description} {/if} Hope it helps |
Re: Category Description Position
Be sure to clear your template cache after you make the change.
|
Re: Category Description Position
Thanks for the feedback guys - I've got it working by taking the smarty tag out of the div as suggested, clearing my template cache (yourdomain/cleanup.php) and placing the tag right at the bottom of the template code.
Thanks again... :lol: |
All times are GMT -8. The time now is 06:04 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.