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. WebRTC内置debug工具,详细参数解读 chrome://webrtc-internals/

    为了确保这篇文章所写内容尽可能的准确,我决定请来Philipp Hancke来作为此篇文章的共同作者. 当你想要找到你WebRTC产品中的问题时,webrtc-internals是一个非常棒的工具,因 ...

  2. as3 TweenMax TweenLite方法

    as3 TweenMax TweenLite方法补充(暂停.重新播放.倒序播放).现在来好好的学习一下:   TweenLite.to(mc, 1.5, {x:100}); 里面的mc指所作用的对象, ...

  3. vue基础——Class与Style绑定

    Class与Style绑定 操作元素的class列表和内联样式是数据绑定的一个常见的需求. 因为它们都是属性,所以我们可以用v-bind来处理它们:只需要通过表达式计算出字符串结果即可.不过,字符串拼 ...

  4. java工程中不能存在多个数据库连接jar包

    java工程中不能存在多个数据库连接jar包 比如存在mysql-java-connector.jar的,放入mssqlserver.jar就会产生冲突.只能存在一个类型的jar包.

  5. LINUX 修复relocation error: /lib/tls/libc.so.6

    错误信息: relocation error: /lib/tls/libc.so.6: symbol _dl_tls_get_addr_soft, version GLIBC_PRIVATE not ...

  6. JAVA HttpClient进行POST请求(HTTPS)

    目前,要为另一个项目提供接口,接口是用HTTP URL实现的,最初的想法是另一个项目用jQuery post进行请求. 但是,很可能另一个项目是部署在别的机器上,那么就存在跨域问题,而jquery的p ...

  7. EnumMap实现类

    从名字上看出来,EnumMap是为枚举类服务的,它的key不能为null,在创建它的时候,必须要指定一个枚举类,如: EnumMap enumMap = new EnumMap(Season.clas ...

  8. 关于访问asp.net网站时登录后的奇怪问题

    登录后,地址栏地址变成了 http://www.XXXX.com/(F(HDc3otfFs0wkZu4P4CjZ50Qkck2q8aekR3g6F0m_NRZRo7kt7XQ6CjAFBR4PR8kZ ...

  9. EasyUI 删除

    <script type="text/javascript"> <!-- js --> /*================================ ...

  10. java基础六 [异常处理](阅读Head First Java记录)

    在程序运行时,我们不能保证所有服务和方法都是正确的,如果发生问题报错会导致程序崩溃,所以需要对一些可以预见的错误进行异常处理,通过throw去抛出一个异常,然后用try..catch..将要执行的该方 ...