Page 1 of 1
Modify payment labels in Checkout page
Posted: Tue May 09, 2023 12:57 am
by Django29
Hello.
I already did it, but I don't remember how to change the names of the payment methods in the fifth tab of the checkout page.
In my case : Bank transfer and Paypal.
In which language file are they ?
Re: Modify payment labels in Checkout page
Posted: Tue May 09, 2023 1:19 am
by by mona
No OC version
you said hello so I will forgive the missing please
catalog/language/*/extension/payment
in your case paypal.php and bank_transfer.php
Re: Modify payment labels in Checkout page
Posted: Tue May 09, 2023 3:18 am
by Django29
Thanks. OC 3.0.3.8
It works for Bank tranfer, but the Paypal label displayed is only "Paypal", and in the language file file we have :
Code: Select all
$_['text_title'] = 'PayPal (Express, Card)';
$_['text_paypal_express'] = 'PayPal Express';
$_['text_paypal_card'] = 'PayPal Card';
$_['text_wait'] = 'Veuillez patienter.';
$_['text_order_message'] = 'Protection PayPal vendeur - %s';
Re: Modify payment labels in Checkout page
Posted: Tue May 09, 2023 3:37 am
by by mona
I dont know which paypal you use .. have you tried pp_standard.php ?
Re: Modify payment labels in Checkout page
Posted: Tue May 09, 2023 2:42 pm
by Django29
Yes Paypal standart.