Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Payment Options Page Fields Editing?


nicedeals

Recommended Posts

Hi,

I had a programmer desing my oscommerce store a bit and I needed to edit some fields as shown next to the red arrow here in the pic but can't seem to find this text in the " checkout_payment.php " file as shown lower down. Any ideas where I can edit this text?

 

payment.gif

 

--------------------

<?php

/*

 $Id: checkout_payment.php,v 1.14 2003/02/06 17:38:16 thomasamoulton Exp $



 osCommerce, Open Source E-Commerce Solutions

 http://www.oscommerce.com



 Copyright (c) 2002 osCommerce



 Released under the GNU General Public License

*/



define('NAVBAR_TITLE_1', 'Checkout');

define('NAVBAR_TITLE_2', 'Payment Method');



define('HEADING_TITLE', '<b><font face="Arial" style="font-size: 16pt" color="#2F4B8C">Payment 

Information</font></b><br>

<b><font face="Arial" size="2"><b><font face="Tahoma" color="#FF0000">

<span >You can pay online via all major credit/ debit cards.<br><br>OR<br><br>You can qualify for a discount by paying via direct bank account deposits, elec. transfers, cheques etc.</span></font></b></font></b>');



define('TABLE_HEADING_BILLING_ADDRESS', 'Billing Address');

define('TEXT_SELECTED_BILLING_DESTINATION', 'Please choose from your address book where you would like the invoice to be sent to.');

define('TITLE_BILLING_ADDRESS', 'Billing Address:');



define('TABLE_HEADING_PAYMENT_METHOD', 'Payment Method');

define('TEXT_SELECT_PAYMENT_METHOD', 'Please select the preferred payment method to use on this order.<br>
<a href="http://www.nicedeals.co.uk/contact_us.php"><font color="#FF0000">(Non UK customers, please contact us first.)</font></a>');

define('TITLE_PLEASE_SELECT', 'Please Select');

define('TEXT_ENTER_PAYMENT_INFORMATION', 'This is currently the only payment method available to use on this order.');



define('TABLE_HEADING_COMMENTS', '<b><font face="Tahoma" color="#FF0000" size=2>

<span>Please use the box given below to add any additional info regarding your order.</span></font></b>');



define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', 'Continue Checkout Procedure');

define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', 'to confirm this order.');

?>

Link to comment
Share on other sites

It's very possible that he hard coded it into the checkout_payment.php file itself, and not it's language file. Check there for that sentence, or look for the hex value of FF0000, because he probably used a font tag in there to change the color instead of using the css as well.

Link to comment
Share on other sites

It's very possible that he hard coded it into the checkout_payment.php file itself, and not it's language file. Check there for that sentence, or look for the hex value of FF0000, because he probably used a font tag in there to change the color instead of using the css as well.

 

Thanks for your reply. I have no idea how to proceed with this then. All I need to do is to change the top line for online payments to say " select this if paying upto £100 "

and the second online payment line to say " select this if paying over £100 "

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...