Jump to content

MarketConnect store pages


Tom Wilson

Recommended Posts

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:

1621600492_Screenshot2019-04-27at14_10_35.thumb.png.30fb82a4eaf8505a138e6813c4738a22.png

 

Any ideas?

Link to comment
Share on other sites

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 by bear
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated