Class Wcap_Actions_Handler
It will delete the record from the database.
Author: Tyche Softwares
Since: 5.0
Located at includes/admin/wcap_actions_handler.php
Methods summary
public
|
#
wcap_delete_bulk_action_handler_function( integer $abandoned_cart_id, integer $count )
This function will delete the Abandoned cart when we perform the Bulk action from the abandoned cart page. |
public
|
#
wcap_delete_template_bulk_action_handler_function( integer $template_id )
This function will delete the Template when we perform the Bulk action from the template page. |
public static
|
|
public static
|
#
delete_ac_carts( object $value, timestamp $cart_update_time )
It will delete the abandoned cart data from database. It will also delete the email history for that abandoned cart. If the user id guest user then it will delete the record from users table. |
public
|
#
wcap_recovered_delete_bulk_action_handler( integer $abandoned_cart_id )
This function will delete the Recovered cart when we perform the Bulk action from the Recovered Orders page. |
public
|
#
wcap_recovered_trash_bulk_action_handler( integer $abandoned_cart_id, integer $count )
This function will move the Recovered cart in Trash when we perform the Bulk action from the Recovered Orders page. |
public
|
#
wcap_recovered_restore_bulk_action_handler( integer $abandoned_cart_id, integer $count )
This function will restores the trash Recovered cart when we perform the Bulk action from the Recovered Orders page. |
public
|
#
wcap_abandoned_trash_bulk_action_handler( integer $abandoned_cart_id, integer $count )
This function will move the Abanodned cart in Trash when we perform the Bulk action from the Recovered Orders page. |
public
|
#
wcap_abandoned_restore_bulk_action_handler( integer $abandoned_cart_id, integer $count )
This function will restores the trash Abandoned cart when we perform the Bulk action from the Abandoned Orders page. |