新的 WooCommerce 产品统计和相关!(WCPST) 插件为商店管理员提供了一组非常直观和详细的产品统计信息。您可能需要的所有统计数据,触手可及!
现场演示
https://www.codecanyondemo.work/wcpst/wp-admin
用户:demo
通行证:演示
如何运作
这非常简单,安装并激活后,您会在“产品”菜单语音下找到一个新的“Stas”菜单语音。在那里,您将能够添加报告的“产品卡”
商品统计数据如下:
- 每个期间的产品收入(每日、每月、早期)
- 每个国家/省份的商品收入
- 每位客户的产品收入
- 每种支付方式的产品收入
- 最佳相关产品(与所选产品一起购买最多的产品)
Shop 管理员可以添加与不同产品或同一产品(具有不同时间段)相关的多张卡片
可配置的时间段
所有统计数据都是按时间段过滤的,这样商店管理员可以检索一天或整个商店实时的统计数据!
可变产品兼容性
WCPST 还会显示产品统计信息,即使是单个变体也是如此!
产品列表页面上的 STATS 链接
WCPST 将在产品列表页面上添加新的 “stats” 列。通过这种方式,商店管理员可以轻松访问产品统计信息页面。
相关产品列表覆盖
默认情况下,WooCommerce 在产品页面上显示“相关”产品列表。但是,这些产品只是属于同一类别的产品。
WCPST 无缝覆盖了使用“真实”相关产品填充列表的默认行为。这是通过分析订单并找到购买最多的订单来完成的
产品与当前产品一起!
此外,使用 WooCommerce -> Stats – 常规选项 菜单中,可以禁用此功能或设置用于计算相关产品的时间跨度
或者,如果没有任何相关产品,则将属于同一类别的产品显示为相关产品(正常行为)。
注意: 此功能要求产品属于至少具有 2 个元素的类别,否则甚至不会调用 default 函数,因此无法覆盖它。
或者,也可以编辑以下模板文件 {your_theme_directory}/woocommerce/单产品/related.php 删除:
if ( sizeof( $related ) == 0 ) return;
陈述。您可以在模板的顶部找到它。在这种情况下,覆盖将始终有效。
购买价格,以便更准确地计算收入
对于每个产品和变体(仅适用于 WC > 2.5),商店管理员可以指定“购买价格”。指定此值后,WCPST 可以更准确地计算收益。
事实上,对于每个统计数据,收入值将计算为 sale_price – purchase_price。
屏幕截图
更改日志
= 3.2 - 24.06.2021 = * Minor improvement = 3.1 - 26.05.2021 = * Code redesign = 3.0 - 01.02.2020 = * Added new option to disable the "sale price" warning message = 2.9 - 27.06.2019 = * Fixed an issue related to the "base cost" save process = 2.8 - 07.12.18 = * Minor bugfix related to WP 5.0 = 2.7 - 06.09.18 = * Minor bugfix = 2.6 - 10.05.18 = * Minor bugfix = 2.5 - 03.08.17 = * Minor bugfix = 2.4 - 30/05/17 = * Fixed and issue with WooCommerce 3.0.7 = 2.3 - 04/05/17 = * Fixed and issue with WooCommerce 3.0.4 that prevented fields to be rendered in the register page = 2.2 - 21/02/17 = * Added support for upcoming WooCommerce 2.7 = 2.1 - 05/01/17 = * Bugfix: variation names were not properly displayed = 2.0 - 22/12/16 = * Minor bugfix = 1.9 - 08/12/16 = * Minor bugfix = 1.8 - 11/11/16 = * Minor bugfix = 1.7 - 11/10/16 = * Minor bugfix = 1.6 - 16/08/16 = * Minor bugfix = 1.5 - 19/06/16 = * Added compability with WooCommerce 2.6.1 = 1.4 - 04/03/16 = * Added new Product related list computation feature = 1.3 - 09/02/16 = * In every product card, is now displayed a warning if a "purchase price" has not been setted * Fixed an issue on total product quantities computation = 1.2 - 23/01/16 = * Bugfix = 1.1 - 22/01/16 = * Added "Purchase price" field = 1.0 - 17/12/15 = * Release