K
K
kentos2021-07-16 13:26:22
opencart
kentos, 2021-07-16 13:26:22

How to display the image of the payment method?

Hello, tell me how you can display the logo in the payment method, in order editing and in the order letter

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
opencartbot, 2021-07-16
@opencartbot

The easiest way is to add the image code to the method header in the language files.
For example, there is a payment module "Bank transfer", open its language file:
catalog/language/ru-ru/extension/payment/bank_transfer.php
find a line there and add a logo to it:
$_['text_title'] = 'Банковский перевод';

$_['text_title']       = '<img src="/image/catalog/payments/bank.png"/>  Банковский перевод';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question