Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Please help me to make it into 3 column

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 02-24-2004, 04:17 PM
 
Zinje Zinje is offline
 

Advanced Member
  
Join Date: Sep 2002
Posts: 64
 

Default Please help me to make it into 3 column

Hi!

Can someone please help me to make my site into a 3 column. I did not design it and don't know html.

Here is what it looks like right now.
http://www.hybridpc.com/store/customer/home.php
Please ignore the menus as i am only testing right now.

I want the the viewcart, categories and help on the left side and want the authentication and news section on the other right side.

Here is the code in my customer/home.tpl


{* $Id: home.tpl,v 1.7 2003/04/11 05:05:27 svowl Exp $ *}
{ config_load file="$skin_config" }
<html>
<head>
<title>{$lng.txt_site_title}
{if $main eq "catalog"}
{$lng.txt_subtitle_home}
{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#}">
</head>
<body LEFTMARGIN=0 TOPMARGIN=0 RIGHTMARGIN=0 BOTTOMMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>

<TABLE WIDTH="100%" BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD VALIGN="TOP" COLSPAN=2>

{ include file="hybrid_head.tpl" }

</TD></TR><TR><TD VALIGN="TOP" WIDTH=165 BGCOLOR="#697895">

<TABLE HEIGHT="100%" WIDTH="165" BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD>[img]{$ImagesDir}/hybridpc1-bottom_01.gif[/img]</TD>
</TR>
<TR>
<TD BACKGROUND="{$ImagesDir}/hybridpc1-bottom_05.gif" WIDTH=165 HEIGHT=345 valign="top">

<TABLE WIDTH="100%" BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD width="20"></TD><TD valign="top">

{ include file="customer/menu_cart.tpl" }
{ include file="customer/categories.tpl" }
{if $login eq "" }
{ include file="auth.tpl" }
{else}
{ include file="menu_profile.tpl" }
{/if}
{if $login eq "" }
{ include file="news.tpl" }
{else}
{ include file="authbox.tpl" }
{/if}
{if $active_modules.Interneka ne ""}
{ include file="modules/Interneka/menu_interneka.tpl" }
{/if}
{ include file="help.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}

</TD><td width=15></td></TR></TABLE>

</TD>
</TR>
<TR>
<TD>[img]{$ImagesDir}/hybridpc1-bottom_09.gif[/img]</TD>
</TR>
</TABLE>

</TD><TD VALIGN="TOP" BGCOLOR="#697895">

<TABLE BORDER=0 WIDTH="100%" CELLPADDING=0 CELLSPACING=0>
<TR>
<TD WIDTH=19>
[img]{$ImagesDir}/hybridpc1-bottom-02.gif[/img]</TD>
<TD BACKGROUND="{$ImagesDir}/hybridpc1-bottom-03.gif" WIDTH=382 HEIGHT=13>
[img]{$ImagesDir}/hybridpc1-bottom-03.gif[/img]</TD>
<TD WIDTH=24>
[img]{$ImagesDir}/hybridpc1-bottom-04.gif[/img]</TD>
</TR>
<TR>
<TD HEIGHT="100%" BACKGROUND="{$ImagesDir}/hybridpc1-bottom-06.gif" WIDTH=19 HEIGHT=345>
[img]{$ImagesDir}/hybridpc1-bottom-06.gif[/img]</TD>
<TD WIDTH="100%" BGCOLOR=#FFFFFF valign="top">

<TABLE WIDTH="100%" BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD valign="top">


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

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

</TD>
<TD HEIGHT="100%" BACKGROUND="{$ImagesDir}/hybridpc1-bottom-08.gif" WIDTH=24 HEIGHT=345>
[img]{$ImagesDir}/hybridpc1-bottom-08.gif[/img]</TD>
</TR>
<TR>
<TD WIDTH=19>
[img]{$ImagesDir}/hybridpc1-bottom-10.gif[/img]</TD>
<TD BACKGROUND="{$ImagesDir}/hybridpc1-bottom-11.gif" WIDTH=382 HEIGHT=15>
[img]{$ImagesDir}/hybridpc1-bottom-11.gif[/img]</TD>
<TD WIDTH=24>
[img]{$ImagesDir}/hybridpc1-bottom-12.jpg[/img]</TD>
</TR>
</TABLE>

</TD></TR><TR><TD VALIGN="TOP" COLSPAN=2>

<TABLE WIDTH="100%" BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD>
[img]{$ImagesDir}/hybridpc1-bottom_12.gif[/img]</TD>
<TD BACKGROUND="{$ImagesDir}/hybridpc1-bottom_13.gif" WIDTH="100%" HEIGHT=49>
[img]{$ImagesDir}/hybridpc1-bottom_13.gif[/img]</TD>
<TD COLSPAN=2>
[img]{$ImagesDir}/hybridpc1-bottom_14.gif[/img]</TD>
</TR>
</TABLE>

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

</body>
</html>
Reply With Quote
  #2  
Old 02-24-2004, 06:40 PM
 
1320AutoSports 1320AutoSports is offline
 

Advanced Member
  
Join Date: Apr 2003
Posts: 89
 

Default

I honestly like the single Side better on your site, There are some things that could make the viewing much simpiler, like taking out the duplicate catagories enteries, moving cart to under the Authentication and moving Authentication up.

What does your "catagories.tpl" file look like?

Also, be sure to let us know what version of X-Cart you are running
Reply With Quote
  #3  
Old 02-24-2004, 11:34 PM
 
Zinje Zinje is offline
 

Advanced Member
  
Join Date: Sep 2002
Posts: 64
 

Default

Version 3.4.2

As far as the duplicate categories go, I am just seeing if i should use flash or just the regular category links.

I guess it just looks to busy on the left side. The reason why I want the 3rd column is so I can put up affiliate logo links.
Reply With Quote
  #4  
Old 02-29-2004, 04:37 PM
 
Zinje Zinje is offline
 

Advanced Member
  
Join Date: Sep 2002
Posts: 64
 

Default

Anyone can help me please?
Reply With Quote
  #5  
Old 02-29-2004, 04:59 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

It's not a small job dude, and one that a Pro should be doing for you to be sure it is done right.

You may have to Pay for it. $$$

Good Luck.
Reply With Quote
  #6  
Old 02-29-2004, 06:05 PM
  groovico's Avatar 
groovico groovico is offline
 

X-Man
  
Join Date: Apr 2003
Location: Firetanksoftware.com
Posts: 2,326
 

Default

Quote:
Originally Posted by Zinje
Anyone can help me please?

Your site's a customised skin. It's not a simple copy and paste HTML job.

Actually looks quite nice the way it is. The flash buttons don't seem to link to anything though, like the co-sine rollover effect on them.

Post a request in the professional help forum shan, boomer, funkydunk etc would no doubt be happy to do the work
__________________
Groovico

Used by X-carters the world over:
Marketing Manager Pro Bundle For X-cart
Featured Product Manager for X-cart
Feed manager pro for X-cart

http://www.firetanksoftware.com

Celebrating 7 Years of providing quality X-cart Add ons and X-cart Mods for x-cart 3.X to X-cart 4.4.X
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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

   

 
X-Cart forums © 2001-2020