Jump to content

Multi-Lingual Product Descriptions


tkalfaoglu

Recommended Posts

HI matt

 

You post that in 02-11-12, ... so I want to know what's happening with that new translation we are in May 2013

 

so can you tell when this great translation are available ???

 

Thank you

 

I received that message :

 

I can confirm that this feature is being considered for implementation in a future release and is currently being discussed in the following entry in our feature request system: http://requests.whmcs.com/responses/better-support-for-multilanguage . I would recommend voting for it and contributing any suggestions you may have.

 

 

( Why we need voting !! they don't see how many clients ask for that ?? )

Link to comment
Share on other sites

  • 2 months later...

I still wonder how long we will have to wait before this will be implemented.

Beside this, I see features with less votes and lower priority being already "Planned" or "In Process". :( :( :(

Really wonder where is here the difficulty.

Please peoples, go and vote on https://requests.whmcs.com/responses/better-support-for-multilanguage.

Link to comment
Share on other sites

eval var not working any more in 5.2.7 !!!

 

I think it been disabled:

whmcs_v5.2.7/whmcs/includes/smarty/plugins/function.eval.php

* Removed as a security precaution in 5.2.6

 

 

No warning about that before upgrade to edit (product descriptions) before starting upgrade, so all product descriptions gos plank :shock:

Link to comment
Share on other sites

  • 9 months later...

You can use a work around such as:

 

<div style="text-align: center;">
<div style="margin:0px; margin-top:10px"><div class="quotetitle"><input type="button" value="Description" style="width:95px;font-size:12px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Description'; }" /></div><div class="quotecontent"><div style="display: none; text-align: left; margin-top:10px">
FRENCH DESCRIPTION HERE
</div></div></div>

<div style="margin:0px; margin-top:10px"><div class="quotetitle"><input type="button" value="Features" style="width:95px;font-size:12px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Features'; }" /></div><div class="quotecontent"><div style="display: none; text-align: left; margin-top:10px">
ENGLISH DESCRIPTION HERE
</div></div></div>

<div style="margin:0px; margin-top:10px"><div class="quotetitle"><input type="button" value="Características" style="width:95px;font-size:12px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Esconder'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Características'; }" /></div><div class="quotecontent"><div style="display: none; text-align: left; margin-top:10px">
SPANISH DESCRIPTION HERE
</div></div></div>
</div>

 

Not perfect but still better than nothing

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.

  • 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