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

Help locating which file to edit

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 11-10-2006, 02:46 AM
 
movingsu movingsu is offline
 

Newbie
  
Join Date: Nov 2006
Posts: 4
 

Default Help locating which file to edit

Which file connects the header and the main body together because theres a huge gap that i would like to fill in.
http://enjetek.com/vit/vit_msu.jpg

http://enjetek.com/vit/vit_msu.jpg
__________________
X-Cart version 4.1.3
Reply With Quote
  #2  
Old 11-10-2006, 02:52 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Help locating which file to edit

Welcome to X-Cart! Please start by reading the forum rules, and posting your X-Cart version in your signature (click the User CP link at the top of the forum):

http://forum.x-cart.com/viewtopic.php?t=6489

You will find that Webmaster Mode is a huge help in determining which template is which.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 11-10-2006, 03:39 AM
 
movingsu movingsu is offline
 

Newbie
  
Join Date: Nov 2006
Posts: 4
 

Default Re: Help locating which file to edit

Ive checked all the templates linked to what the webmaster mode gives me, and I cant seen to find what im looking for.
__________________
X-Cart version 4.1.3
Reply With Quote
  #4  
Old 11-10-2006, 04:05 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Help locating which file to edit

Need to know EXACTLY what version you are using (i.e. 4.0.19). You can find this in your 'Summary' screen.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #5  
Old 11-10-2006, 02:07 PM
 
movingsu movingsu is offline
 

Newbie
  
Join Date: Nov 2006
Posts: 4
 

Default Re: Help locating which file to edit

X-Cart version 4.1.3
__________________
X-Cart version 4.1.3
Reply With Quote
  #6  
Old 11-12-2006, 09:52 PM
 
movingsu movingsu is offline
 

Newbie
  
Join Date: Nov 2006
Posts: 4
 

Default Re: Help locating which file to edit

Could someone point me in the direction to find out how to remove that large gap?
__________________
X-Cart version 4.1.3
Reply With Quote
  #7  
Old 11-13-2006, 03:30 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Help locating which file to edit

You need to actually look at the templates - start with head.tpl and customer/home.tpl.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #8  
Old 11-27-2006, 04:26 AM
 
oneburn oneburn is offline
 

Newbie
  
Join Date: Nov 2006
Posts: 3
 

Default Re: Help locating which file to edit

that "gap" is the area for the printable version.
delete the following from head.tpl and add it somewhere else:
------------------

{******** Remove this line to display how much products there are online ****
<tr>
{insert name="productsonline" assign="_productsonline"}
<td colspan="2" class="NumberOfArticles" align="right">
{if $config.Appearance.show_in_stock eq "Y"}
{insert name="itemsonline" assign="_itemsonline"}
{$lng.lbl_products_and_items_online|substitute:"X" :$_productsonline:"Y":$_itemsonline}
{else}
{$lng.lbl_products_online|substitute:"X":$_product sonline}
{/if}
&nbsp;
</td>
</tr>
**** Remove this line to display how much products there are online ********}
{if $main ne "fast_lane_checkout"}
<tr>
<td colspan="2" valign="middle" height="32">
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="HeadTopPad"><img src="{$ImagesDir}/spacer.gif" alt="" /></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 class="PrintableRow" align="right">{include file="printable.tpl"}</td>
{/if}
</tr>
</table>
</td>
</tr>
{else}
{* Fast Lane Checkout page *}
<tr>
<td colspan="2" class="FLCTopPad"><img src="{$ImagesDir}/spacer.gif" alt="" /></td>
</tr>
{/if}
__________________
www.verhine.com
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 01:42 AM.

   

 
X-Cart forums © 2001-2020