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)
-   -   Catagory Menu Listing Horizontally (https://forum.x-cart.com/showthread.php?t=3476)

jeeya 07-05-2003 09:45 PM

Catagory Menu Listing Horizontally
 
HI,

Can any one tell me the code or set up for Horizontal Catagory Menu?

I want it under the Head.tpl - Horizontally -- -- -- -- -- --

Also Possible code for Catagory Under Subcatagory


--- ---
-- --

thanks

animegination 07-06-2003 04:54 AM

What you need to do is look at where the code for displaying categories currently is. What it's doing right now is looping through the categories, and creating a new row in the table for each category. What you want it to be doing is creating a new column, so instead of inserting <tr><td>{categoryname}</td></tr> you want it to be inserting <td>{categoryname}</td> when it loops through the categories. This is just pseudocode, mind you, I can't remember the name of the variable you need to plug in off hand. Good Luck! :D


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

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