Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

fanzy

Pioneers
  • Posts

    9
  • Joined

  • Last visited

Everything posted by fanzy

  1. Hi jack, I think you refer to me; I'm not very experienced, can you suggest me how shall I troubleshoot with the code to find out why it thinks there is a template installed? Fanzy
  2. Jack hi, I don't have in my configure file the definitions and sure I don;t use a tmplates site but it keep saying that I have CRE or oscMax Error. I red the posts but I cannot find any assistance. I use HeaderTags_SEO_V_3.1.7, Ultimate_SEO_URLSv22d_4 and googlexml_sitemap_seo_v_1.4. I tried to check the steps in the install_catalog of HeaderTags contribution but I'm afraid it has new code and I'm not sure if I will harm it. Any suggestions? Thanks Fanzy
  3. ok thanks, one last question please can I also use Google XML Sitemap SEO V 1.4 Fanzy
  4. you mean Ultimate SEO 2-2.2d-4 your contribution dated 7 Sep 2009? is this suitable for an v2.2 RC2 Release? because it says it's for osCommerce-MS2 Please inform. Fanzy
  5. Could you please suggest what is the best Seo/Sef URL's for my osc shop, which ones to choose? Can I aslo install Contribution for Google XML Sitemap Feed? Let me inform you I have installed HeaderTags_SEO_V_3.1.7 Thanks in advance. Fanzy
  6. Hi Jack, I have installed HeaderTags_SEO_V_3.1.7 (thanks for the contribution) in a regural oscom site, not CRE or OsMax one. When tested, I have CRE or oscMax is running and the head code in the index.php file has Header Tags code installed, which is a mistake. CRE or oscMax is running and the head code in the product_info.php file has Header Tags code installed, which is a mistake. CRE or oscMax is running and the head code in the product_reviews.php file has Header Tags code installed, which is a mistake. CRE or oscMax is running and the head code in the product_reviews_info.php file has Header Tags code installed, which is a mistake. CRE or oscMax is running and the head code in the product_reviews_write.php file has Header Tags code installed, which is a mistake. CRE or oscMax is running and the head code in the specials.php file has Header Tags code installed, which is a mistake. My code at index.php for example is <head> <?php /*** Begin Header Tags SEO ***/ if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) { require(DIR_WS_INCLUDES . 'header_tags.php'); } else { ?> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE; ?></title> <?php } /*** End Header Tags SEO ***/ ?> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> I have also installed Extra pages-info box w-admin 4.6.1. Is there a possible conflict. Best regards Fanzy
×
×
  • Create New...