Jump to content

language problem


Guest

Recommended Posts

Hi,

i have a problem with language in the order Form. I use in my shop GERMAN language but in Cart and print form was the language in english.

I have check the "de" files all words are correct .

Have anyone an idea what i can do?

Thank you very much!

Link to comment
Share on other sites

Names of temlate variables are 'prepared' for multilangue usage, but their contents NO.

Example:

$print_order_form->assign("LANG_THANK_YOU","Thank you for shopping with us!");



$print_order_form->assign("VAL_MAKE_CHEQUES_PAYABLE_TO","Please make cheques payable to ".$module['payableTo'].".");

I see nothing but english ;)

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.

×
×
  • Create New...