Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Catalog labels replaced by code


prazim

Recommended Posts

I installed some contributions this evening and when I went to preview the catalog, discovered that the labels that would normally be presenting for the various items in the sidebars are now showing the upper case lavels instead, such as BOX_INFORMATION_SHIPPING. etc. Everything seems to be working just fine but this is obviously a problem. How do I fix it?

Thanks,

Sue

Link to comment
Share on other sites

Those are normally defined in /catalog/includes/languages/english.php

 

// 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');

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 >

Link to comment
Share on other sites

Thanks SO much. Apparently, it was objecting to a line I added and in the process deleted several out. All is well again.

I'm so glad you were online tonight!!

 

Those are normally defined in /catalog/includes/languages/english.php

 

// 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');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...