kalkal Posted July 1, 2010 Posted July 1, 2010 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
diy Posted July 1, 2010 Posted July 1, 2010 change also this define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use'); in includes/languages/english.php
kalkal Posted July 1, 2010 Author Posted July 1, 2010 change also this define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use'); in includes/languages/english.php DUH! MANY THANX!!!!!!!!! Kurt
nowfrustrated Posted May 6, 2011 Posted May 6, 2011 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
nowfrustrated Posted May 6, 2011 Posted May 6, 2011 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.