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

Packages

  • Abandoned-Cart-Lite-for-WooCommerce
    • Admin
      • Admin-Action
      • Admin-Notice
      • Component
      • Default-Template
      • List-Class
      • Tracking-Data
      • Welcome-Page
    • Common-Functions
    • Core
    • Cron
    • Encrypt-Decrypt-Data
    • Frontend
      • Capture-Guest-Cart
    • Tracking
    • Uninstaller
  • None

Classes

  • WCAL_Abandoned_Orders_Table
  • WCAL_Product_Report_Table
  • wcal_Recover_Orders_Table
  • WCAL_Templates_Table

Class wcal_Recover_Orders_Table

Abandoned Cart Lite for WooCommerce

It will handle the common action for the plugin.

WP_List_Table
Extended by wcal_Recover_Orders_Table
Package: Abandoned-Cart-Lite-for-WooCommerce\Admin\List-Class
Author: Tyche Softwares
Since: 2.5.2
Located at includes/classes/class-wcal-recover-orders-table.php

Methods summary

public
# __construct( )

It will add the variable needed for the class.

It will add the variable needed for the class.

Since

2.5.2

See

WP_List_Table::__construct()
public
# wcal_recovered_orders_prepare_items( )

It will prepare the list of the recovered carts, like columns, pagination, sortable column, all data.

It will prepare the list of the recovered carts, like columns, pagination, sortable column, all data.

Since

2.5.2
public array
# get_columns( )

It will add the columns recovered orders list.

It will add the columns recovered orders list.

Returns

array
$columns All columns name.

Since

2.5.2
public array
# recovered_orders_get_sortable_columns( )

We can mention on which column we need the sorting. Here, Abandoned cart date and recovered date.

We can mention on which column we need the sorting. Here, Abandoned cart date and recovered date.

Returns

array
$columns Name of the column

Since

2.5.2
public string
# column_user_name( array $recovered_orders_row_info )

Render the user name Column. We will add the view detials hover link.

Render the user name Column. We will add the view detials hover link.

Parameters

$recovered_orders_row_info
Contains all the data of the recovered order row

Returns

string
$value shown in the User name

Since

2.5.2
public array
# wcal_recovered_orders_data( )

It will generate the recovered cart list data.

It will generate the recovered cart list data.

Returns

array
$return_recovered_orders_display Key and value of all the columns

Since

2.5.2

Globals

mixed $wpdb
mixed $woocommerce
public timestamp
# wcal_class_recovered_created_on_asc( array $value1, array $value2 )

It will sort the ascending data based on the abandoned cart date.

It will sort the ascending data based on the abandoned cart date.

Parameters

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

Returns

timestamp

Since

2.5.2
public timestamp
# wcal_class_recovered_created_on_dsc( array $value1, array $value2 )

It will sort the descending data based on the abandoned cart date.

It will sort the descending data based on the abandoned cart date.

Parameters

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

Returns

timestamp

Since

2.5.2
public timestamp
# wcal_class_recovered_date_asc( array $value1, array $value2 )

It will sort the ascending data based on the recovered cart date.

It will sort the ascending data based on the recovered cart date.

Parameters

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

Returns

timestamp

Since

2.5.2

Globals

mixed $woocommerce
public timestamp
# wcal_class_recovered_date_dsc( array $value1, array $value2 )

It will sort the descending data based on the recovered cart date.

It will sort the descending data based on the recovered cart date.

Parameters

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

Returns

timestamp

Since

2.5.2

Globals

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

It will display the data for the recovered column.

It will display the data for the recovered column.

Parameters

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

Returns

string
$value Data of the column

Since

2.5.2

Properties summary

public string $per_page

Number of results to show per page

Number of results to show per page

Since

2.5.2
# 30
public string $base_url

URL of this page

URL of this page

Since

2.5.2
#
public integer $total_count

Total number of recovered orders

Total number of recovered orders

Since

2.5.2
#
public integer $total_abandoned_cart_count

Total number of abandoned orders

Total number of abandoned orders

Since

2.5.2
#
public integer $total_order_amount

Total amount of abandoned orders

Total amount of abandoned orders

Since

2.5.2
#
public integer $recovered_item

Total number recovered orders

Total number recovered orders

Since

2.5.2
#
public integer $total_recover_amount

Total number recovred orders total

Total number recovred orders total

Since

2.5.2
#
API documentation generated by ApiGen