Files
cagettepei/lang/master/tpl/transaction/cash.mtt
T
2020-09-26 18:25:18 +00:00

35 lines
753 B
Plaintext

::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 cash at the product distribution"):: :</b>
</p>
<p>
::_("Please prepare the following amount for the distribution :"):: : <b>::formatNum(amount):: ::currency()::</b>
</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::