Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Why does my Info Box look like this? Pic inside


rev2red

Recommended Posts

Posted

I made some changes to the links but I cannot figure out why my Info Box looks like this. What did I forget the change/update?

 

infoboxproblem.gif

Posted

The text that appears in ALL_CAPS isn't defined in a PHP file...

:blush:

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 >

Posted
I made some changes to the links but I cannot figure out why my Info Box looks like this. What did I forget the change/update?

 

infoboxproblem.gif

You need to define those C_A_P_S words in the /includes/languages/english/information.php file.

Posted
You need to define those C_A_P_S words in the /includes/languages/english/information.php file.

 

I do not have that file to edit. I can't even find it in the original OSCommer download.

Posted
I do not have that file to edit. I can't even find it in the original OSCommer download.

It's in /includes/languages/ english.php file.

 

Look for this block and make your additions or changes.

 

// information box text in includes/boxes/information.php

define('BOX_HEADING_INFORMATION', 'Information');

define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');

define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');

define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');

define('BOX_INFORMATION_CONTACT', 'Contact Us');

Posted
It's in /includes/languages/ english.php file.

 

Look for this block and make your additions or changes.

 

// information box text in includes/boxes/information.php

define('BOX_HEADING_INFORMATION', 'Information');

define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');

define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');

define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');

define('BOX_INFORMATION_CONTACT', 'Contact Us');

 

That fixed it thanks!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...