RR
Asked
Hi Guys
Could you please guide me to the path where I can change the button's label for View Order page in Shop.
English is the default language and it is set to "Pay with Card", other languages "pay with cc".
Please see image attached
Thanks
Could you please guide me to the path where I can change the button's label for View Order page in Shop.
English is the default language and it is set to "Pay with Card", other languages "pay with cc".
Please see image attached
Thanks
Attachments
- MSAnsweredHello,
Only English language is up to date. For other languages, you can copy the last lines from English file and translate.
If you check `app/language/english/shop/shop_lang.php` the second last line is
```
$lang['pay_with_cc'] = 'Pay with Card';
```
You can copy it and add it to your language and translate.
Thank you - Login to Reply