Jump to content

Translating the new order forms


tkalfaoglu

Recommended Posts

Hi there. In the new order forms, there are some items that are bugging me.

For example,

$_LANG['shoppingCartProductPerMonth'] = "<span>:price</span>/:countmo";

 

this shows something like this:

From 15.00 / 6 mo

 

...in English, but that is meaningless in my language, where I need to have it say:

15.00 TL/6 ay

 

Likewise, the translated version of "From" needs to go to the END of the sentence, not at the beginning like here.. As the sentence structure is different for Turkish.

Any ideas how to change the $_LANG['shoppingCartProductPerMonth'] ?

Thanks! -turgut

Edited by tkalfaoglu
Link to comment
Share on other sites

this sounds similar to the bug reported below...

 

http://forum.whmcs.com/showthread.php?109402-Supreme-Comparison-orderform-not-able-to-translate-product-pricing-minprice-cycleText

http://forums.whmcs.com/showthread.php?109355-Supreme-Comparison-orderform-how-to-translate-product-pricing-minprice-cycleText

 

as with the above thread, the only solution in the short-term would be to use Smarty replace.

 

the issue with moving "From" (which will be a separate language variable) from the start to the end, depending on the language, will probably require an {if} statement in the products.tpl template if your site uses multiple languages - if you're only using Turkish, then it should be a simpler edit.

Link to comment
Share on other sites

  • 2 weeks later...

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated