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)
-   -   Display Sub category with images (https://forum.x-cart.com/showthread.php?t=18589)

webmonster 12-11-2005 08:54 AM

Display Sub category with images
 
Code:

{section name=cat_num loop=$subcategories}
{assign var="tmp" value="1"}
{ if %cat_num.first% }
<table border="0" cellspacing="0" cellpadding="5" width="100%">
{/if}
{ if %cat_num.index% is div by 3}
<tr>
{/if}
<td>
<a href="home.php?cat={ $subcategories[cat_num].categoryid }">
[img]../icon.php?categoryid={$subcategories[cat_num].categoryid}[/img]


{ $subcategories[cat_num].category|escape }</a>
</td>
{ if %cat_num.last% }
</tr>
</table>
{/if}
{/section}


Having Trouble with the code in 4.16

balinor 12-11-2005 09:55 AM

http://forum.x-cart.com/viewtopic.php?t=5131


All times are GMT -8. The time now is 03:30 PM.

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