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_Dashboard
  • Wcap_Dashboard_Widget
  • Wcap_Eent_Email_List
  • Wcap_Print_And_CSV
  • Wcap_Product_Report_List
  • Wcap_Recovered_Order_List

Class Wcap_Print_And_CSV

It will generate and display the data for the print and csv

Package: Abandoned-Cart-Pro-for-WooCommerce\Admin\Report
Author: Tyche Softwares
Located at includes/admin/wcap_print_and_csv.php

Methods summary

public static
# wcap_print_data( )

It is used to print the abandoned cart data.

It is used to print the abandoned cart data.

Since

3.8
public static
# wcap_generate_csv_report( )

This function used to generate the csv file.

This function used to generate the csv file.

Since

3.8
public static
# wcap_generate_print_report( )

This function used to generate the Print data.

This function used to generate the Print data.

Since

3.8
public static object
# wcap_generate_data( )

It will generate the abandoned cart data for print and csv.

It will generate the abandoned cart data for print and csv.

Returns

object
| array $return_abandoned_orders

Since

3.8

Globals

mixed $wpdb
mixed $woocommerce
public static string
# wcap_generate_csv( array $report )

It will prepare the data for the csv.

It will prepare the data for the csv.

Parameters

$report
All abandoned cart information

Returns

string
$csv Prepared csv format data
public static string
# wcap_generate_print_data( array $report )

It will prepare the data for the print.

It will prepare the data for the print.

Parameters

$report
All abandoned cart information

Returns

string
$print_data Prepared print format data
API documentation generated by ApiGen