LinkedIn
Instagram
Facebook
Log in
Pardon our dust! We're working on something amazing — check back soon!
add_action( 'woocommerce_thankyou', 'wristbliss_whatsapp_order_link', 20 ); function wristbliss_whatsapp_order_link( $order_id ) {if ( ! $order_id ) return;$order = wc_get_order( $order_id ); $phone = $order->get_billing_phone(); $name = $order->get_billing_first_name(); $order_no = $order->get_order_number();$message = "Hi $name, your order #$order_no has been successfully placed with WristBliss. Thank you for shopping with us!"; $message = urlencode( $message );echo '
📲 Send Order Confirmation on WhatsApp
'; }
Free shipping for billing over {599}