Guest Posted June 29, 2004 Posted June 29, 2004 I need to know how to change the word PAYPAL during the checkout. You know when you click check out and then it ask you how would you like to pay? Then it list your options to them. However paypal just says paypal and we would like to change it to credit cards/payapl so that we do not confuse the client. Please help!!!!!!!!
pafweb Posted June 29, 2004 Posted June 29, 2004 Here you go: 1. Make a backup copy of the following file: \includes\languages\english\modules\payment\paypal.php 2. Change the following file: \includes\languages\english\modules\payment\paypal.php: define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', 'PayPal'); to define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', 'Credit Cards/PayPal'); and define('MODULE_PAYMENT_PAYPAL_TEXT_DESCRIPTION', 'PayPal'); to define('MODULE_PAYMENT_PAYPAL_TEXT_DESCRIPTION', 'Credit Cards/PayPal');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.