Page 1 of 1

Insert image payment method on checkout (image inside)

Posted: Thu Jan 28, 2010 10:53 pm
by espc
guys is it possible to insert an image when user chooses payment method on checkout?
see image below:

[IMG=http://img689.imageshack.us/img689/9952 ... 154623.jpg][/IMG]

it would be nice!!

Re: Insert image payment method on checkout (image inside)

Posted: Thu Jan 28, 2010 11:08 pm
by Qphoria
just change the language file
1. EDIT: catalog/language/english/payment/pp_standard.php

2. FIND:

Code: Select all

$_['text_title'] = 'PayPal';
3. REPLACE WITH:

Code: Select all

$_['text_title'] = '<img src="path/to/pp.jpg" alt="Paypal" />';

Re: Insert image payment method on checkout (image inside)

Posted: Fri Jan 29, 2010 1:10 am
by espc
thanks qphoria

Re: Insert image payment method on checkout (image inside)

Posted: Wed May 04, 2016 3:48 pm
by Daniuz
Qphoria wrote:just change the language file
1. EDIT: catalog/language/english/payment/pp_standard.php

2. FIND:

Code: Select all

$_['text_title'] = 'PayPal';
3. REPLACE WITH:

Code: Select all

$_['text_title'] = '<img src="path/to/pp.jpg" alt="Paypal" />';
Thanks Qphoria, however this fix makes editing an order to fail.

http://i.imgur.com/yyOnNUh.png

http://i.imgur.com/YeUHzLV.png

http://i.imgur.com/zDVCqQ3.png

Any help is super appreciated!

Re: Insert image payment method on checkout (image inside)

Posted: Thu May 12, 2016 11:30 pm
by Qphoria
yea, that is why I never recommend that method and made a proper mod called "Checkout Logos" that properly adds a new image field for all payments (also shipping and order totals)