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)
-   -   Category description (https://forum.x-cart.com/showthread.php?t=34053)

ARW VISIONS 09-19-2007 11:06 AM

Category description
 
I am working on a store that has several categories with sub cats. When the root cat is clicked it brings up the first sub cats. I would like to put the category description on this page also. Any suggestions?

I played around with this but can't figure it out....

{if ($navigation_page eq "")||($navigation_page eq "1")}{$current_category.description}<p />{/if}

This gets the first letter of the category to show up...
<td class="SubcatTitle"><a href="home.php?cat={ $subcat.categoryid }" class="ItemsList"><font>{ $subcat.category|escape }</font></a><br />{$subcat.category.description}</td>

balinor 09-19-2007 11:33 AM

Re: Category description
 
Replace this:

{if ($navigation_page eq "")||($navigation_page eq "1")}{$current_category.description}<p />{/if}

with this:

{$current_category.description}

ARW VISIONS 09-19-2007 11:42 AM

Re: Category description
 
No dice... tried that first :)

balinor 09-19-2007 11:43 AM

Re: Category description
 
You are just trying to add the category description to the top of the page on each page, correct? Not under the icons...

ARW VISIONS 09-19-2007 11:49 AM

Re: Category description
 
look here...


http://www.arwvisions.com/test/home.php?cat=249

I want the there...

ARW VISIONS 09-19-2007 11:53 AM

Re: Category description
 
like it is here

http://www.arwvisions.com/test/home.php?cat=410


All times are GMT -8. The time now is 02:17 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.