Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to add text to includes/languages/english/checkout_confirmation.php?


nudylady

Recommended Posts

Posted
Download the file with one of the free ftp programs, edit it with an editor and upload it back to the server.

 

Jack

 

thank you.

 

this is the file. If I want to add text, how should I do? If I write text in it. it will be parse error.

<?php

/*

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

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE_1', 'Checkout');

define('NAVBAR_TITLE_2', 'Confirmation');

 

define('HEADING_TITLE', 'Order Confirmation');

 

define('HEADING_DELIVERY_ADDRESS', 'Delivery Address');

define('HEADING_SHIPPING_METHOD', 'Shipping Method');

define('HEADING_PRODUCTS', 'Products');

define('HEADING_TAX', 'Tax');

define('HEADING_TOTAL', 'Total');

define('HEADING_BILLING_INFORMATION', 'Billing Information');

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

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

define('HEADING_PAYMENT_INFORMATION', 'Payment Information');

define('HEADING_ORDER_COMMENTS', 'Comments About Your Order');

 

define('TEXT_EDIT', 'Edit');

?>

Posted

I simply wanted put a message at the payment selection page advising the customer to make sure they return from the PayPal site to my site to complete their order.

 

the page is checkout_confirmation.php

Archived

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

×
×
  • Create New...