@@ -47,7 +47,7 @@ $producer = GlobalParam::getCurrentProducer() ; | |||
<div id="order-success"> | |||
<?php if($producer->isOnlinePaymentActive() && $returnPayment != 'success'): ?> | |||
<?php if($producer->isOnlinePaymentActiveAndTypeOrder() && $returnPayment != 'success'): ?> | |||
<div class="alert alert-danger"> | |||
<h5>Le paiement en ligne a échoué.</h5> | |||
<strong>Attention</strong>, votre commande ne sera effective qu'à la réception du paiement.<br /> |