X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Horizontal 'Categories' and/or 'Manufacturers' Menu Query (https://forum.x-cart.com/showthread.php?t=10834)

SMDStudios 02-27-2008 09:58 AM

Re: Horizontal 'Categories' and/or 'Manufacturers' Menu Query
 
I'm trying to get something similar working on my speed bar. Can anyone help out?

Code:

{section name=sb loop=$speed_bar}
{if $speed_bar[sb].active eq "Y"}
{include file="customer/tab.tpl" tab_title="<a href=\"`$speed_bar[sb].link`\" class=\"tab\">`$speed_bar[sb].title`</a>"} {if not $smarty.foreach.sb.last} | {/if}
{/if}
{/section}


tamicampos 04-12-2008 02:30 PM

Re: Horizontal 'Categories' and/or 'Manufacturers' Menu Query
 
Hi,
I implemented your code for making the categories appear horizontally. It looks great but is not functional. Do you know how to make the links work? Am I supposed to add in <a ref's somewhere to connect the links? Thanks.


All times are GMT -8. The time now is 06:20 PM.

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