When I have paypal ipn activated, on the checkout screen it has the words "paypal ipn"
I would like to put a graphic in that location instead. I can't seem to find the file to edit.
Thanks for your help!
Kristy
When I have paypal ipn activated, on the checkout screen it has the words "paypal ipn"
I would like to put a graphic in that location instead. I can't seem to find the file to edit.
Thanks for your help!
Kristy
includes/languages/english/modules/payment/paypal.php
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Just edit the line 11 if you won't like the Paypal IPN title in admin-module - payment- paypal IPN be changed. I changed to this:
Code:define('MODULE_PAYMENT_PAYPAL_TEXT_ADMIN_TITLE', 'PayPal IPN'); define('MODULE_PAYMENT_PAYPAL_TEXT_CATALOG_TITLE', 'Paypal Or Credit Card');