shop:onBeforeDeleteShippingTrackingCode event
Triggered by |
/modules/shop/controllers/shop_orders.php |
Author |
LemonStand eCommerce Inc. |
public void event_onBeforeDeleteShippingTrackingCode(int $order_id, Shop_OrderTrackingCode $code)
$order_id |
int |
specifies the order identifier |
$code |
Shop_OrderTrackingCode |
specifies the tracking code |
Triggered before a shipping tracking code is deleted.
The event handler should accept two parameters - the order identifier and the Shop_OrderTrackingCode object, representing the tracking code.
|