add_filter('woocommerce_cart_actions', 'salient_whatsapp_checkout_button'); function salient_whatsapp_checkout_button() { if (!is_cart()) return; $cart_items = WC()->cart->get_cart(); $mensaje = "Hola, quiero completar esta compra:%0A"; foreach ($cart_items as $item) { $product = $item['data']; $qty = $item['quantity']; $mensaje .= "- " . $product->get_name() . " x" . $qty . "%0A"; } $total = WC()->cart->get_total(); $mensaje .= "Total: " . strip_tags($total); // Reemplaza este número con tu número de WhatsApp (sin signos ni espacios) $numero_telefono = '18095551234'; $url = "https://wa.me/{$numero_telefono}?text={$mensaje}"; echo ' Finalizar por WhatsApp '; } Shop – Page 4 – Nutraceutica Skip to main content