No products in the cart.
- ৳ 8,800
৳ 9,500 - ৳ 3,200
৳ 3,500 - ৳ 45,000
৳ 50,000 - ৳ 150,000
৳ 165,000
add_action('woocommerce_thankyou', 'send_sms_on_order');function send_sms_on_order($order_id) {if (!$order_id) return;$order = wc_get_order($order_id);$name = $order->get_billing_first_name(); $phone = $order->get_billing_phone();if (!$phone) return;// Format fix: 019 → 88019 $phone = preg_replace('/^0/', '880', $phone);$url = "https://isms.gennet.com.bd/api/v3/send-sms";$sms_data = [ "api_token" => "$2y$12$3GAxqvF6PDET3tVhK22s8u8uhP0CivDlIa.eUBsZb2f/3/QFExgvq", "sid" => "ShojonSheba", "msisdn" => $phone, "sms" => "Hi $name, your order is confirmed. Thank you for shopping with us!", "csms_id" => uniqid() ];$args = [ 'body' => json_encode($sms_data), 'headers' => [ 'Content-Type' => 'application/json' ], 'timeout' => 20 ];wp_remote_post($url, $args); }
Medical Stall – Reliable Medical Equipment Provider in Bangladesh