• Resolved ibar

    (@ibar)


    My web site is in english language only, so I want when you are redirected to the bank to view the english page and not the greek. I spoke to the bank and told to put something like: Language Code = en-US in the string.
    Does anyone knows how to do it?
    Thanks.

Viewing 1 replies (of 1 total)
  • Hello,

    inside the form you are going to submit, when you choose Piraeus as payment option, there is a line (or you should have a line) like this:
    <input type=”hidden” id=”LanguageCode” name=”LanguageCode” value=”‘ . $LanCode . ‘”/>

    the value LanCode should be:
    $LanCode = “en-US”;

    Hope that helps

Viewing 1 replies (of 1 total)
  • The topic ‘How to send to the english page of the bank’ is closed to new replies.