Change "Dropdown list text" in Rate the Agent of Customer Chat Window

Last post 11-19-2009, 3:06 AM by AYM. 2 replies.
Sort Posts: Previous Next
  •  11-18-2009, 11:18 PM 57275

    Change "Dropdown list text" in Rate the Agent of Customer Chat Window

    Hi Adam,
     
    I like to make some changes in Rate the Agent dropdown list text (Very Good, Good, etc to sth else that we want to ).
     
    Can you point me which aspx file to look at to make changes to?
     
    Thanks and Regards,
    AYM
     
  •  11-18-2009, 11:49 PM 57276 in reply to 57275

    Re: Change "Dropdown list text" in Rate the Agent of Customer Chat Window

    Hi AYM,
     
    1. Open file CuteSoft_Client\CuteChat\SupportClient.aspx'
     
    2. Find section below, it is the dropdown you want to change
     
    <select id="dropdown_rate" onchange="SUI_RateTheAgent(this.value)">
             <option value="0" selected>-- Rate the agent --</option>
              <option value="5">Very Good</option>
              <option value="4">Good</option>
              <option value="3">Normal</option>
              <option value="2">Bad</option>
              <option value="1">Very Bad</option>
            </select>
     
    Regards,
     
    ken
  •  11-19-2009, 3:06 AM 57278 in reply to 57276

    Re: Change "Dropdown list text" in Rate the Agent of Customer Chat Window

    Thanks for your prompt reply.
     
    Rgds,
    AYM
View as RSS news feed in XML