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_Admin_Recovery

Class Wcap_Admin_Recovery

Send an email to the admin when the abandoned cart is recovered.

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

Methods summary

public static
# wcap_email_admin_recovery( integer $order_id, string $wcap_old_status, string $wcap_new_status )

This function will send the email to the store admin when any abandoned cart email recovered.

This function will send the email to the store admin when any abandoned cart email recovered.

Parameters

$order_id
string $order_id Order id
$wcap_old_status
Old status of the order
$wcap_new_status
New status of the order

Since

1.0

Globals

mixed $woocommerce

Hook

woocommerce_order_status_changed
public static boolean
# wcap_check_order_is_recovered( integer $wcap_order_id )

This function will check if the order is recovered or not.

This function will check if the order is recovered or not.

Parameters

$wcap_order_id
string $wcap_order_id Order Id

Returns

boolean
true | false

Since

5.0

Globals

mixed $wpdb
API documentation generated by ApiGen