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!!
see image below:
[IMG=http://img689.imageshack.us/img689/9952 ... 154623.jpg][/IMG]
it would be nice!!
God, give me courage to do what I can,
humility to admit what I can't,
and wisdom to know the difference.
Opencart mods (search suggestions and so on):
http://forum.opencart.com/viewtopic.php?p=71588#p71588" onclick="window.open(this.href);return false;
just change the language file
1. EDIT: catalog/language/english/payment/pp_standard.php
2. FIND:
3. REPLACE WITH:
1. EDIT: catalog/language/english/payment/pp_standard.php
2. FIND:
Code: Select all
$_['text_title'] = 'PayPal';
Code: Select all
$_['text_title'] = '<img src="path/to/pp.jpg" alt="Paypal" />';
thanks qphoria
God, give me courage to do what I can,
humility to admit what I can't,
and wisdom to know the difference.
Opencart mods (search suggestions and so on):
http://forum.opencart.com/viewtopic.php?p=71588#p71588" onclick="window.open(this.href);return false;
Thanks Qphoria, however this fix makes editing an order to fail.Qphoria wrote:just change the language file
1. EDIT: catalog/language/english/payment/pp_standard.php
2. FIND:3. REPLACE WITH:Code: Select all
$_['text_title'] = 'PayPal';
Code: Select all
$_['text_title'] = '<img src="path/to/pp.jpg" alt="Paypal" />';
http://i.imgur.com/yyOnNUh.png
http://i.imgur.com/YeUHzLV.png
http://i.imgur.com/zDVCqQ3.png
Any help is super appreciated!
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)
Who is online
Users browsing this forum: No registered users and 28 guests