| Server IP : 54.94.228.101 / Your IP : 172.28.20.13 Web Server : Apache System : Linux ip-172-28-29-189 6.5.0-1014-aws #14~22.04.1-Ubuntu SMP Thu Feb 15 15:27:06 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.2.34-43+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/vinumday2_0/resources/views/emails/ |
Upload File : |
<?php
$style_fontblue = "font-weight:400;color: #313968; font-size: 14px; font-family: 'Montserrat',sans-serif;";
$style_fontorange = "color: #e1624a; font-size: 14px; font-family: 'Montserrat',sans-serif; font-weight:600;";
$style_td = "$style_fontblue";
$style_th = "$style_fontorange text-align: left;";
?>
<table style="width: 100%;">
<tr>
<td>
<center>
<table style="width: 680px;margin: 0 auto; text-align: left;">
<tr>
<td>
<div style="width:220px; text-align: center;margin: 0 auto;margin-bottom: 30px;margin-top: 30px;">
<img src="<?php echo url('img/site/logo-email.png'); ?>" alt="">
</div>
<p style="<?php echo $style_fontorange; ?> font-size: 22px;">Olá <?php echo $pedidoEntrega->adega->cliente->nome; ?> <?php echo $pedidoEntrega->adega->cliente->sobrenome; ?>,</p>
<p style="<?php echo $style_fontblue ?>line-height: 20px;"><?php echo formata_tags_texto($textoEmail); ?></p>
<!-- <p style="<?php //echo $style_fontorange ?>line-height: 20px;padding: 0;margin:0; font-weight: normal;"><b>ATENÇÃO:</b> Em virtude das <b>férias de final de ano, </b> as solicitações</p>
<p style="<?php //echo $style_fontorange ?>line-height: 20px;padding: 0;margin:0; font-weight: normal;">de entrega realizadas entre <b>16 e 31/12</b> serão processadas na</p>
<p style="<?php //echo $style_fontorange ?>line-height: 20px;padding: 0;margin:0; font-weight: normal;">primeira semana de 2019</p> -->
@if($pedidoEntregaStatus->exibe_infos_entrega)
<p style="<?php echo $style_fontblue ?>line-height: 20px;padding: 0;margin:0;"><b>Lembramos que nosso prazo para o processamento de pedidos é de 5 dias úteis, ao qual deve ser acrescentado o prazo de transporte para sua região, conforme</b></p>
<p style="<?php echo $style_fontblue ?>line-height: 20px;padding: 0;margin:0;"><b>política de entrega disponível em https://www.vinumday.com.br/informacoes-entregas </b></p>
<p style="<?php echo $style_fontblue ?>line-height: 20px;padding: 0;margin:0; font-weight: normal; display: none;">*Solicitações de entrega contendo vinhos do <b>outlet</b> serão despachadas a partir do dia <b>15/04/2021</b></p>
@endif
@if(isset($basic) && !empty($basic->mensagem_entregas))
<p style="<?php echo $style_fontorange ?>line-height: 20px;padding: 0;margin:0;margin-top: 20px;"><?php echo nl2br($basic->mensagem_entregas)?></p>
@endif
@if($pedidoEntregaStatus->exibe_infos_entrega)
<table style="background: #eae2df; width:100%;padding: 20px;margin-bottom: 20px;margin-top: 20px;">
<tr>
<th style="<?php echo $style_th; ?>">INFORMAÇÕES DE ENTREGA</th>
</tr>
<tr>
<th style="padding-bottom: 10px;"></th>
</tr>
<tr>
<td style="<?php echo $style_td; ?>"><?php echo $pedidoEntrega->adega->cliente->nome; ?> <?php echo $pedidoEntrega->adega->cliente->sobrenome; ?></td>
</tr>
<tr>
<td style="<?php echo $style_td; ?>">T: <?php echo $pedidoEntrega->adega->cliente->telefone; ?> </td>
</tr>
@if($pedidoEntrega->endereco && !$pedidoEntrega->retirada_local)
<tr>
<td style="<?php echo $style_td; ?>"><?php echo $pedidoEntrega->endereco->logradouro; ?>, <?php echo $pedidoEntrega->endereco->numero; ?>, <?php echo ($pedidoEntrega->endereco->complemento) ? $pedidoEntrega->endereco->complemento : ''; ?></td>
</tr>
<tr>
<td style="<?php echo $style_td; ?>"><?php echo $pedidoEntrega->endereco->bairro; ?></td>
</tr>
<tr>
<td style="<?php echo $style_td; ?>"><?php echo $pedidoEntrega->endereco->cidade->nome; ?>, <?php echo $pedidoEntrega->endereco->estado->nome; ?>, <?php echo $pedidoEntrega->endereco->cep; ?></td>
</tr>
<tr>
<td style="<?php echo $style_td; ?>"><?php echo $pedidoEntrega->endereco->pais->nome; ?></td>
</tr>
@else
<tr>
<td style="<?php echo $style_td; ?>"><strong>RETIRADA NO LOCAL:</strong> <?php echo date('d/m/Y', strtotime($pedidoEntrega->data_retirada)); ?> - <?php echo date('H:i', strtotime($pedidoEntrega->data_retirada)); ?>h</td>
</tr>
<tr>
<td style="<?php echo $style_td; ?>">Rua Olavo Bilac, 61, Casa, B. Rio Branco</td>
</tr>
<tr>
<td style="<?php echo $style_td; ?>">Caxias do Sul, RS, Brasil, 95010-080</td>
</tr>
@if(!empty($pedidoEntrega->observacoes))
<tr>
<td style="<?php echo $style_td; ?>"><strong>Observações:</strong> {{ $pedidoEntrega->observacoes }}</td>
</tr>
@endif
@endif
</table>
<table style="background: #eae2df; width:100%;padding: 20px;margin-top: 20px;margin-bottom: 20px;">
<tr>
<th style="<?php echo $style_th; ?>border-bottom: 1px solid white;padding:5px 0;">PRODUTO</th>
<th style="<?php echo $style_fontorange; ?>text-align: center;border-bottom: 1px solid white;padding:5px 0;">QUANTIDADE</th>
</tr>
<?php foreach ($produtos as $produto): ?>
<tr>
<td style="<?php echo $style_td; ?>border-bottom: 1px solid white;padding:5px 0;"><?php echo $produto->nome; ?></td>
<td style="<?php echo $style_td; ?>text-align: center;border-bottom: 1px solid white;padding:5px 0;"><?php echo intval($produto->quantidade_produto); ?> <?php echo $produto->unidade_de_medida; ?>.</td>
</tr>
<?php endforeach ?>
</table><br>
<p style="<?php echo $style_fontblue ?>"><b>OBSERVAÇÕES IMPORTANTES</b></p>
<p style="<?php echo $style_fontblue; ?>">
1) Verifique se o endereço de entrega informado neste e-mail está correto. Divergências nos dados de entrega poderão resultar na cobrança de valores adicionais caso haja necessidade de alteração de endereço posterior ao envio.
</p>
<p style="<?php echo $style_fontblue; ?>">
2) A VinumDay se responsabiliza por realizar uma tentativa de entrega no endereço especificado neste e-mail, portanto é necessário que haja no local uma pessoa habilitada a receber o pedido em horário comercial. Caso seja necessário realizar mais de uma tentativa de entrega, poderão ser cobrados valores adicionais.
</p>
<p style="<?php echo $style_fontblue; ?>">
3) A SEFAZ do seu Estado tem prerrogativas para reter o pedido caso entenda que o mesmo possa ser caracterizado como "compra para revenda". Isso implica recolhimento de ICMS e outras despesas que são de total responsabilidade do cliente.
</p>
<br>
@endif
@if($pedidoEntregaStatus->exibe_rodape_padrao)
<p style="<?php echo $style_fontblue; ?> font-size:16px;"><?php echo (isset($basic) ? nl2br($basic->rodape_entregas) : '') ?></p>
@endif
@if($pedidoEntregaStatus->exibe_rodape_personalizado)
<p style="<?php echo $style_fontblue; ?> font-size:16px;"><?php echo formata_tags_texto($pedidoEntregaStatus->rodape_personalizado); ?></p>
@endif
<p style="<?php echo $style_fontblue; ?> font-size:16px;">Agradecemos muito por comprar conosco.</p>
<p style="<?php echo $style_fontblue; ?> font-size:16px;"><b>Um abraço da equipe VinumDay</b></p><br>
<a href="https://www.vinumday.com.br/" target="_blank" style="<?php echo $style_fontorange; ?>letter-spacing: 2px;text-decoration: none;">WWW.VINUMDAY.COM.BR</a><br>
<?php /* ?>
<a href="https://www.facebook.com/vinumday" target="_blank" style="<?php echo $style_fontorange; ?>letter-spacing: 2px; text-decoration: none;">WWW.FACEBOOK.COM/VINUMDAY</a>
<br><br>
<p style="<?php echo $style_fontblue; ?>">Copyright © 2014 VinumDay - Todos os direitos reservados.</p>
<p style="<?php echo $style_fontblue; ?> margin-bottom: 30px;">Você recebeu este e-mail pois cadastrou-se no site da VinumDay (www.vinumday.com.br).</p>
<div style="width:120px; position:absolute; right:0; bottom: 0;">
<img src="<?php echo url('img/site/logo-vd-email.png'); ?>" alt="">
</div>
<?php */ ?>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>