View Single Post
  #24  
Old 11-26-2004, 07:01 AM
  BCSE's Avatar 
BCSE BCSE is offline
 

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

Default

Glad it's working now. I've not had anyone have any troubles that I know of, of having double meta tags with this mod on product pages. I'm guessing your cart has been modified to include category meta tags on the product pages and that was causing the conflict. I'll change the code for my free mod though just incase someone else has done this too.

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 *} {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}"> {else} <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} {/if} {* BCSE added *} {if $usertype eq "P" or $usertype eq "A"} <meta name="ROBOTS" content="INDEX"> <meta name="ROBOTS" content="FOLLOW"> {/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}

Just moving some things around and putting an else in there. Try that.

Thank you, I accept and appreciate donations for those who like my free mods or help but I don't expect them.

Glad we could get you all figured out!

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