You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

42 lines
1000 B

::use 'design.mtt'::
<div class="col-md-12">
<div class="article text-center">
<div class="alert alert-success" style="font-size: 1.6em;font-weight: bold;">
<i class="fa fa-check" aria-hidden="true"></i> ::_("Your order has been recorded !")::
</div>
<hr/>
<div style="margin:32px;">
<p>
<b>::_("You chose to pay by check at the product distribution"):: :</b>
</p>
<p>
::raw __("Prepare a check of <b>::amount:: ::currency::</b> payable to : <b>::checkOrder::</b>",{checkOrder:user._amap.checkOrder,amount:formatNum(amount),currency:currency()})::
</p>
<p>
::_("Mention this reference at the back of the check in order to facilitate its process:"):: <br/>
<span style="font-size:1.3em;margin:12px;">::code::</span>
</p>
<p>
<a href="/contract" class="btn btn-default">
<span class="glyphicon glyphicon-chevron-right"></span> ::_("Check my orders")::</a>
</p>
</div>
</div>
</div>
::end::