View Single Post
  #3  
Old 09-03-2005, 04:42 PM
 
tracey_ccishop tracey_ccishop is offline
 

Advanced Member
  
Join Date: Aug 2005
Posts: 55
 

Default

This is my code from head.tpl...which have I commented in parts to keep track of what's what. I have some new graphics/buttons to add to the cart to make it look less generic. Also want to make it wider rather than longer when it expands on the shopping cart page (as it makes that portion of the page too long).
Any help with learning how to do this would be greatly appreciated!
Cheers
Tracey


Code:
{* $Id: head.tpl,v 1.40.2.3 2004/11/19 06:40:15 max Exp $ *}<style type="text/css"> <!-- --> </style> <TABLE border="0" cellpadding="0" cellspacing="0" width="760px" bgcolor="#9900cc"> <TD>[img]{$ImagesDir}/ccilogo2.gif[/img]</TD> <TD> { include file="customer/menu_cart.tpl"} </TD> <!-- <TD class="HeadLine" align="left"> {if ($usertype eq "C" || $usertype eq "B")and $all_languages_cnt gt 1} <!-- ????? <TABLE border="0" cellpadding="0" cellspacing="0" width="760px" bgcolor="#9900cc"> <FORM action="home.php" method="GET" name="sl_form"> <INPUT type="hidden" name="redirect" value="{$smarty.server.PHP_SELF}?{$smarty.server.QUERY_STRING}"> <TR> <TD> {$lng.lbl_select_language}: <SELECT name="sl" onChange="javascript: document.sl_form.submit()"> {section name=ai loop=$all_languages} <OPTION value="{$all_languages[ai].code}"{if $store_language eq $all_languages[ai].code} selected{/if}>{$all_languages[ai].language}</OPTION> {/section} </SELECT> < </FORM> </TABLE> {else} {/if} </TD> </TR> <TD>[img]{$ImagesDir}/spacer.gif[/img]</TD> {if (($main eq 'catalog' && $cat ne '') || $main eq 'product' || ($main eq 'comparison' && $mode eq 'compare_table') || ($main eq 'choosing' && $smarty.get.mode eq 'choose')) && $config.Appearance.enabled_printable_version eq 'Y'} <TD width="760px" valign="middle" align="left">{include file="printable.tpl"}</TD> <TD>[img]{$ImagesDir}/spacer.gif[/img]</TD> {/if} </TR> </TABLE> </TD> </TR> </TABLE>
__________________
Thanks,
www.ccishop.com
X-Cart Gold v4.0.14
Reply With Quote