ÿØÿà 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/ODLDDD_2/templates/shop/ |
Upload File : |
<div class="no_980">
{if $noCart !== '1'}
<!-- Panier -->
<h4 class="box_title_3col" style=""><span><i class="icon-shopping-cart"></i></span> {$module_7}<br /></h4>
<div class="well">
<div class="dropdown">
{if !empty($cart)}
<p style="text-align:center">
{count($cart)} {$module_7_1}{if (count($cart) > 1)}s{/if} - {$total|string_format:"%.2f"|replace:'.':','} {$MONNAIE}
</p>
<br />
{foreach $cart as $key => $product}
<p>
{if $delo > 0}
<a href="{$self_page}&del={$key}"><img src="templates/shop/img/cancel12.png" alt="" /></a>
{/if}
{$product.product} x {$product.quantity}
<span style="padding-left: 5px;" class="pull-right">{$product.price|string_format:"%.2f"|replace:'.':','} {$MONNAIE}</span>
{foreach $cart.attribute as $name => $value}
<span style="padding-left: 5px;">
{$name} : {$value}
</span>
{/foreach}
</p>
{/foreach}
{else}
<p style="text-align:center">{$module_7_2}</p>
{/if}
</div>
<p style="text-align:center">
{if empty($cart)}
<img src="templates/shop/img/panier_vide.png" alt="" /><br />{/if}
{if !empty($cart)}
<br /> <br />
{if $act_fidel >0} {$nombrepp = $total / $Fval_point}
{$nouvc = $nombrepp + $customer.points}
<div style="background:#eee;border:1px solid #eee;padding:5px 10px;margin-top:15px">
<b> Crédit panier : {$nombrepp|string_format:"%d"} Pts</b><br />
{if $customer.points >= $Ftot_cumul}
<font color="#FF0000"><b>Remise acquise {$Fremise} % </b></font>
{else}
<i>Solde prévu : {$nouvc|string_format:"%d"} Pts</i><br />
{/if}
</div>
{/if}
<br /> <br />
<a href="cart.php"><img src="templates/shop/img/cart.png" style="border-radius: 4px" onMouseOver="this.src='templates/shop/img/cart_hover.png'" onMouseOut="this.src='templates/shop/img/cart.png'"></a><br />{/if}
</p>
</div>
{/if}