Class Wcap_Print_And_CSV
It will generate and display the data for the print and csv
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
|