bw92116 Posted March 10, 2007 Posted March 10, 2007 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. Quote
addbrad Posted March 12, 2007 Posted March 12, 2007 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 Quote
bw92116 Posted March 13, 2007 Author Posted March 13, 2007 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. Quote
Guest Posted March 13, 2007 Posted March 13, 2007 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'); Quote
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.
Note: Your post will require moderator approval before it will be visible.