Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I change the words "Conditions of use"


kalkal

Recommended Posts

Posted

How can I change the words "Conditions of use" to "Payment"? Ive only found how to change the navbar title and the heading title in includes/languages/english/conditions.php

 

 

<?php

/*

$Id: conditions.php 1739 2007-12-20 00:52:16Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Payment');

define('HEADING_TITLE', 'Payment');

 

define('TEXT_INFORMATION', '');

?>

 

 

Any solution to this?

 

Kurt

Posted

change also

 

this

 

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

 

in

 

includes/languages/english.php

Posted

change also

 

this

 

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

 

in

 

includes/languages/english.php

 

 

DUH! MANY THANX!!!!!!!!!

 

Kurt

  • 10 months later...
Posted

change also

 

this

 

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

 

in

 

includes/languages/english.php

 

Bump... Dumb question: Did this change in 2.3.1? I don't have that define line in my english.php

Posted

Bump... Dumb question: Did this change in 2.3.1? I don't have that define line in my english.php

 

Nevermind, I found it. It's in:

/catalog/includes/languages/english/modules/boxes/bm_information.php

Archived

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

×
×
  • Create New...