Class wcal_common
It will have all the common funtions for the plugin.
Package: Abandoned-Cart-Lite-for-WooCommerce\Common-Functions
Author: Tyche Softwares
Since: 2.5.2
Located at includes/wcal-common.php
Author: Tyche Softwares
Since: 2.5.2
Located at includes/wcal-common.php
Methods summary
public static
array
|
#
ts_add_plugin_tracking_data( array $data )
If admin allow to track the data the it will gather all information and return back. |
public static
array
|
|
public static
string
|
#
wcal_get_abandoned_order_count( string $get_section_result )
It will fetch the total count for the abandoned cart section. |
public static
string
|
|
public static
string
|
|
public static
boolean
|
|
public static
|
#
show_update_success( )
This function will show a dismissible success message after DB update is completed |
public static
|
#
show_update_failure( )
This function will show a dismissible success message after DB update is completed |
public static
array
|
#
wcal_get_billing_details( integer $user_id )
Returns an array of customer billing information. Should be called only for registered users. |
public static
array
|
#
wcal_get_cart_details( stdClass $v )
Returns the Item Name, Qty and Total for any given product in the WC Cart |