Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Text that apears on "Payment Information" page


freegeek

Recommended Posts

I only accept paypal on my site but want users to be informed that I can accept CC via paypal, I would like to add text to that effect on the "Payment Information" page.

 

text today looks like

 

Payment Method 

This is currently the only payment method available to use on this order.  

PayPal

 

I want it to say

 

Payment Method 

This is currently the only payment method available to use on this order.  
 
PayPal (Credit Cards also accepted via PayPal)

 

Can anyone direct me to the file I need to edit.

 

Thanks

Jim

Link to comment
Share on other sites

I believe you go to catalog/includes/yourlanguage/modules/payment/paypal.php

 

and change where it says

 

define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', 'PayPal');

define('MODULE_PAYMENT_PAYPAL_TEXT_DESCRIPTION', 'PayPal');

 

to

 

define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', 'PayPal (Credit Cards also accepted via PayPal)

');

define('MODULE_PAYMENT_PAYPAL_TEXT_DESCRIPTION', 'PayPal (Credit Cards also accepted via PayPal)

');

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...