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.

41 lines
1000 B

  1. ::use 'design.mtt'::
  2. <div class="col-md-12">
  3. <div class="article text-center">
  4. <div class="alert alert-success" style="font-size: 1.6em;font-weight: bold;">
  5. <i class="fa fa-check" aria-hidden="true"></i> ::_("Your order has been recorded !")::
  6. </div>
  7. <hr/>
  8. <div style="margin:32px;">
  9. <p>
  10. <b>::_("You chose to pay by check at the product distribution"):: :</b>
  11. </p>
  12. <p>
  13. ::raw __("Prepare a check of <b>::amount:: ::currency::</b> payable to : <b>::checkOrder::</b>",{checkOrder:user._amap.checkOrder,amount:formatNum(amount),currency:currency()})::
  14. </p>
  15. <p>
  16. ::_("Mention this reference at the back of the check in order to facilitate its process:"):: <br/>
  17. <span style="font-size:1.3em;margin:12px;">::code::</span>
  18. </p>
  19. <p>
  20. <a href="/contract" class="btn btn-default">
  21. <span class="glyphicon glyphicon-chevron-right"></span> ::_("Check my orders")::</a>
  22. </p>
  23. </div>
  24. </div>
  25. </div>
  26. ::end::