Current File : /home/karenpetzb/application/modules/default/views/scripts/commande/paiement.phtml
<?php 
if (isset($this->verifMessage) && $this->verifMessage == 1) { ?>
<div class="col-xs-6 col-xs-offset-3 alert alert-success text-center hidden-print"  >
	Votre commande a �t� prise en compte
</div>
<div class="col-xs-12  hidden-print" style="margin-top: 20px; margin-bottom: 20px;">
	<div class="col-xs-6 text-center "><a class="btn btn-primary" href="<?php echo $this->baseUrl; ?>/">Retourner � la page d'accueil</a></div>
	<div class="col-xs-6 text-center "><a class="btn btn-default" onclick="window.print();return false;" href="<?php echo $this->baseUrl; ?>/"><span class="fa fa-print"></span> Imprimer</a></div>
</div>
<?php } else { ?>

<div class="col-xs-6 col-xs-offset-3 alert alert-danger text-center hidden-print"  >
	Votre commande n'a pas �t� prise en compte
</div>
<div class="col-xs-12" style="margin-top: 20px; margin-bottom: 20px;">
	<div class="col-xs-12 text-center"><a class="btn btn-primary hidden-print" href="<?php echo $this->baseUrl; ?>/mon-panier-validation.html">Retourner � la page de validation</a></div>
</div>		
<?php }	?>

<?php echo $this->render("/commande/facture.phtml"); ?>