Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Hook Reference
  • Docs Home

Packages

  • Abandoned-Cart-Pro-for-WooCommerce
    • Admin
      • Action
      • Activate-plugin
      • Component
      • I18N
      • Import-Pro
      • License
      • Menu
      • Notices
      • Popup-Modal
        • Cart-Detail
      • Recover
      • Report
      • Setting
      • Settings
      • SMS
      • Tab
      • Template
    • Ajax-Functions
    • Classes
    • Common-Functions
    • Database-Layer
    • Encrypt-Decrypt-Data
    • Frontend
      • Cart-Capture
      • Cart-Populate
      • Coupon
      • Place-Order
    • Setting
    • Update
  • None

Classes

  • Wcap_Abandoned_Orders_Table
  • Wcap_Abandoned_Trash_Orders_Table
  • Wcap_Atc_Dashboard
  • Wcap_Dashboard_Report
  • Wcap_Dashboard_Report_Action
  • WCAP_Dashboard_Widget_Heartbeat
  • Wcap_Dashboard_Widget_Report
  • Wcap_Load_Hooks
  • Wcap_Load_Scripts
  • WCAP_Manual_Email
  • Wcap_Order_Received
  • Wcap_Product_Report_Table
  • Wcap_Recover_Orders_Table
  • Wcap_Recover_Trash_Orders_Table
  • Wcap_Send_Manual_Email
  • Wcap_Sent_Emails_Table
  • Wcap_SMS_Templates
  • Wcap_Templates_Table
  • Wcap_Tracking_msg

Class Wcap_Dashboard_Report_Action

It will show the dashboard data.

Package: Abandoned-Cart-Pro-for-WooCommerce\Classes
Located at includes/classes/class_wcap_dashboard_report_action.php

Methods summary

public
# wcap_get_all_reports( string $selected_data_range, string $start_date, string $end_date )

It will generate all the reports for the Dashboard. It will show charts, ATC stats, Template stats.

It will generate all the reports for the Dashboard. It will show charts, ATC stats, Template stats.

Parameters

$selected_data_range
Selected range of date
$start_date
Start Date
$end_date
End date

Since

3.5

Globals

mixed $wpdb
public static
# wcap_display_atc_states( string $wcap_ac_id_range )

It will display the Add To Cart popup modal stats.

It will display the Add To Cart popup modal stats.

Parameters

$wcap_ac_id_range
Selcted range.

Todo

Check if parameter is needed for the function.
public
# wcap_get_total_vs_recovered_revenue( integer|string $wcap_month_recovered_cart_amount )

It will display the recovered cart amount on the Total vs Recovered revenue chart.

It will display the recovered cart amount on the Total vs Recovered revenue chart.

Parameters

$wcap_month_recovered_cart_amount
Recovered amount

Since

3.5
public
# wcap_get_abandoned_vs_recovered_number( integer|string $wcap_month_recovered_cart_count )

It will display the recovered carts count on the Abandoned vs Recovered carts chart.

It will display the recovered carts count on the Abandoned vs Recovered carts chart.

Parameters

$wcap_month_recovered_cart_count
$wcap_month_abandoned_cart_count Recovered carts count

Since

3.5
public
# wcap_get_total_vs_abandoned_number( integer|string $wcap_month_abandoned_cart_count )

It will display the Abandoned carts count on the Total vs Abandoned carts chart.

It will display the Abandoned carts count on the Total vs Abandoned carts chart.

Parameters

$wcap_month_abandoned_cart_count
Abandoned carts count

Since

3.5
public
# wcap_get_total_vs_recovered_revenue_ratio( integer|string $ratio_of_recovered )

It will display the ratio of total and recovered amount on the Total vs Recovered chart.

It will display the ratio of total and recovered amount on the Total vs Recovered chart.

Parameters

$ratio_of_recovered
Ration of Total vs Recovered amount

Since

3.5
public
# wcap_get_abandoned_vs_recovered_number_ratio( integer|string $ratio_of_recovered_number )

It will display the ratio of abandoned and recovered count on the Abandoned vs Recovered chart.

It will display the ratio of abandoned and recovered count on the Abandoned vs Recovered chart.

Parameters

$ratio_of_recovered_number
Ration of Abandoned vs Recovered carts

Since

3.5
public
# wcap_get_total_vs_abandoned_number_ratio( integer|string $ratio_of_total_vs_abandoned )

It will display the ratio of total and abandoned count on the Total vs Abandoned chart.

It will display the ratio of total and abandoned count on the Total vs Abandoned chart.

Parameters

$ratio_of_total_vs_abandoned
Ration of Total vs Abandoned carts

Since

3.5
public
# search_by_date( )

It will display the search filter on the dashboard.

It will display the search filter on the dashboard.

Since

3.5
public
# wcap_get_total_email_sent( integer|string $wcap_sent_email_count )

It will display the total sent email count on the Send email chart.

It will display the total sent email count on the Send email chart.

Parameters

$wcap_sent_email_count
Total sent emails

Since

3.5
public
# wcap_get_total_email_sent_ratio( integer|string $wcap_sent_email_count )

It will display the ration of the sent email on the Sent email chart.

It will display the ration of the sent email on the Sent email chart.

Parameters

$wcap_sent_email_count
Ratio of sent emails

Since

3.5
public
# wcap_get_email_opened( integer|string $wcap_email_opened )

It will display the open email on the Email opened vs Email not opened chart.

It will display the open email on the Email opened vs Email not opened chart.

Parameters

$wcap_email_opened
Total email opened

Since

3.5
public
# wcap_abandoned_email_opened_ratio( integer|string $wcap_email_opened_count, integer|string $wcap_email_sent_count )

It will display the ration open email on the Email opened vs Email not opened chart.

It will display the ration open email on the Email opened vs Email not opened chart.

Parameters

$wcap_email_opened_count
Total email opened
$wcap_email_sent_count
Total email sent

Since

3.5
public
# wcap_abandoned_email_clicked( integer|string $wcap_email_clicked )

It will display the clicked email on the Email opened vs Email clicked chart.

It will display the clicked email on the Email opened vs Email clicked chart.

Parameters

$wcap_email_clicked
Total email clicked

Since

3.5
public
# wcap_emails_clicked_ratio( integer|string $wcap_emails_clicked, integer|string $wcap_email_opened_count )

It will display the ration clicked email on the Email opened vs Email clicked chart.

It will display the ration clicked email on the Email opened vs Email clicked chart.

Parameters

$wcap_emails_clicked
$wcap_email_opened_count Total email opened
$wcap_email_opened_count
$wcap_emails_clicked Total email clicked

Since

3.5
public
# wcap_create_template_section( integer|string $wcap_template_id, string $selected_data_range, string $start_date, string $end_date )

It will generate the email template stats on the dashboard. It will show only 3 stats on single row. It will display template name, template time, open, click, recovery rate for template.

It will generate the email template stats on the dashboard. It will show only 3 stats on single row. It will display template name, template time, open, click, recovery rate for template.

Parameters

$wcap_template_id
Template id
$selected_data_range
Date range
$start_date
Start date
$end_date
End date

Since

3.9

Globals

mixed $wpdb
API documentation generated by ApiGen