【问题标题】:Delete customer from dashboard statistics chart | OpenCart2.X从仪表板统计图表中删除客户 | OpenCart2.X
【发布时间】:2016-01-16 16:46:09
【问题描述】:

正如标题所说,我需要从仪表板的图表中删除客户。因此,只保留图表中的订单。

我该怎么做?

最好的问候,

【问题讨论】:

    标签: charts dashboard opencart2.x


    【解决方案1】:

    对于opencart 2.0.2.0,修改'admin\view\template\dashboard\chart.tpl'如下:

    换行

    $.plot('#chart-sale', [json['order'], json['customer']], option);
    

    $.plot('#chart-sale', [json['order']], option); 
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-09-24
      • 2020-02-19
      • 1970-01-01
      • 1970-01-01
      • 2021-03-09
      • 2015-07-20
      • 1970-01-01
      • 2019-11-12
      相关资源
      最近更新 更多