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_Product_Report_Table

Abandoned Cart Lite for WooCommerce

It will handle the common action for the plugin.

WP_List_Table
Extended by WCAL_Product_Report_Table
Package: Abandoned-Cart-Lite-for-WooCommerce\Admin\List-Class
Author: Tyche Softwares
Since: 2.5.3
Located at includes/classes/class-wcal-product-report-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.3

See

WP_List_Table::__construct()
public
# wcal_product_report_prepare_items( )

It will prepare the list of the Product reports, like columns, pagination, sortable column, all data

It will prepare the list of the Product reports, like columns, pagination, sortable column, all data

Since

2.5.3
public array
# get_columns( )

It will add the columns product report list.

It will add the columns product report list.

Returns

array
$columns All columns name.

Since

2.5.3
public array
# wcal_product_report_data( )

It will generate the product list data.

It will generate the product list data.

Returns

array
$return_product_report_display Key and value of all the columns

Since

2.5.3

Globals

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

It will display the data for product column

It will display the data for product column

Parameters

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

Returns

string
$value Data of the column

Since

2.5.3

Properties summary

public string $per_page

Number of results to show per page

Number of results to show per page

Since

2.5.3
# 30
public string $base_url

URL of this page

URL of this page

Since

2.5.3
#
public integer $total_count

Total number of products

Total number of products

Since

2.5.3
#
API documentation generated by ApiGen