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)
-   -   Few questions! help really appreciated. + PICS! (56k =A-OK!) (https://forum.x-cart.com/showthread.php?t=5385)

vold 11-29-2003 05:54 PM

Few questions! help really appreciated. + PICS! (56k =A-OK!)
 
http://www.metafilms.net/upload_images/help.png


or you can visit the test site right now at www.metafilms.net/xcart/

also, i would like to know where i would edit so i can have a background image. thx!!!

oh and 1 more thing. the left vertical menu box(the grey background of behind the Catergories); where can i edit the width of this at?? i looked everywhere and i cannot find. i know where to edit the right vertical menu box but where the left one is a mystery to me. Any help on any of these subjects is appreciated! THX!!

vold 11-30-2003 04:53 PM

UPDATE: PLEASE HELP ME!!!!!!!!!!!!!! THX

http://www.metafilms.net/upload_images/help2.gif

DogByteMan 11-30-2003 05:21 PM

See this post

http://forum.x-cart.com/viewtopic.php?t=6029&highlight=left+menu

8)

adpboss 11-30-2003 05:49 PM

Learning how to use webmaster mode wouldn't hurt either!

Good Luck!

PS Nice artwork! ;)

vold 12-01-2003 01:52 PM

Quote:

Originally Posted by adpboss
Learning how to use webmaster mode wouldn't hurt either!

Good Luck!

PS Nice artwork! ;)


hey! what's webmaster mode? lmk THX! KEKE

vold 12-01-2003 01:53 PM

Quote:

Originally Posted by DogByteMan


doesn't answer my question :( plz help me! here is my menu.tpl and home.tpl code!


menu.tpl:

Code:

<TABLE WIDTH=180 BORDER=0 CELLPADDING=0 CELLSPACING=0>
        <TR>
                <TD COLSPAN=3>
                        [img]imgmenuhead/menuhead_01.gif[/img]</TD>
        </TR>
        <TR>
                <TD ROWSPAN=2>
                        [img]imgmenuhead/menuhead_02.gif[/img]</TD>
                <TD WIDTH=125 HEIGHT=24 BGCOLOR=#3B536F>
               
               
                {$link_begin}[img]{$ImagesDir}/{$dingbats}[/img]{$link_end}
               
                {if $link_href}
<font face="Tahoma" color="#FFFFFF" size="1">{$menu_title}</font>

{else}
<font face="Tahoma" color="#FFFFFF" size="1">{$menu_title}</font>
{/if}

               
                               
               
                </TD>
                <TD ROWSPAN=2>
                        [img]imgmenuhead/menuhead_04.gif[/img]</TD>
        </TR>
        <TR>
                <TD>
                        [img]imgmenuhead/menuhead_05.gif[/img]</TD>
        </TR>
</TABLE>





<TABLE border=0 cellPadding=5 cellSpacing=0 width="125%">
<TR>


<TD colspan="3" class=VertMenuBox>{$menu_content}



</td>

</td>



</TD></TR>
</TABLE>


home.tpl:

Code:

{* $Id: home.tpl,v 1.50 2003/04/09 07:41:05 olga Exp $ *}
{ config_load file="$skin_config" }
<html>
<head>
<title>{$lng.txt_site_title}
{if $main eq "catalog"}
        {if $location eq ""}  {$lng.txt_subtitle_home}
        {else}
        {strip}
        {section name=position loop=$location start=0 }
        {if %position.last% eq "true"} - {$location[position].0|escape}{/if}
        {/section}
        {/strip}
        {/if}
{elseif $main eq "product"}
        {if $product.product ne ''} - {$product.product}{/if}
{elseif $main eq "help"}
{$lng.txt_subtitle_help}
{elseif $main eq "cart"}
{$lng.txt_subtitle_cart}
{elseif $main eq "checkout"}
{$lng.txt_subtitle_checkout}
{elseif $main eq "order_message"}
{$lng.txt_subtitle_thankyou}
{/if}
</title>
{ include file="meta.tpl" }
<link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}">

<body background="background.gif">

</head>
{ include file="rectangle_top.tpl" }
{ include file="head.tpl" }





<table border=0 width="75%" cellpadding=0 cellspacing=0 align="center">
<tr>
<td class=VertMenuBox2 width=1>
<td class=VertMenuBox width=150 valign=top>

{ include file="customer/categories.tpl" }
{if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu eq "Y"}
{ include file="modules/Bestsellers/menu_bestsellers.tpl" }
{/if}
{if $active_modules.Gift_Certificates ne "" or $active_modules.Product_Configurator ne ""}
{include file="customer/special.tpl"}
{/if}
{ include file="help.tpl" }
</td></td>
<td width=20></td>
<td valign=top>



{include file="customer/home_main.tpl"}




</td>
<td width=20></td>
<td width=150 valign=top>
{ include file="customer/menu_cart.tpl" }
{if $login eq "" }
{ include file="auth.tpl" }
{else}
{ include file="authbox.tpl" }
{/if}
{ include file="news.tpl" }
{if $active_modules.Interneka ne ""}
{ include file="modules/Interneka/menu_interneka.tpl" }
{/if}





</td>
</tr>
</table>
{ include file="rectangle_bottom.tpl" }


</p>
</body>
</html>


THX

vold 12-01-2003 01:55 PM

Quote:

Originally Posted by adpboss
Learning how to use webmaster mode wouldn't hurt either!

Good Luck!

PS Nice artwork! ;)


Hey! What is webmaster mode? let me know, THX! keekles


All times are GMT -8. The time now is 02:43 PM.

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