Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hopefully this is an easy one to answer.

 

I insalled "Featured Products v. 1.5.9" and it works, but the text at the top of the featured products module on the main page reads, "TABLE_HEADING_FEATURED_PRODUCTS" where I would like it to just read "Featured Products" or something else.

 

The featured products box that appears in the right column of every page reads, "BOX_HEADING_FEATURED" where I would like it to read just "Featured" or something else.

 

How do I edit these?

Thanks for your help.

Posted
Hopefully this is an easy one to answer.

 

I insalled "Featured Products v. 1.5.9" and it works, but the text at the top of the featured products module on the main page reads, "TABLE_HEADING_FEATURED_PRODUCTS" where I would like it to just read "Featured Products" or something else.

 

The featured products box that appears in the right column of every page reads, "BOX_HEADING_FEATURED" where I would like it to read just "Featured" or something else.

 

How do I edit these?

Thanks for your help.

 

Normally

 

/includes/languages/english

Posted
Normally

 

/includes/languages/english

 

I'll look there - thanks. By the way, I did get it to read what I want it to read by adding a couple of lines to the application_top.php file.

Posted
Hopefully this is an easy one to answer.

 

I insalled "Featured Products v. 1.5.9" and it works, but the text at the top of the featured products module on the main page reads, "TABLE_HEADING_FEATURED_PRODUCTS" where I would like it to just read "Featured Products" or something else.

 

The featured products box that appears in the right column of every page reads, "BOX_HEADING_FEATURED" where I would like it to read just "Featured" or something else.

 

How do I edit these?

Thanks for your help.

I've got this in catalog/includes/languages/english/index.php:

define('TABLE_HEADING_FEATURED_PRODUCTS', 'Featured Products');

 

and this in catalog/includes/languages/english.php:

define('BOX_HEADING_FEATURED', 'Featured');

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...