10 Gauge Posted January 24, 2017 Share Posted January 24, 2017 I've been racking my brain trying to figure out how to add one simple line of text to my final checkout page. My credit card merchant requires that the wording "Credit card payments processed in the United States" be on the checkout page. How the heck can I make this happen??? Thanks in advance! Link to comment Share on other sites More sharing options...
JeredBolton Posted January 25, 2017 Share Posted January 25, 2017 Assuming you're using PS1.6 and the default theme, add the following to order-payment-classic.tpl at around line 299: {if $opc} <div id="opc_payment_methods-content"> {/if} <h4>{l s='Credit card payments processed in the United States'}</h4> <div id="HOOK_PAYMENT"> {$HOOK_PAYMENT} </div> 1 Link to comment Share on other sites More sharing options...
10 Gauge Posted January 25, 2017 Author Share Posted January 25, 2017 Thank you Jered! Link to comment Share on other sites More sharing options...
peppezic Posted June 15, 2017 Share Posted June 15, 2017 <h4>{l s='Credit card payments processed in the United States'}</h4> Great solution. But I have a multil language site. How can I localize the string? Thanks. Link to comment Share on other sites More sharing options...
JeredBolton Posted June 15, 2017 Share Posted June 15, 2017 Log in to the back office and select Translations from the Localization menu. In the Modify Translations area leave the translation type as Front office, then select you theme and language and you'll then be able to provide translation strings for the text you've added. You may want to select Engish as the language in order to find where Preastshop has put the new string. Link to comment Share on other sites More sharing options...
peppezic Posted June 15, 2017 Share Posted June 15, 2017 It worked great. Thanks Jered. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now