| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Help locating which file to edit | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() 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 |
|||||||
#2
|
|||||||
|
|||||||
![]() 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 |
|||||||
#3
|
|||||||
|
|||||||
![]() 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 |
|||||||
#4
|
|||||||
|
|||||||
![]() 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 |
|||||||
#5
|
|||||||
|
|||||||
![]() X-Cart version 4.1.3
__________________
X-Cart version 4.1.3 |
|||||||
#6
|
|||||||
|
|||||||
![]() Could someone point me in the direction to find out how to remove that large gap?
__________________
X-Cart version 4.1.3 |
|||||||
#7
|
|||||||
|
|||||||
![]() 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 |
|||||||
#8
|
|||||||
|
|||||||
![]() 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} </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 |
|||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|