When the payment feedback is send from paypage to your commerce site the feedback is send to a fixed url.
This url does is not aware of the user language who placed the order.

Therefore any action following the payment feedback (eg checkout complete -> send order email) is done in the default site language.

CommentFileSizeAuthor
#2 commerce_kbcpaypage.multilingual.patch1.21 KBwesleydv

Comments

wesleydv created an issue. See original summary.

wesleydv’s picture

StatusFileSize
new1.21 KB

Adding a rudimentary patch to fix this issue.
I used the PARAMVAR variable to send the language to Paypage.

You need to change the feedback url in Paypage to
http://example.com/commerce-kbcpaypage/callback?p=<PARAMVAR>

wesleydv’s picture

Status: Active » Needs review
matthijs’s picture

Status: Needs review » Closed (outdated)