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_Sent_Emails_Table

Show abandoned cart reminder emails record on Send Emails tab.

WP_List_Table
Extended by Wcap_Sent_Emails_Table
Package: Abandoned-Cart-Pro-for-WooCommerce\Classes
Author: Tyche Softwares
Since: 2.4.7
Located at includes/classes/class_wcap_sent_emails_table.php

Methods summary

public
# __construct( )

It will add the bulk action and other variable needed for the class.

It will add the bulk action and other variable needed for the class.

Since

2.5

See

WP_List_Table::__construct()
public
# wcap_sent_emails_prepare_items( )

It will prepare the list of the User Email Address, columns, pagination, sortable column and other data.

It will prepare the list of the User Email Address, columns, pagination, sortable column and other data.

Since

2.5
public array
# get_columns( )

It will add the columns for Sent Emails Tab.

It will add the columns for Sent Emails Tab.

Returns

array
$columns All columns name.

Since

2.5
public string
# column_cb( string $item )

It is used to add the check box for the items

It is used to add the check box for the items

Parameters

$item

Returns

string

Since

4.3
public string
# column_user_email_id( array $sent_emails_row_info )

This function used for deleting individual row of abandoned Cart. Render the User Email Address. So we will add the action on the hover affect.

This function used for deleting individual row of abandoned Cart. Render the User Email Address. So we will add the action on the hover affect.

Parameters

$sent_emails_row_info
$abandoned_row_info Contains all the data of the template row

Returns

string
Data shown in the Email column

Since

2.5
public static string
# wcap_get_link_click_count( array $start_date_db, array $end_date_db )

If the customer click on the cart or checkout page link from email notification then we get the record of abandoned cart reminder email.

If the customer click on the cart or checkout page link from email notification then we get the record of abandoned cart reminder email.

Parameters

$start_date_db
Selected start date
$end_date_db
Selected end date

Returns

string
$wcap_link_clicked_count Link clicked count

Since

2.0
public static string
# wcap_get_open_count( array $start_date_db, array $end_date_db )

We get the abandoned cart reminder email opened record once the customer openes the email notification.

We get the abandoned cart reminder email opened record once the customer openes the email notification.

Parameters

$start_date_db
Selected start date
$end_date_db
Selected end date

Returns

string
$wcap_email_open_count Email opened count

Since

2.0
public array
# wcap_sent_emails_data( )

It will generate the sent abandoned cart reminder emails list for Sent Emails tab.

It will generate the sent abandoned cart reminder emails list for Sent Emails tab.

Returns

array
$return_sent_email_display Key and value of all the columns

Since

2.0

Globals

mixed $wpdb
mixed $woocommerce
public string
# column_default( array $wcap_sent_emails, stirng $column_name )

It will display the data for the abanodned column.

It will display the data for the abanodned column.

Parameters

$wcap_sent_emails
object $wcap_sent_emails All sent emails data
$column_name
Name of the column

Returns

string
$value Data of the column

Since

2.0

Properties summary

public string $per_page

Number of results to show per page

Number of results to show per page

Since

2.5
# 30
public string $base_url

URL of this page

URL of this page

Since

2.5
#
public integer $total_count

Total number of Sent Emails

Total number of Sent Emails

Since

2.5
#
public integer $open_emails

Total number of Open Emails

Total number of Open Emails

Since

2.5
#
public integer $link_click_count

Total amount of Links clicked

Total amount of Links clicked

Since

2.5
#
public integer $start_date_db

Start date

Start date

Since

2.5
#
public integer $end_date_db

End date

End date

Since

2.5
#
public integer $duration

Duration

Duration

Since

2.5
#
API documentation generated by ApiGen