No products in the cart.
- ৳ 1,250
৳ 1,450 - ৳ 2,500
৳ 2,600 - ৳ 18,500
৳ 21,500 - ৳ 12,000
৳ 14,000 - ৳ 2,800
৳ 2,900 - ৳ 140,000
৳ 150,000 - ৳ 80,500
৳ 89,000 - ৳ 45,000
৳ 50,000 - ৳ 1,490
৳ 2,100 - ৳ 27,000
৳ 32,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