skyyomedia Posted January 5, 2012 Share Posted January 5, 2012 Hello, This might have been asked before but I'm in desperate need if anyone can help. 1. I'm trying to figure out a way to change the product 'status' text. I sell services so I really need ex: terminated to say complete and active to in progress. It appears the code for this is encoded in the core files. Anyway to do this at all? 2. In products I have the need to have default text inputed into the custom field text area when a client orders. So instead of a blank white paragraph text area it would display text by default. I don't see any options for this and someone said might be able to do it with Javascript. If anyone has any clues about doing these 2 things or might actually be able to do it for me for a fee please let me know. Thanks, Steven 0 Quote Link to comment Share on other sites More sharing options...
Sitepearl Posted January 6, 2012 Share Posted January 6, 2012 Chceck out your language file: $_LANG['clientareaactive'] = "Active"; $_LANG['clientareacancelled'] = "Cancelled"; $_LANG['clientareaexpired'] = "Expired"; $_LANG['clientareapending'] = "Pending"; $_LANG['clientareasuspended'] = "Suspended"; $_LANG['clientareaterminated'] = "Terminated"; $_LANG['clientareaused'] = "Used"; 0 Quote Link to comment Share on other sites More sharing options...
skyyomedia Posted January 6, 2012 Author Share Posted January 6, 2012 Chceck out your language file: $_LANG['clientareaactive'] = "Active"; $_LANG['clientareacancelled'] = "Cancelled"; $_LANG['clientareaexpired'] = "Expired"; $_LANG['clientareapending'] = "Pending"; $_LANG['clientareasuspended'] = "Suspended"; $_LANG['clientareaterminated'] = "Terminated"; $_LANG['clientareaused'] = "Used"; Thanks that was easy enough. What is this line, don't see that in mine: $_LANG['clientareaused'] = "Used"; 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.