Tom Wilson Posted April 27, 2019 Share Posted April 27, 2019 Hello I am trying to change some text on the Store pages so it's English, not American English, for example it says "Organization", not "Organisation". I've replaced all American spelt words in the language file, but some still show on the Market store's actual page, see screenshot: Any ideas? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 27, 2019 Share Posted April 27, 2019 23 minutes ago, Tom Wilson said: Any ideas? then it's time to edit the templates! 🙂 for the above screenshot, that template is templates/six (or your custom)/store/ssl/index.tpl 1 Quote Link to comment Share on other sites More sharing options...
bear Posted April 27, 2019 Share Posted April 27, 2019 (edited) I'm curious as to where this is defined? "{lang key="store.ssl.ov.descriptionContent"}" That call exists in the OV template only, and this as well as the title seem to generate that text. I searched the entire download, and it doesn't seem to exist in that. Maybe I'm not looking in 7.7.1, and that's the place it's now defined? (not there either) Edited April 27, 2019 by bear 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 27, 2019 Share Posted April 27, 2019 Just now, bear said: I'm curious as to where this is defined? "{lang key="store.ssl.ov.descriptionContent"}" $_LANG['store']['ssl']['ov']['descriptionContent'] = "<p>Organization Validated SSL Certificates provide instant identity confirmation and strong SSL protection for your website and business.</p><p>OV SSL is an organization validated certificate that gives your website a step up in credibility over domain validated SSL Certificates. It activates the browser padlock and https, shows your corporate identity, and assures your customers that you take security very seriously. Site visitors can verify that the website is operated by a legitimate company and is not an imposter site.</p>"; the above is from the v7.7.1 English language file. 0 Quote Link to comment Share on other sites More sharing options...
bear Posted April 27, 2019 Share Posted April 27, 2019 Ah, I get it now. "." represents those vars in the lang file. No wonder it didn't find it. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 28, 2019 Share Posted April 28, 2019 22 hours ago, bear said: Ah, I get it now. "." represents those vars in the lang file. No wonder it didn't find it. it's just the same as using the code below in the template... {$LANG.store.ssl.ov.descriptionContent} sometimes it's easier to use the lang key method, other times it can be simpler to use the older $LANG - especially if you're tweaking it. 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.