We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shop Configuration:
Scenario:
Solution: Add the following language parameter to all return urls: &lang=[{$oViewConf->getActLanguageId()}]
&lang=[{$oViewConf->getActLanguageId()}]
Example bestitamazonpay4oxid_paybutton.tpl (line 85):
var newLocation = '[{$oViewConf->getSslSelfLink()|html_entity_decode}]' + 'cl=user&fnc=amazonLogin&redirectCl=user&lang=[{$oViewConf->getActLanguageId()}]' + '&amazonOrderReferenceId=' + amazonOrderReferenceId + '&access_token=' + addressConsentToken;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Shop Configuration:
Scenario:
Solution:
Add the following language parameter to all return urls:
&lang=[{$oViewConf->getActLanguageId()}]
Example bestitamazonpay4oxid_paybutton.tpl (line 85):
The text was updated successfully, but these errors were encountered: