ROQ Posted June 6, 2020 Share Posted June 6, 2020 Hi guys, I'm trying to edit some text on cart.php?a=checkout From this picture: https://prnt.sc/sut0bk I'm trying to change the text "Please choose your preferred method of payment." Does anyone know where I can find this, I've looked at the checkout.tpl but can't find anything. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 6, 2020 Share Posted June 6, 2020 13 minutes ago, ROQ said: Does anyone know where I can find this, I've looked at the checkout.tpl but can't find anything. for this, you would need to use Language Overrides to replace that string... $_LANG['orderForm']['preferredPaymentMethod'] = "Please choose your preferred method of payment."; the above docs page will walk you through the process - but the basic rule is to never edit the original language files - always use overrides were possible.... you may want to create overrides for each language your site uses - though this is your choice and you can adjust only the English (or another language if you want to. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.