Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi,

 

Befor I start - Thanks for the great contribution!

 

I have installed and all seems to be working fine, except for some text which isn't being displayed.

 

I am getting this displayed

TEXT_PRODUCT_METTA_INFO

instead of the correct text.

 

Im sure its a easy fix, could someone please give me some direction?

 

Simon.

Gynogapod - Great Products, Tiny Prices!

Posted

Okay, but WHAT contribution is it?

 

It is probable that the script should contain a reference to TEXT_PRODUCT_META_INFO and that is misspelled.

 

But we are working in the dark here ...

  • 1 month later...
Posted (edited)

I believe you are referring to Header Tags Controller v2.3.2 contribution.

 

Here is the correction I believe you are looking for (in README to Admin.txt):

 

Add the following in admin/includes/languages/english/categories.php

 

define('TEXT_PRODUCTS_PAGE_TITLE', 'Products Page Title:');

define('TEXT_PRODUCTS_HEADER_DESCRIPTION', 'Page Header Description:');

define('TEXT_PRODUCTS_KEYWORDS', 'Product Keywords:');

define('TEXT_PRODUCT_METTA_INFO', '<b>Meta Tag Information:</b>');

Edited by nbsp
  • 4 months later...
Posted
I believe you are referring to Header Tags Controller v2.3.2 contribution.

 

Here is the correction I believe you are looking for (in README to Admin.txt):

 

Add the following in admin/includes/languages/english/categories.php

 

define('TEXT_PRODUCTS_PAGE_TITLE', 'Products Page Title:');

define('TEXT_PRODUCTS_HEADER_DESCRIPTION', 'Page Header Description:');

define('TEXT_PRODUCTS_KEYWORDS', 'Product Keywords:');

define('TEXT_PRODUCT_METTA_INFO', '<b>Meta Tag Information:</b>');

 

I am having the same issue - 'TEXT_PRODUCT_METTA_INFO' shows up above each of the other 2 language description boxes when editing items. I tried what you suggested but all it did was change what it said to 'Meta Tag Information' in bold. That is not really a solution since the issue is messing up the page. The boxes are seperated by a image of a line and has this wording above it which is no where near relevant.

 

If anyone knows the solution let me know. I will greatly appreciate it!!

 

Craig

Posted
I am having the same issue - 'TEXT_PRODUCT_METTA_INFO' shows up above each of the other 2 language description boxes when editing items. I tried what you suggested but all it did was change what it said to 'Meta Tag Information' in bold. That is not really a solution since the issue is messing up the page. The boxes are seperated by a image of a line and has this wording above it which is no where near relevant.

 

If anyone knows the solution let me know. I will greatly appreciate it!!

 

Craig

 

I fixed it!

 

<sarcasm>Thanks for all your help everyone!!</sarcasm> : )

 

In catalog/admin/catagories.php around line 546 I removed the following and it went away.

 

<tr>
           <td colspan="2" class="main"><hr><?php echo TEXT_PRODUCT_METTA_INFO; ?></td>
         </tr>

 

Let me know if you have luck or problems trying the same. Also, if anyone that knows what they are doing can tell us here if this is going to cause any problems or not. I can't imagine why it would but you never know. : )

 

Craig

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...