Guest Posted October 26, 2008 Posted October 26, 2008 I can't find this and it's driving me crazy. Where is the table heading for "New Products For XXX" defined? I want to change what it says. I have nothing defined for this in my language files. I would assume that in my includes/languages/English.php it would be as any of the others? Like for example: define('BOX_HEADING_SEARCH', ' Quick Find'); it's not there, where could it be? TIA!
germ Posted October 26, 2008 Posted October 26, 2008 /catalog/includes/languages/english/index.php define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Guest Posted October 26, 2008 Posted October 26, 2008 /catalog/includes/languages/english/index.php define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); You would think...but it's not there. So how is anything appearing in that space??? I think I saw it one of my files earlier but now I can't find it!
germ Posted October 26, 2008 Posted October 26, 2008 The location I posted is for "stock" osC. You have a template. GOD knows where they hide the code.... :o If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Guest Posted October 26, 2008 Posted October 26, 2008 The location I posted is for "stock" osC. You have a template. GOD knows where they hide the code.... :o No, I don't have a template. Mine OSC is downloaded right off this site, I've just customized it a bit. I know I saw it somewhere....
germ Posted October 26, 2008 Posted October 26, 2008 I didn't make the soup, I can just tell you what's in it. :huh: If it's not in /store/includes/languages/english/index.php (in your case), then it's not "stock" oSC. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Guest Posted October 26, 2008 Posted October 26, 2008 No, I don't have a template. Mine OSC is downloaded right off this site, I've just customized it a bit. I know I saw it somewhere.... I found it...thanks :blush:
arietis Posted October 26, 2008 Posted October 26, 2008 I know I saw it somewhere.... try searching for it. you can use the windows 'find in files' to look for the phrase "New Products For" inside *.php files. most *decent* editors also have a search in files capability as well. i know textpad does, notepad++ probably does as well.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.