![]() |
How to Display the Manufacturer List in multiple Columns
CAn i change the display of manufacturer's list in the customer areas to columns? manybe 2 or 3 .. and have them show the logo with the name?
I added the manufacturer logo pictures to all of them already.. how do i get them to show? |
Be sure and search the forum throughly, this came up right away:
http://forum.x-cart.com/viewtopic.php?t=16655 |
How do I split the list if there are NO icons, just links? I followed the directions in the other thread and it made the page all over the place.
Thanks :) |
Follow that thread very carefully, it works fine :) To remove the icons, just comment out the images and you will have a list of links only.
|
what do you mean comment out the images?
^ ignore that... I am getting there but the links/font is HUGE. Do I need to assign a class to it and if so where please? My current code is: Code:
{* $Id: customer_manufacturers_list.tpl,v 1.3 2004/05/28 12:21:10 max Exp $ *} Thank you so much! |
In the code of that thread, replace this:
<tr><td height="70"> [img]mlogo.php?manufacturerid={$manufacturers[mid].manufacturerid}[/img]</td></tr> with this: {*<tr><td height="70"> [img]mlogo.php?manufacturerid={$manufacturers[mid].manufacturerid}[/img]</td></tr> *} The {* and *} are comments...they hide whatever is between them. Better than deleting as you may want the icons back again someday. |
Figured it out...sometimes I dont give myself enough credit and I panic. I REALLY appreciate your help!!! Thanks as usual!
|
All times are GMT -8. The time now is 06:09 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.