View Single Post
  #4  
Old 11-28-2011, 01:44 PM
  CottonAge.com's Avatar 
CottonAge.com CottonAge.com is offline
 

eXpert
  
Join Date: Jan 2008
Location: Orange County, California
Posts: 244
 

Default Re: Deletion of storefront

looks like you edited the in skin/common_files/head_admin.tpl

Code:
{* $Id: head_admin.tpl,v 1.1 2010/05/21 08:31:58 joy Exp $ vim: set ts=2 sw=2 sts=2 et: *} {if $login ne ""} {include file="quick_search.tpl"} {/if} <div id="head-admin"> <div id="logo-gray"> <a href="{$current_area}"><img src="{$ImagesDir}/logo_gray.png" alt="" /></a> </div> {if $login ne ""} {include file="authbox_top.tpl"} {/if} {******** Remove this line to display how much products there are online **** <div class="head-admin-products-online"> {insert name="productsonline" assign="_productsonline"} {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":$_productsonline} {/if} </div> **** Remove this line to display how much products there are online ********} </div>
This is head_admin.tpl code from default XC
__________________
CottonAge.com - v4.4.4 - Gold
Mirko.com - v4.1.12 - Gold

We sell Bathrobes, Slippers, Towels & more at wholesale prices...
Reply With Quote