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_Recover_Trash_Orders_Table

This class is used to display trashed recovered orders.

WP_List_Table
Extended by Wcap_Recover_Trash_Orders_Table
Package: Abandoned-Cart-Pro-for-WooCommerce\Classes
Author: Tyche Softwares
Since: 4.3
Located at includes/classes/class_wcap_recover_trash_orders_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

4.3

See

WP_List_Table::__construct()
public
# wcap_recovered_orders_prepare_items( )

It will prepare the list of the recovered orders, columns and other data.

It will prepare the list of the recovered orders, columns and other data.

Since

4.3
public array
# get_columns( )

It will add the columns for Recovered Orders Tab.

It will add the columns for Recovered Orders Tab.

Returns

array
$columns All columns name.

Since

4.3
public
# 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
recovered carts

Since

4.3
public array
# recovered_orders_get_sortable_columns( )

We can mention on which column we need the sorting. Here we are sorting on Cart Abandoned Date & Cart Recovered Date.

We can mention on which column we need the sorting. Here we are sorting on Cart Abandoned Date & Cart Recovered Date.

Returns

array
$columns Name of the column

Since

4.3
public string
# column_user_name( array $recovered_orders_row_info )

This function used for deleting individual row of Recovered Orders. Render the Email Column. So we will add the action on the hover affect.

This function used for deleting individual row of Recovered Orders. Render the Email Column. So we will add the action on the hover affect.

Parameters

$recovered_orders_row_info
Contains all the data of the recovered order's row

Returns

string
Data shown in the Email column

Since

4.3
public String
# wcap_recovered_orders_data( )

It will manage the recovered items from database and shows it on Recovered Orders tab with the custom email address and cart abandoned & recovered date.

It will manage the recovered items from database and shows it on Recovered Orders tab with the custom email address and cart abandoned & recovered date.

Returns

String
$return_recovered_display Recovdered Carts for the selected date range.

Since

4.3

Globals

mixed $wpdb
mixed $woocommerce
public sorted
# wcap_class_recovered_created_on_asc( array $value1, array $value2 )

It will sort the alphabetically ascending on Cart Abandoned Date.

It will sort the alphabetically ascending on Cart Abandoned Date.

Parameters

$value1
object $value1 All data of the list
$value2
object $value2 All data of the list

Returns

sorted
array

Since

4.3

Todo

Change function name
public sorted
# wcap_class_recovered_created_on_dsc( array $value1, array $value2 )

It will sort the alphabetically descending on Cart Abandoned Date.

It will sort the alphabetically descending on Cart Abandoned Date.

Parameters

$value1
object $value1 All data of the list
$value2
object $value2 All data of the list

Returns

sorted
array

Since

4.3

Todo

Change function name
public sorted
# wcap_class_recovered_date_asc( array $value1, array $value2 )

It will sort the alphabetically ascending on Cart Recovered Date.

It will sort the alphabetically ascending on Cart Recovered Date.

Parameters

$value1
object $value1 All data of the list
$value2
object $value2 All data of the list

Returns

sorted
array

Since

4.3
public sorted
# wcap_class_recovered_date_dsc( array $value1, array $value2 )

It will sort the alphabetically descending on Cart Recovered Date.

It will sort the alphabetically descending on Cart Recovered Date.

Parameters

$value1
object $value1 All data of the list
$value2
object $value2 All data of the list

Returns

sorted
array

Since

4.3
public string
# column_default( array $wcap_abandoned_orders, stirng $column_name )

It will display the data for the Recovered Orders tab.

It will display the data for the Recovered Orders tab.

Parameters

$wcap_abandoned_orders
object $wcap_abandoned_orders All data of the list
$column_name
Name of the column

Returns

string
$value Data of the column

Since

4.3
public
# get_bulk_actions( )

It will add the bulk action for moving data to trash.

It will add the bulk action for moving data to trash.

Since

4.3

Properties summary

public string $per_page

Number of results to show per page

Number of results to show per page

Since

4.3
# 30
public string $base_url

URL of this page

URL of this page

Since

4.3
#
public integer $total_count

Total number of recovered orders

Total number of recovered orders

Since

4.3
#
public integer $total_abandoned_cart_count

Total number of abandoned orders

Total number of abandoned orders

Since

4.3
#
public integer $total_order_amount

Total amount of abandoned orders

Total amount of abandoned orders

Since

4.3
#
public integer $recovered_item

Total number recovered orders item

Total number recovered orders item

Since

4.3
#
public integer $total_recover_amount

Total number recovered orders total

Total number recovered orders total

Since

4.3
#
API documentation generated by ApiGen