Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DURING CHECKOUT .. problem


Guest

Recommended Posts

Posted

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!!!!!!!!

Posted

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');

Archived

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

×
×
  • Create New...