Class Wcap_Abandoned_Cart_Details
It will fetch the abandoned cart data & generate and populate data in the modal.
Package: Abandoned-Cart-Pro-for-WooCommerce\Admin\Popup-Modal\Cart-Detail
Author: Tyche Softwares
Since: 4.8
Located at includes/admin/wcap_abandoned_cart_details.php
Author: Tyche Softwares
Since: 4.8
Located at includes/admin/wcap_abandoned_cart_details.php
Methods summary
public static
|
#
wcap_get_cart_detail_view( string $wcap_cart_id, string $wcap_email_address, string $wcap_customer_details, integer $wcap_cart_total, date $wcap_abandoned_date, string $wcap_abandoned_status, string $wcap_current_page )
This function will fetch all the data and generate the HTML required for the cart details popup modal. It will be displayed on the Abandoned carts & Send emails tab |
public static
array
|
#
wcap_get_billing_details( integer $user_id )
Returns an array of customer billing information. Should be called only for registered users. |
public static
array
|
#
wcap_get_cart_details( stdClass $wcap_cart_details, integer $wcap_cart_id = '', string $wcap_current_page = '', string $currency = '', $wcap_cart_total = 0 )
Returns the Item Name, Qty and Total for any given product in the WC Cart |