nudylady Posted September 23, 2006 Posted September 23, 2006 how to add text to catalog/includes/languages/english/checkout_confirmation.php?
Jack_mcs Posted September 23, 2006 Posted September 23, 2006 Download the file with one of the free ftp programs, edit it with an editor and upload it back to the server. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
nudylady Posted September 23, 2006 Author Posted September 23, 2006 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'); ?>
nudylady Posted September 23, 2006 Author Posted September 23, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.