Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Jack_mcs

Members
  • Posts

    31,146
  • Joined

  • Last visited

  • Days Won

    195

Everything posted by Jack_mcs

  1. I would re-install the includes/header_tags.php and english/header_tags.php files. If your title doesn't display correctly, then it is in the actual file. Otherwise, it is in one of the above. Jack Did you change the code in categories.php so that the header_tags code uses the eidtitor? Jack
  2. Native - Try editing the title in english/header_tags.php using an editor instead of admin. Does your title work then? Googly - It appears there is a mistake in the admin/cateogries.php file. Try using the one from the contribution to verify this. If it works, then you will need to compare them to find the problem (or re-install for that file). Jack
  3. That contribution doesn't make any changes to admin so it appears you have made a mistake. Jack
  4. Are you seeing that text displayed on the page? And no other error wording? If so, I think your file is corrupted somehow. Jack
  5. OK, let's start over. From what I understand, your title on the index page is not displaying. Is that correct? If so, what is the title for the ndex section in the actual includes/languages/english/header_tags.php file? Jack Yes, that is correct. What title does the reviews page show? Jack
  6. I noticed that but haven't had time to work on a fix for it. The apostrophe is causing the problem. I think I know how to fix it and will get to it eventually. There's no sutiable temporary fix for it that I can think of. Jack
  7. No, as I mentioned, the product reviews page should display the text you enter in admin. If it is not, then something is wrong somewhere. Take a look in includes/languages/english/header_tags.php and find the section for product_reviews. Does it have something entered for the title? If not, try adding something and see if it displays. If it does, verify the product_reviews.php file has the correct header tags code added to it. Jack I think you are cinfused about this works. The code you show above is not for Header Tags, it is the code used by the stock oscommerce shop. Have you installed Header Tags? Also, it doesn't change the title in the admin section so if you are seeing something changed there, it isn't due to Header Tags. What is it that you want to see happen with your title? Jack
  8. Im glad that worked. I haven't had time to look through the SEO code. Jack
  9. It's not documented. It has been that way since Header Tags was released and I never remember to change it. As for reviews, that should work as normal. Have you tried changing it? Jack
  10. Oh, I see what you mean. Even though the product_info text is listed in Text Control and you can change and save it, it is not used by the program. The title is built from the title tags you add in catalog and from the default title if that is enabled. This was done since it dillutes the SEO of the product page to add more to the title. It could be added but the code in the includes/header_tags.php file would need to be altered to add it in. Jack
  11. Find this line in the includes/modules/dynamic_sitemap.php file $files['path'][] = $file; and move it so that it is after this line $files['name'][] = ucfirst(substr($fp[$idx], $p_start + 1, $p_stop - $p_start - 1)); Does that fix it? Jack
  12. Check the admin/includes/functions/general.php file to be sure you added the header tags code to it. Jack
  13. There's only this one as far as I know. You just need to be sure you get the latest working version of it. Jack
  14. What I meant is where is it coming from? That is not part of Header Tags is it? The dash should be added in includes/header_tags.php. It appears to be missing though. Find this line in the product_info section $tags_array['title']= clean_html_comments($the_product_info['products_head_title_tag']) . ' ' . HEAD_TITLE_TAG_ALL; and change it to $tags_array['title']= clean_html_comments($the_product_info['products_head_title_tag']) . ' - ' . HEAD_TITLE_TAG_ALL; Jack
  15. Yes, but you need to copy the includes/languages/english/header_tags.php file too. Jack
  16. Check in the language file for that file and see what NAVBAR_TITLE is defined as. Any special characters? It uses that to build the link so that would effect it. Jack
  17. The second one looks correct. What is product_info title? Jack
  18. I'm not seeing the breadcrumb problem here. If you mouse over the link on the site map is the link correct? The url problem isn't a problem with this contribution. I will look at it eventually but no telling when. You may want to ask in the support thread for Ultimate SEO. Jack
  19. Your need to copy the header_tags files in both english directories into the spanish directories and copy the changes in the english.php file to the spanish.php file (in admin). Jack
  20. I compared those settings to a shop I have here with Canada Post installed and none of the match. I'm not talking about the data, I mean the fields. It appears you have some other version of that contribution. have you tried removing it and re-installing it? About checking the contributions for a different version? They are easy to switch. Jack
  21. The databse_tables file in catalog is not changed by header tags so it looks like the problem is related to some other change. See what is on line 13 of that file. It might give you a clue. Jack
  22. If you click on the module in admin and then on edit, is it set to true? Can you get any of the shipping mods to show up? Jack
  23. Change the permissions on includes/languages/english/header_tags.php to 755 (or 777 if needed) and try again. For more details as to why, read the previous posts abou thtis. Jack
  24. It is meant to be installed in the admin part of your shop. If you installed some of the files in the shop pat, then you many have caused the problem. Go over the instructions and be sure the correct files were changed. They should all have been in admin. Jack
×
×
  • Create New...