X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Where does the Category content reside (https://forum.x-cart.com/showthread.php?t=48577)

Justin B 07-13-2009 05:16 AM

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

pauldodman 07-13-2009 05:39 AM

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

Justin B 07-13-2009 01:26 PM

Re: Where does the Category content reside
 
Thankyou very much Paul.

That worked!

Cheers
Justin

lash 11-03-2009 09:33 PM

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.