Gamermatt Posted May 24, 2011 Share Posted May 24, 2011 Hello, I found this thread: http://www.oscommerce.com/forums/topic/372812-adding-extra-pages-to-information-box/ I followed the directions exactly, and tried adding an About Us page as well as an FAQ page. Although, the link text is coming up as BOX_INFORMATION_ABOUT and BOX_INFORMATION_FAQ. What did I do wrong? The site is: RadarBust dot com Matt Quote Link to comment Share on other sites More sharing options...
Guest Posted May 24, 2011 Share Posted May 24, 2011 Matt, You must define the language definitions in the [catalog]/includes/languages/modules/boxes/bm_information.php define('MODULE_BOXES_INFORMATION_ABOUT', 'About us'); define('MODULE_BOXES_INFORMATION_FAQ', 'FAQ'); note the definition call is different from your calls......it must now contain the MODULE name. Chris Quote Link to comment Share on other sites More sharing options...
Gamermatt Posted May 24, 2011 Author Share Posted May 24, 2011 Matt, You must define the language definitions in the [catalog]/includes/languages/modules/boxes/bm_information.php define('MODULE_BOXES_INFORMATION_ABOUT', 'About us'); define('MODULE_BOXES_INFORMATION_FAQ', 'FAQ'); note the definition call is different from your calls......it must now contain the MODULE name. Chris I have already done that. Those exact lines exist in includes/languages/english/modules/boxes/bm_information.php Thanks, though Quote Link to comment Share on other sites More sharing options...
Guest Posted May 24, 2011 Share Posted May 24, 2011 Matt, Take another look at this: BOX_INFORMATION_ABOUT and BOX_INFORMATION_FAQ Those SHOULD be coded as: MODULE_BOXES_INFORMATION_ABOUT MODULE_BOXES_INFORMATION_FAQ Your definitions are different than the ones listed in your includes/languages/english/modules/boxes/bm_information.php file. Chris Quote Link to comment Share on other sites More sharing options...
Gamermatt Posted May 24, 2011 Author Share Posted May 24, 2011 Matt, Take another look at this: Those SHOULD be coded as: MODULE_BOXES_INFORMATION_ABOUT MODULE_BOXES_INFORMATION_FAQ Your definitions are different than the ones listed in your includes/languages/english/modules/boxes/bm_information.php file. Chris ok, the problem was in includes/modules/boxes/bm_information.php. Thank you so much! 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.