This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | function kae_get_messages($status_type, $order, $cliente_nome, $itens_texto, $endereco, $total, $numero_pedido, $cliente_email) { | |
| switch ($status_type) { | |
| case 'new_order': | |
| $msg_cliente = "✅ Olá {$cliente_nome}!\n\n"; | |
| $msg_cliente .= "Seu pedido *#{$numero_pedido}* foi recebido com sucesso!\n\n"; | |
| $msg_cliente .= "📦 Itens:\n{$itens_texto}\n\n"; | |
| $msg_cliente .= "💰 Total: R$ {$total}\n\n"; | |
| $msg_cliente .= "Para mais detalhes ou tirar dúvidas:\n"; | |
| $msg_cliente .= "👉 https://wa.me/554738422940?text=Fiz%20um%20pedido%20e%20quero%20tirar%20dúvidas"; | |