![]() |
Where does the Category content reside
1 Attachment(s)
Hi There,
I have spent about 3 hrs looking for how to move content on my category pages. Here is the page: http://www.designerdogwear.com/summer-dog-clothes/ I have just added the text via the Modify Category in the admin. I want the text to appear below the banner which I found in the template 'dialog.tpl' Can anyone give me a hint on on how to do this? Thanks Justin |
Re: Where does the Category content reside
You actually need to edit skin1/customer/main/subcategories.tpl
And swap these 2 lines around: {if ($navigation_page eq "")||($navigation_page eq "1")}{$current_category.description}<p />{/if} {capture name=dialog} so that it says: {capture name=dialog} {if ($navigation_page eq "")||($navigation_page eq "1")}{$current_category.description}<p />{/if} That way, the description will appear below the title - ie inside dialog.tpl |
Re: Where does the Category content reside
Thankyou very much Paul.
That worked! Cheers Justin |
Re: Where does the Category content reside
1 Attachment(s)
Why does not this work for me? I also need to move my category description. See attached file. I got to look a bit more, but any guidance is highly appreciated
|
All times are GMT -8. The time now is 10:31 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.