Jump to content

Change status text & default field input


skyyomedia

Recommended Posts

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

Link to comment
Share on other sites

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";

Link to comment
Share on other sites

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";

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