ahwaznoname Posted February 9, 2021 Share Posted February 9, 2021 hi please check photo , how i can change and add another txt line below this txt ? 1- Payment Details 2-Please choose your preferred method of payment. 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted February 10, 2021 Share Posted February 10, 2021 You would need to either change the template, order form template I believe, and add the text you want or use a hook that overwrites the gateways, I think that is it, template variable with the text added in or using javascript to do so . 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 10, 2021 Share Posted February 10, 2021 16 hours ago, ahwaznoname said: how i can change and add another txt line below this txt ? I would have thought that using Language Overrides would be a better suggestion. $_LANG['orderForm']['paymentDetails'] = "Payment Details<br><p style=\"font-size: 10px;\">some more text...</p>"; $_LANG['orderForm']['preferredPaymentMethod'] = "Please choose your preferred method of payment.<br>some more text blah blah"; now depending on how much text you need to add (and where), then editing the template might ultimately be required - but i'd suggest trying the overrides option first as it should be future-proof for updates. 1 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.