Class Wcap_Order_Received
It will update the abadoned carts to recovered cart when customer reached the order received page.
Package: Abandoned-Cart-Pro-for-WooCommerce\Classes
Author: Tyche Softwares
Located at includes/frontend/wcap_order_received.php
Author: Tyche Softwares
Located at includes/frontend/wcap_order_received.php
Methods summary
public static
|
#
wcap_action_after_delivery_session( object $order )
It will update the abadoned carts to recovered cart when customer reached the order received page. If customer had placed the order after cut off time and reached the order recived page then it will also delete the abandoned cart if the order status is not pending or failed. |
public static
|
#
wcap_delete_abanadoned_data_on_order_status( integer $order_id, integer $get_abandoned_id_of_order, string $wcap_get_order_status )
If customer had placed the order after cut off time and reached the order recived page then it will also delete the abandoned cart if the order status is not pending or failed. |