Customers' Role in Good Customer Service 客户在高质量客服中的作用
⑴High-quality customer service is preached by many,but actually keeping customers happy is easier said than done.
⑵Shoppers seldom complain to the manager or owner of a retail store,but instead will alert their friends,relatives,co-workers,strangers-and anyone who will listen.
⑶Some managers are often the last to hear complaint,and often find out only when their regular customers decide to frequent their competitors,according to a study jointly conducted by Verde Group and Wharton school.
⑷"Storytelling hurt retails and entertain customers,",said Paula Courtney,president of the Verde Group."The store loses the customer,but the shopper must also find a replacement." ⑸On average,every unhappy customer will complain to at least four others,and will no longer visit the specific store.For every dissatisfied customer,a store will lose up to three more due to negative reviews.The resulting "snowball effect"can be disastrous to retailers.
⑹According to the research,shoppers who purchased clothing encountered the most problems.Ranks second and third were grocery and electronics customers.
⑺The most complaints include filled parking lots,cluttered shelves,over-loaded racks,out-of-stock items,long check-out lines,and rude salespeople.
⑻During peak shopping hours,some retailers solved the parking problems by getting moonlighting local police to work as parking attendants.Some hired flag wavers to direct customers to empty parking spaces.The guidance eliminated the need for customers to circle the parking lot endlessly,and avoided confrontation between those eyeing the same parking space.
⑼Retailers can relieve the headaches by redesigning store layouts,pre-stocking sales items,hiring speedy and experienced cashiers,and having sales representatives on hand to answer questions.
⑽Most importantly,sales people should be diplomatic and polite with angry customers.
()"Retailers who're responsive and friendly are more likely to smooth over issues than those who aren't so friendly,"said Professor Stephen Hoch."Maybe something as simple as a greater at the store entrance would help. ()Customers can also improve future shopping experiences by filing complaints to the retailer,instead of complaining to the rest of the world.Retailers are hard-pressed to improve when they have no idea what is wrong.
注:单词只有在句子和语境中才是有意义的

18 Customers' Role in Good Customer Service 客户在高质量客服中的作用的更多相关文章

  1. 将M个客服随机分配给N个客户

    class AllocUser { //客户多于客服 public static void Test() { var customers = new List<Customer>() { ...

  2. Data Flow Diagram with Examples - Customer Service System

    Data Flow Diagram with Examples - Customer Service System Data Flow Diagram (DFD) provides a visual ...

  3. MB2-718 Certification: (Microsoft Dynamics 365 Customer Service) – Field Service, Customer Assets

    Come from : https://neilparkhurst.com/2018/02/25/mb2-718-certification-microsoft-dynamics-365-custom ...

  4. 用c#开发微信 (18) 多客服

    微信官方的多客服接口原理是通过用户发送的信息,开发者服务器返回一条指定类型的响应信息,使用户的对话状态切换到官方的多客服状态(持续一段时间),这段时间内用户发送的所有信息都不会到达开发者的服务器,而是 ...

  5. Azure开发者任务之二:Cloud Service项目添加到ASP.Net Web中

    假设我们正在把现有的Web应用程序或ASP.Net MVC Web应用程序迁移到云中.在这种情况下,我们需要把云服务添加到现有的Web应用程序或ASP.Net MVC Web应用程序中. 我们有一个W ...

  6. SharePoint 2013 Service 状态无法启动,显示“启动中(Starting)”

    Problem 在SharePoint 2013 Central Administration中启动 SharePoint Service(也称为:Service Machine Instance)时 ...

  7. 客户关系管理系统(CRM)的开发过程中使用到的开发工具总结

    开发<客户关系管理系统(CRM)>软件过程,也就是一个标准的Winform程序的开发过程,我们可以通过这个典型的软件开发过程来了解目前的开发思路.开发理念,以及一些必要的高效率手段.本篇随 ...

  8. 促进客户转化,提高客单价!酷客多小程序发布版本V1.0.9!

    商户和企业主的又一次福音!酷客多小程序新零售o2o商城系统酷爱用户,为了追求极致的用户体验,没日没夜地沉浸于新功能的开发,经过一番努力,新功能终于上线啦! 此次版本迭代,在原有功能基础上做了大幅提升, ...

  9. 第18课-数据库开发及ado.net 连接数据库.增.删.改向表中插入数据并且返回自动编号.SQLDataReade读取数据

    第18课-数据库开发及ado.net 连接数据库.增.删.改向表中插入数据并且返回自动编号.SQLDataReade读取数据 ADO.NET 为什么要学习? 我们要搭建一个平台(Web/Winform ...

随机推荐

  1. java msgbox

    JAVA import javax.swing.JOptionPane; JOptionPane.showMessageDialog( null,"sample dialog !" ...

  2. jquery formValidator 表单验证插件, ajax无法传值到后台问题的解决

    今天使用jquery   formValidator-4.0.1 这个插件做表单验证,  前台验证已写好, 准备写ajax验证, 结果无法把值传到后台 .ajaxValidator({ url : & ...

  3. hibernate-list

    Hibernate多表关联查询类: 1. sql查询两个或两个以上的字段,默认情况下,list中封装的是Object[],长度与所查询的字段数一致.这种方式获取的数据只能通过index下标获取. su ...

  4. 编写jQuery插件(三)——三个插件例子

    封装jQuery对象方法的插件 表格隔行变色插件 CSS部分: .even{ background:#CCC; } .odd{ background:#666; } .selected{ backgr ...

  5. 安装 neo4j 在 .../bin 目录下使用 ./neo4j 没反应 和 从csv 导入数据到neo4j

    可以使用 /bin/sh ./neo4j start 如果提示:./neo4j: 28: set: Illegal option -o pipefail 那么 ubuntu”set Illegal o ...

  6. JDK、JRE和JAR区别(转载)

    JDK里面的工具也是用Java编写的,它们本身运行的时候也需要一套JRE,如C:/Program Files/Java/jdk1.5.x/目录下的JRE.而C:/Program Files/Java/ ...

  7. Ubuntu 安装 Zabbix 3.2详细步骤

    创建 zabbix 用户 因为zabbix 程序的守护进程需要非特权用户,所以需要创建一个 zabbix 用户,即使从 root 用户启动 zabbix 程序,也会自动切换到 zabbix 用户,所以 ...

  8. tomcat发布webservice

    编写后台代码: package test; import javax.jws.WebParam; import javax.jws.WebService; @WebService public cla ...

  9. X_PU

    通俗易懂告诉你CPU/GPU/TPU/NPU...XPU都是些什么鬼?[附把妹秘籍] 2017-10-27 19:54移动芯片/谷歌 作者:iot101君 物联网智库 原创 转载请注明来源和出处 现在 ...

  10. access数据库收缩(压缩)

    一般是因为表中有大量没用的数据,把没用的数据全部删除 菜单栏的“工具”——“数据库实用工具”——“压缩和修复数据库” OK啦