1 Attachment(s)
Adding CC icons to PayPal in checkout method
Hi there
I researched this issue and found a pointer in the archieves. Thought I would post a solution since I think that some of you might also display a Master and Visa icon next to the Paypal payment method during checkout. I have had several enquires from customers wanting to pay by CC but didn't realise that Paypal is what they could use.
Edit the file includes/languages/english/modules/payments/paypal.php
around line 23 from:
define('MODULE_PAYMENT_PAYPAL_TEXT_CATALOG_TITLE', 'Paypal');
to:
define('MODULE_PAYMENT_PAYPAL_TEXT_CATALOG_TITLE', 'Paypal <img src="http://your_domain/zencart_folder/images/master_visa.jpg">');
Upload the attached file to the above folder and then test and all should be cool.
EDIT: Moderator edit to add the word "to" for clarity
EDIT: Further moderator note: It is always wise to ensure that you have legitimate copyright permission to use any graphic on your site, including trademarked images such as Credit Card logos/symbols.
Thus, use these at your own risk.
Re: Adding CC icons to PayPal in checkout method
This is a great idea that I would like. I followed instructions but it didnt work.
I have found that when I do anything like this, trying to get images to show in pages etc they never work. the only way they do is when it is pulling them from a live page. Am I doing something wrong.
Re: Adding CC icons to PayPal in checkout method
It may not be clear to a novice that you have to remove the first define line and replace it with the second. Also there will be a need to take care of the secure page warning.
1 Attachment(s)
Re: Adding CC icons to PayPal in checkout method
Here is another image to use with the paypal.