Office Line Message Window is confusing for customers

Last post 03-05-2008, 1:37 PM by fexpress. 2 replies.
Sort Posts: Previous Next
  •  03-03-2008, 8:44 AM 37495

    Office Line Message Window is confusing for customers

    We have noticed an issue we would like to address after the 4.1 upgrade in which we are recieving duplicate off line messages from a number of customers.  This issue stems from confusion for the customer as reported by several customers.
     
    When the offline message is completed and the user receives the message that they will receive a reponse and then select ok; the offline message box is still in the same state appearing as though there message was not submitted and they are then selecting send again.  Once they submit it a second time they realize they have to select Cancel to exit the offline message box. 
     
    In the previouse version I beleive the window disapeared once they submitted the offline message; in either case could work out a method that is more intuitive to the customer?  Having the message box disapear worked well in the previous version. 
     
     
    P.S.  Is there any chance you will look at the security warning pop-up I posted a few weeks ago?
     
     
    Thank you;
  •  03-04-2008, 12:39 PM 37552 in reply to 37495

    Re: Office Line Message Window is confusing for customers

    fexpress,
     
    Open CuteSoft_Client\CuteChat\SupportFeedback.aspx and add the following code to line 133:
     
    window.close();
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-05-2008, 1:37 PM 37587 in reply to 37552

    Re: Office Line Message Window is confusing for customers

    Thank you; The line numer the code actually had to be applied to was 148 maybe it depens on upgarde and files replaced during the upgrade.  In the event others a looking for this solution you want to add window.close(); just below the list code

      <script>
       alert("Message sent! We will respond as soon as possible.");
       window.close();
      </script>

View as RSS news feed in XML