I'm using this module in a multi-language website, with Profile i18n enabled.
On the checkout pane, profile fields stay in the default language, instead of being translated.

CommentFileSizeAuthor
#1 uc_profile.i18nprofile.patch646 bytesjdanthinne

Comments

jdanthinne’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new646 bytes

Okay, that was very urgent, so I've made a patch myself to make it work nicely with i18nprofile.
Now profile fields are correctly translated during checkout.

EvanDonovan’s picture

Status: Patch (to be ported) » Needs review

Status should be "needs review". "to be ported" is only if the patch has been applied to a more recent branch and needs a backport.

indytechcook’s picture

Status: Needs review » Fixed
jdanthinne’s picture

Great. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

herveh’s picture

Hello and sorry to reopen the conversation
I installed an updated version which included this modification,
but I still don't have translated strings on the checkout panes, any idea?
Thanks for your help!

vasrush’s picture

It is working, but only on dev version.

vasrush’s picture

Version: 6.x-1.2 » 6.x-1.x-dev
khan2ims’s picture

The translations are not showing up on review order page though..
Edit I change code on line 78 to this
'title' => t($field->title),. Now the translations are showing up on review order page as well.