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 featured products in multi column (https://forum.x-cart.com/showthread.php?t=3193)

Chill-Tek 06-15-2003 08:35 AM

Display featured products in multi column
 
When i set the featured products as multi column (2 column) under appearance in General the listed products are changed from *having the product thumbnail to the left with the description and price on the right* ..... to ..... *the thumbnail above the product description and price*. I want to set the featured products to a 2 column format but with the products image to the left of the product description. I am using version 3.4.1.




One other question: I would like to reduce the width of the left and right menu content as i have added an image to the header box of the menus that i want to protrude by about 5px.


Any help on this would be GREATLY appreciated as we are almost ready to roll. :cry:

shan 06-15-2003 09:43 AM

I think when your using multiple products per row then your using the products_t.tpl instead of the products.tpl. check in there.

left and right menus sit either side of the home.tpl and are controled by menu.tpl

Chill-Tek 06-15-2003 12:56 PM

still none the wiser I'm afraid. There is nowhere in the menu.tpl file to change the width of the menus.

Regarding the featured products layout....Is there not an option in admin to have the product layout with the image to the left of the description and price in 2 columns?

shan 06-15-2003 01:14 PM

menu.tpl

Code:

<TABLE border=0 cellPadding=5 cellSpacing=0 width="100%">
<TR>
<TD class=VertMenuTitle height=26>{$link_begin}[img]{$ImagesDir}/{$dingbats}[/img]{$link_end}</TD>
{if $link_href}
<TD class=VertMenuTitle height=26 valign=center width=80%><font class=VertMenuTitle>{$menu_title}</font></TD>
{else}
<TD class=VertMenuTitle height=26 valign=center width=80%><font class=VertMenuBoxNewsTitle>{$menu_title}</font></TD>
{/if}
</TR>
<TR>
<TD colspan="2" class=VertMenuBox>{$menu_content}
</TD></TR>
</TABLE>


<TABLE border=0 cellPadding=5 cellSpacing=0 width="100%"> :idea:

Chill-Tek 06-15-2003 01:22 PM

this only affects the right menu for some reason so i have already tried this. Hmmmm.

barabbas 06-16-2003 02:38 AM

i have the same code and problem - only affects the right column...


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

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