View Single Post
  #19  
Old 11-25-2004, 06:39 AM
  BCSE's Avatar 
BCSE BCSE is offline
 

X-Guru
  
Join Date: Apr 2003
Location: Ohio - bcsengineering.com
Posts: 3,091
 

Default

Code:
{* $Id: meta.tpl,v 1.13.2.2 2004/05/20 08:25:04 mclap Exp $ *} <meta http-equiv="Content-Type" content="text/html; charset={$default_charset|default:"iso-8859-1"}"> {* BCSE Begin *} {if $product.fulldescr ne ""} <meta name="description" content="{$product.fulldescr|strip_tags:true|strip|truncate:150}"> {elseif $product.descr ne ""} <meta name="description" content="{$product.descr|strip_tags:true|strip|truncate:150}"> {else} {* BCSE End *} <meta name="description" content="Bij belservice.nl goedkoop alle gsm en vaste telefoon toestellen. Alle merken van Nokia, sonyericsson, siemens, samsung tot sagem en sendo. Tevens vindt u bij belservice.nl alle accesoires voor uw gsm. Bluetooth headsets, frontjes en laders. Uiteraard altijd laag geprijst. Bedrijven kunnen ook terecht bij belservice.nl. Wij hebben vele isdn centrales, isdn en dect telefoon toestellen en alles wat u nodig heeft voor uw bedrijfs communicatie. Zakelijke klanten krijgen altijd extra korting. In ons assortiment vindt u siemens gigaset, tiptel en vele andere merken."> {/if} {* BCSE added *} {* BCSE Begin *} {if $product_meta_keywords ne ""} <meta name="keywords" content="{$product_meta_keywords}"> {else} {* BCSE End *} <meta name="keywords" content="gratis GSM mobieltje, gsm accessoires, gsm aanbiedingen, cashback abonnement, abonnement afsluiten, headsets, bluetooth, carkits, frontjes, datakabels, nokia, samsung, motorola, siemens, sonyericsson, panasonic, kpn, orange, hi, telfort, debitel, vodafone, t-mobile, dect, isdn adsl, telecom advies"> {/if} {* BCSE added *} {if $usertype eq "P" or $usertype eq "A"} <meta name="ROBOTS" content="INDEX"> <meta name="ROBOTS" content="FOLLOW"> {/if} {if $current_category.meta_tags ne "" and $product_meta_keywords eq ""} {* NOTE I added this AND for you *} <meta name="keywords" content="{$current_category.meta_tags}"> {/if} {if $webmaster_mode eq "editor"} {if ($usertype eq "P" or $usertype eq "A") and $current_language ne ""} <script>var store_language = "{$current_language}"</script> {else} <script>var store_language = "{$store_language}"</script> {/if} <script> var catalogs = new Object(); catalogs.admin = "{$catalogs.admin}"; catalogs.provider = "{$catalogs.provider}"; catalogs.customer = "{$catalogs.customer}"; catalogs.partner = "{$catalogs.partner}"; catalogs.images = "{$ImagesDir}"; catalogs.skin = "{$SkinDir}"; </script> {if $user_agent eq "ns"} <script src="{$SkinDir}/editorns.js"></script> {else} <script src="{$SkinDir}/editor.js"></script> {/if} {/if}

Try that. Add the code near the NOTE or copy the whole thing.

Carrie
__________________
Custom Development, Custom Coding and Pre-built modules for X-cart since 2002!

We support X-cart versions 3.x through 5.x!

Home of the famous Authorize.net DPM & CIM Modules, Reward Points Module, Point of Sale module, Speed Booster modules and more!


Over 200 X-cart Mods available & Thousands of Customizations Since 2002 - bcsengineering.com

Please E-Mail us for questions/support!
Reply With Quote