이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WooReports API

설명

Understand who are your new customers. Check out WooReports for advanced analytics and full report – New, Active, Returning, Churning, Inactive WooCommerce Customers List as well as other interesting reports.

스크린샷

설치

Download to /wp-content/plugins/wooreports-free directory, go to WordPress Admin > Plugins > active the WooReports plugin.

FAQ

Installation Instructions

Download to /wp-content/plugins/wooreports-free directory, go to WordPress Admin > Plugins > active the WooReports plugin.

How are is Number of Orders calculated?

Number of Orders is a count, considering:
a/ post type is in a defined list by WooCommerce (using the function wc_get_order_types( ‘order-count’ ) ); this assures we’re always in-sync with how WooCommerce looks at counting orders.
b/ post status is in a defined list by WooCommerce (using wc_get_order_statuses() ), so pretty much all possible post type status values; same advantages as above.
c/ obviously, it’s broken down by Month, in case it’s a monthly metric or it’s not, in case of Orders All.

How are is Amount Spent calculated?

Amount Spent is a count, considering:
a/ post type is in a defined list by WooCommerce (using the function wc_get_order_types( ‘reports’ ) ); this assures we’re always in-sync with how WooCommerce looks at calculating the amount spent by a customer.
b/ post status is in a defined list, Completed or Processing, ( (‘wc-completed’, ‘wc-processing’) ); this is important to understand as it does not represent just th evalue of the order, it represents the value of an order once the payment has been made, provided that the usual flow of statuses is preserved and the store owner sets the order in status completed or processing once he/she acknoledges the money have been transfered to the store.
c/ obviously, it’s broken down by Month, in case it’s a monthly metric or it’s not, in case of Spent All.

Can I export the data?

Exporting as csv (comma separated values) is available in the Premium edition, together with other valuable customer insights.

How can I find out which customers are churning, returning, active, inactive?

WooReports Premium offers extended analysis by providing churning, returning, active, inactive customers. Moreover, you can set you threshold at any desired value and define more than 2 current intervals and as many as you like number of previous intervals, needed for the calculation of the other indicator values (churning, returning, etc.)

How can I stay connected to what’s new?

Subscribing to our newsletter is a good way to do that. We promise we’ll just update you with what we believe as being relevant. Checkout subscription form at the bottom of our page, https://woo.report/

후기

2018년 7월 12일
This plugin is AWESOME! It has functionalities that are not found elsewhere!!! It is a must have for all woocommerce users!!! Many thanx to the author for excellent work and support!!!
모든 2 평가 읽기

기여자 & 개발자

“WooReports API”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WooReports API”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.0.2

Fixed bug in Customers Behaviour report, when MySQL version is grater than 5.5.5 and is not configured with crypto functions on

2.0.1

Adding Products Affinity

2.0.0

Major redesign of WooReports. Current WordPress Plugin is called WooReports API and will constitute the part of the solution which exposes data to WooReports Dashboard, a hosted service which you can access at https://woo.report

1.0.2

Minor changes for WordPress.org catalog listing.

1.0.0

Released.