Class Wcap_Abandoned_Orders_Table
Show Abandoned Carts data on Abandoned Orders tab.
- WP_List_Table
- Wcap_Abandoned_Orders_Table
Package: Abandoned-Cart-Pro-for-WooCommerce\Classes
Author: Tyche Softwares
Since: 2.4.7
Located at includes/classes/class_wcap_abandoned_orders_table.php
Author: Tyche Softwares
Since: 2.4.7
Located at includes/classes/class_wcap_abandoned_orders_table.php
Methods summary
public
|
|
public
|
#
wcap_abandoned_order_prepare_items( )
It will prepare the list of the abandoned carts, columns, pagination, sortable column and other data. |
public
array
|
|
public
string
|
|
public
array
|
#
get_sortable_columns( )
We can mention on which column we need the sorting. Here we are sorting abandoned cart date & abandoned cart status. |
public
string
|
#
column_email( array $abandoned_row_info )
This function used for deleting individual row of abandoned Cart. Render the Email Column. So we will add the action on the hover affect. |
public
integer
|
|
public
array
|
|
public
timestamp
|
#
wcap_class_order_date_asc( array $value1, array $value2 )
It will sort the ascending data based on the abandoned cart date. |
public
timestamp
|
#
wcap_class_order_date_dsc( array $value1, array $value2 )
It will sort the descending data based on the abandoned cart date. |
public
sorted
|
#
wcap_class_status_asc( array $value1, array $value2 )
It will sort the alphabetically ascending on the abandoned cart staus. |
public
sorted
|
#
wcap_class_status_dsc( array $value1, array $value2 )
It will sort the alphabetically descending on the abandoned cart status. |
public
string
|
#
column_default( array $wcap_abandoned_orders, stirng $column_name )
It will display the data for the abanodned column. |
public
array
|
|
public
string
|