From cfaeb22b9185e0a0b4340458ae9933c9ec32a5b6 Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Mon, 8 Feb 2021 11:40:24 +0600 Subject: [PATCH] shortmessage showing issue fixed --- includes/ajax_add_to_cart.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/ajax_add_to_cart.php b/includes/ajax_add_to_cart.php index 007eb4ce..c6b83c2e 100644 --- a/includes/ajax_add_to_cart.php +++ b/includes/ajax_add_to_cart.php @@ -540,10 +540,11 @@ function wpt_render_meta_on_cart_and_checkout( $cart_data, $cart_item = null ) { * Adding Customer Message to Order * * @param type $item_id Session ID of Item's - * @param type $values Value's Array of Customer message - * @param type $cart_item_key + * @param type $item Value's Array of Customer message + * @param type $order_id * * @since 1.9 6.6.2018 d.m.y + * @fixed * @return Void This Function will add Customer Custom Message to Order */ function wpt_order_meta_handler( $item_id, $item, $order_id ) {