File: /home/artinside/www/lhh/shared/views/email/shipped.php
<?php $v->layout("_notifications", ["title" => $title]); ?>
<table class="row" align="center" bgcolor="#F4F4F4" cellpadding="0" cellspacing="0">
<tr>
<td class="spacer" height="80" style="line-height: 80px;"> </td>
</tr>
<tr valign="top" style="vertical-align: top;">
<th class="column mobile-12" width="520" style="padding: 0 90px; color: #232323; font-weight: 400;">
<div style="font-size: 28px; font-weight: 700; line-height: 30px; margin-bottom: 30px;">Olá <?= $user ?>!</div>
<div style="color: #666666; font-size: 18px; margin-bottom: 45px;">O seu pedido de número<b>[#<?= order_id($orderId)?>]</b> <?= $code != "N/A" ? "foi postado, acompanhe abaixo o número de rastreamento!" : "Está disponível para retirada!"?></div>
<?php if($code != "N/A"):?>
<table align="center" bgcolor="#696969" cellpadding="0" cellspacing="0" style="margin: 0 auto;">
<tr>
<th style="padding: 20px !important; font-size: 20px !important;">
<a title='Status' style="padding: 30px !important; color:#ffffff !important; font-size: 20px !important;" ><?= $code ?></a>
</th>
</tr>
</table>
<?php endif; ?>
<div style="font-size: 14px; margin-top: 45px;"><br><b>Muito obrigado!</b></div>
</th>
</tr>
<tr>
<td class="spacer" height="80" style="line-height: 80px;"> </td>
</tr>
</table>