Change Payment Method Name on Checkout Page in Blesta

For the time being it is possible through changing the name in language file.

For instance we want to show something else on checkout page in Blesta. In order to change or rename the “Offline Payment” label you have to go in your blesta directory as follow:

components/gateways/nonmerchant/offline/language/en_us/offline.php

Then change the text in the file to anything.

$lang['Offline.name'] = 'Offline Payment';

For instance

$lang['Offline.name'] = 'BTC, ETH, LTC, Tron Manual Payment';

Now let’s see what the checkout page is showing.

Tada!
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments