Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cdogstu99

Pioneers
  • Posts

    34
  • Joined

  • Last visited

Posts posted by cdogstu99

  1. thanks for this module. I have installed on my site at http://www.insidertrips.com

     

    My issue is that my homepage, and all of the product pages have the same title. Could you take a look? Also, if there is any way for me to add the subtitle, i'd like to know how..for example on this page:

     

    http://www.insidertrips.com/index.php/todays-trips-c-1?pid=7

     

    I'd actually like it to say Today's Trips--JW Marriott Guanacaste, Santa Cruz, Costa Rica

     

    I just think it would be better for my SEO benefits. Thanks!

     

    Anyone on this one?? Driving me crazy! Thanks!

  2. thanks for this module. I have installed on my site at http://www.insidertrips.com

     

    My issue is that my homepage, and all of the product pages have the same title. Could you take a look? Also, if there is any way for me to add the subtitle, i'd like to know how..for example on this page:

     

    http://www.insidertrips.com/index.php/todays-trips-c-1?pid=7

     

    I'd actually like it to say Today's Trips--JW Marriott Guanacaste, Santa Cruz, Costa Rica

     

    I just think it would be better for my SEO benefits. Thanks!

  3. thanks for this module. I have installed on my site at http://www.insidertrips.com

     

    My issue is that my homepage, and all of the product pages have the same title. Could you take a look? Also, if there is any way for me to add the subtitle, i'd like to know how..for example on this page:

     

    http://www.insidertrips.com/index.php/todays-trips-c-1?pid=7

     

    I'd actually like it to say Today's Trips--JW Marriott Guanacaste, Santa Cruz, Costa Rica

     

    I just think it would be better for my SEO benefits. Thanks!

  4. yep head_title and head_description are there. here's my template_top code..does this help?

    <?php
    /*
     $Id$
    
     osCommerce, Open Source E-Commerce Solutions
     http://www.oscommerce.com Insider
    
     Copyright (c) 2010 osCommerce
    
     Released under the GNU General Public License
    */
    
     $oscTemplate->buildBlocks();
    
     if (!$oscTemplate->hasBlocks('boxes_column_left')) {
       $oscTemplate->setGridContentWidth($oscTemplate->getGridContentWidth() + $oscTemplate->getGridColumnWidth());
     }
    
     if (!$oscTemplate->hasBlocks('boxes_column_right')) {
       $oscTemplate->setGridContentWidth($oscTemplate->getGridContentWidth() + $oscTemplate->getGridColumnWidth());
     }
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?= HTML_PARAMS; ?>>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" />
    
    
    <title>Travel Deals in a Flash - <?php echo tep_output_string_protected($oscTemplate->getTitle()); ?></title>
    
    
    <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>" />
    
    
    
    <link rel="index" title="<?= (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER).DIR_WS_CATALOG; ?>" href="<?= (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER).DIR_WS_CATALOG; ?>" />
    <link rel="shortcut icon" href="images/favicon.ico" />
    <script type="text/javascript" src="ext/jquery/jquery-1.4.4.min.js"></script>
    <script type="text/javascript" src="ext/jquery/ui/jquery-ui-1.8.6.min.js"></script>
    <script type="text/javascript" src="ext/jquery/jquery.countdown.min.js"></script>
    <? if ($request_type == 'NONSSL') { ?>
    <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
    <? } ?>
    <script type="text/javascript" src="ext/jquery/jquery.gomap-1.3.0.min.js"></script>
    <script type="text/javascript" src="ext/jquery/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
    <script type="text/javascript" src="ext/jquery/fancybox/jquery.easing-1.3.pack.js"></script>
    <script type="text/javascript" src="ext/jquery/fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
    <link rel="stylesheet" type="text/css" href="ext/jquery/fancybox/jquery.fancybox-1.3.4.css" />
    <link rel="stylesheet" type="text/css" href="stylesheet.css" />
    <?= $oscTemplate->getBlocks('header_tags'); ?>
    <?
    if (!isset($lng) || (isset($lng) && !is_object($lng))) {include_once(DIR_WS_CLASSES . 'language.php');$lng = new language;}reset($lng->catalog_languages);while (list($key, $value) = each($lng->catalog_languages)) {
    ?>
    <link rel="alternate" type="application/rss+xml" title="<?php echo STORE_NAME . ' - ' . BOX_INFORMATION_RSS; ?>" href="<?php echo FILENAME_RSS, '/language/'.$key.((isset($_GET['cPath']))?'/cPath/'.$_GET['cPath']:'').((isset($_GET['manufacturers_id']))?'/manufacturers_id/'.$_GET['manufacturers_id']:''); ?>">
    <? } ?>
    <script type="text/javascript">
     var _gaq = _gaq || [];
     _gaq.push(['_setAccount', 'UA-10171695-5']);
     _gaq.push(['_trackPageview']);
     (function() {
       var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
       ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
       var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
     })();
    </script>
    <meta name="google-site-verification" content="1xWryvOv88H2LQZYQ-t9WVyNeJ_0Na22yYNrw_HD6TU" />
    </head>
    <body>
    <?php require(DIR_WS_INCLUDES . 'header.php'); ?>
    

  5. Hi I have the Product Title-Insert New and Product Meta Description modules enabled. But when i input the title and look for the description on my view source i get nothing and the title isn't showing. I did edit the title previously in my template_top.php file where there was this:

     

    <title><?= tep_output_string_protected($oscTemplate->getTitle()); ?></title>, and the changes did show up.

     

    Would i need to edit this code in order for my title to appear?

×
×
  • Create New...