And then there was one les Posted May 28, 2013 Share Posted May 28, 2013 Yes this is really a good idea if you only have a few products, but if have a little more it's not a particularly good idea, as this will give you too much work If you have a lot of products it really doesn't matter which method you use to do this, its still going to be a lot of work. 0 Quote Link to comment Share on other sites More sharing options...
Sylvie Posted May 28, 2013 Share Posted May 28, 2013 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 ?? ) 0 Quote Link to comment Share on other sites More sharing options...
Webdomain.com Posted August 1, 2013 Share Posted August 1, 2013 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. 0 Quote Link to comment Share on other sites More sharing options...
faisal Posted August 4, 2013 Share Posted August 4, 2013 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 0 Quote Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted May 27, 2014 Share Posted May 27, 2014 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 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.