Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding new Information Pages


Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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