Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

demsey

Archived
  • Posts

    22
  • Joined

  • Last visited

Everything posted by demsey

  1. I checked that one more time and my category display title but there is still problem with my products. Maybe that can help find solution. My product pages have only store name (which you can find in Admin>>My Store>>Store Name) instead of title tag. That is very weird. I found it. In my product_info.php I haven't got this: <?php /*** Begin Header Tags SEO ***/ if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) { require(DIR_WS_INCLUDES . 'header_tags.php'); } else { ?> <title><?php echo TITLE; ?></title> <?php } /*** End Header Tags SEO ***/ ?> Now is working, if there should be something different, tell me please. Thanks for all.
  2. Hi all, Header Tags SEO is working great but my categories and products pages are without title, decryption and keywords in meta tags. Each of my product has own title, keywords and description. I dont know where is the problem. I tried default settings but It didint work as well. My index.php (and contact, about us pages) are working great. They have own title description and keywords. If you can help me could be great. Thanks
  3. Hi Jack I have found it. My problem was in configure.php Thanks for HELP
  4. I have checked includes/header_tags.php (ok) Database: index.php exist in database and ID = 1 Main language English ID = 1 I installed three times and always is the same problem. I am using: - OSC RC2 - Ultimate SEO URLs v21e_1 - Sexy Admin Template RC2a - MS2-2.2-SiteMap - Google XML Sitemap - Admin 2.2 - LinksManager_V_1.15 - HeaderTags_SEO_V_3.0.3 - Template for shop is my own design (source code changed according book "How To Make Your osCommerce look a Million Dollars" by G Burton - Server: Linux Please Help :)
  5. All my private files have: <?php /*** Begin Header Tags SEO ***/ if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) { require(DIR_WS_INCLUDES . 'header_tags.php'); } else { ?> <title><?php echo TITLE; ?></title> <?php } /*** End Header Tags SEO ***/ ?> And the permissions on the includes/header_tags.php file is 777 (there is only one file with permission 777 ? )
  6. Hello everybody, I have a little bit problems with my header tags on private pages. I can’t find any solution, maybe someone can help me. - I have installed Header Tags V3.0.3 Everything is working fine but I have a couple private pages and I would like to setup different title, description and keywords for them not default. When I go to admin->HeaderTags SEO there is a dropdown for all of the available pages. I have only available that option: - Add Missing Pages - Show All Files - manufacturies.php - categories.php There isn’t index.php and other pages. I tried adding missing pages but it doesn’t work. I have no idea what I did wrong. Thanks for any help
×
×
  • Create New...