Jack_mcs Posted March 16, 2005 Share Posted March 16, 2005 The code for index.php has not been changed per the instructions so I would guess your other files are not correct either. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
dinh Posted March 17, 2005 Share Posted March 17, 2005 The code for index.php has not been changed per the instructions so I would guess your other files are not correct either. Jack <{POST_SNAPBACK}> For some reason, I did not edit index.php, but I think I got all the other ones. Quote Link to comment Share on other sites More sharing options...
goutbouyo Posted March 18, 2005 Share Posted March 18, 2005 Hello, I put a title for a categorie but when I go to my shop at this categorie, I can see the defaut title of the shop(the first page title). Can you help me please ??? Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 18, 2005 Share Posted March 18, 2005 There's not much to go on but I will try. When you say you added a category title, do you mean you went to admin->catalog, clicked on a category and then added a title in the Header Tags field? What do you mean by seeing the default title of the shop? Do you see that on the page when you click on the category or in the title at the very top of the screen? A link would help if possible. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
goutbouyo Posted March 18, 2005 Share Posted March 18, 2005 Yes it's that : I added a title in admin-> catalog on a category. But when I go to this category page on my shop, I can see the defaut title in the the internet bar at the top of the screen(for IE : the blue bar). The default title is : define('HEAD_TITLE_TAG_DEFAULT', 'Bienvenue sur ma boutique); Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 18, 2005 Share Posted March 18, 2005 Ahh, that is two different things. The title you added in admin is the title that is displayed on the actual page when you click on a category. To change the title in the browser bar, you need to edit define('HEAD_TITLE_TAG_DEFAULT', 'Bienvenue sur ma boutique); Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
goutbouyo Posted March 18, 2005 Share Posted March 18, 2005 I speak about the title which is in the blue bar of internet explorer when I click on a category. For the products, that's working but for the category title, that doesn't work. Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 19, 2005 Share Posted March 19, 2005 When you click on a category, the page title (in the browser) and the page heading should both be whatever you set it to in admin->category. The title in the browser is taken from the title tag in the head section of your page. The title for the page is displayed by code father down the page. So if you are saying one is changing and one is not, then you have made a mistake editing the index.php file. Go back over the instructions, or post it here if you can't figure it out. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 19, 2005 Share Posted March 19, 2005 I just added an updatehere. It doesn't require any code changes. The main change was the change to the Fill Tags file to include automatic setting of the category tags. Here's what I changed: - changed the code for Filll Tags to include auto update of the category tags. - Added instruction file for Fill Tags. - Fixed typing mistake in includes/functions.php. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
dinh Posted March 19, 2005 Share Posted March 19, 2005 That worked! Thanks Jack. If that fixed my problem, what did I do wrong before? Just wondering... Quote Link to comment Share on other sites More sharing options...
♥akmac Posted March 19, 2005 Share Posted March 19, 2005 Hi there, I installed version 2.3.7 some while ago (when it was the most recent version) and then got occupied with other things. I noticed today that it is not adding the product descriptions as the meta description on product pages. I'm sure it's something I missed, but I don't know where to start looking. Everything else works great! Quote Quidquid latine dictum sit, profundum viditur. Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 20, 2005 Share Posted March 20, 2005 Jeff - I'm glad it fixed it. No idea why it did though. Cleve - Go to admin and open a product for editing. Does the Haader Tags box have an entry.If not, you need to fill it in. Download the version between 2.4.2 and 2.43 and use the Fill Tags file to do a fast populate of all the products. Don't use the one in this latest version since it won't work on your version. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
♥akmac Posted March 20, 2005 Share Posted March 20, 2005 (edited) Jack, it does have a text area. I guess the error was in my understanding that it automatically populated the meta description tag with the product description. Since this is not the case, is there a simple way to make it so? _____sorry, forgot the fix you mentioned previously---------- will it do this automatically in the future? Edited March 20, 2005 by akmac Quote Quidquid latine dictum sit, profundum viditur. Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 20, 2005 Share Posted March 20, 2005 No, it won't do it all. You either have to manually enter them or use the Fill Tags script. The latter is much easier but be sure you use the earlier version like I said. The later version my work but it will fail when it gets to the category section so youmight as well just use the correct one. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
paco-shalom Posted March 27, 2005 Share Posted March 27, 2005 I just installed the newest version of HTC in my store today. The catalog side seems to work perfectly, but I am getting errors on the Edit product pages that look like this beginning at the product description: <b>1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '/ = '49' and language_id = '1'' at line 1 select products_description from products_description where products_id // = '49' and language_id = '1' [TEP STOP] </b> Quote Link to comment Share on other sites More sharing options...
paco-shalom Posted March 27, 2005 Share Posted March 27, 2005 So I made the changes to admin/includes/functions/general.php again and now everything is working fine. I just installed the newest version of HTC in my store today. The catalog side seems to work perfectly, but I am getting errors on the Edit product pages that look like this beginning at the product description: <b>1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '/ = '49' and language_id = '1'' at line 1 select products_description from products_description where products_id // = '49' and language_id = '1' [TEP STOP] </b> <{POST_SNAPBACK}> Quote Link to comment Share on other sites More sharing options...
Guest Posted March 28, 2005 Share Posted March 28, 2005 category language mixup on page page titile Category shows up in the wrong language I just installed the contribution V2.4.3 It seems to work great. The only problem I have is that the language for the category keeps on changing in the page title bar. Some times the category language will appear in English when the page is set to Spanish and Spanish when it is set to English or French. It seems random. This mix-up is only happening on the page title. The title works fine when I get to a product page. It only happens when I am listing the contents of a category. Can any one pls advice me Thanks Amaechi Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 28, 2005 Share Posted March 28, 2005 Have you added the code to the Spanish directory? It is not part of the default install so you will need to convert it yourself. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Guest Posted March 29, 2005 Share Posted March 29, 2005 Have you added the code to the Spanish directory? It is not part of the default install so you will need to convert it yourself. Jack <{POST_SNAPBACK}> do you mean header_tags.php Yes I have added them to the respective directories. what section deals with the display of the category name in the page title and how does it chose which language to use. I mean the section that deals with creating the title of the categores page. Thanks Amaechi Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 29, 2005 Share Posted March 29, 2005 Near the top of the includes/header_tags.php file, you will see this code require(DIR_WS_LANGUAGES . $language . '/' . 'header_tags.php'); That is what decides which language to use. You may want to check in admin->localization->languages and make sure you have the languages declared. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Guest Posted March 29, 2005 Share Posted March 29, 2005 I found the problem. I went in to the edit categories in admin and was able to change the information that fill_tags.php had put there. If I run fill_tag.php again will it ruin any thing or will it just update changes. Changes that has been made since the last time.? Amaechi Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 30, 2005 Share Posted March 30, 2005 It doesn't do any checking. It just reads in the existing names and copies them. It is suppose to do it in the proper language though. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Guest Posted March 30, 2005 Share Posted March 30, 2005 It doesn't do any checking. It just reads in the existing names and copies them. It is suppose to do it in the proper language though. Jack <{POST_SNAPBACK}> Thanks Quote Link to comment Share on other sites More sharing options...
Jeffr Posted April 1, 2005 Share Posted April 1, 2005 Hello all, Im using Advanced Categories Admin (ACA) and i have successfully installed this great contribution for the products descriptions and tags. But I have some problem with the category description because the categories.php is changed by ACA. Anyone have installation procedure for ACA and Header tags controller for the category description ? Thank you. Quote Link to comment Share on other sites More sharing options...
mwgsr Posted April 5, 2005 Share Posted April 5, 2005 (edited) I'm getting a error in my catalog: Fatal error: Cannot redeclare tep_get_header_tag_products_title() (previously declared in /home/mikewolf/public_html/janwolfdesigns/includes/functions/header_tags.php:8) in /home/mikewolf/public_html/janwolfdesigns/includes/functions/header_tags.php on line 8 I read through some of the previous post with this problem, but I can still not figure it out. My files are in the correct folders. :( Edited April 5, 2005 by mwgsr Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.