php jika bentuk pendek
<?php echo ($qte > 0) ? $qte : 0; ?>
Mohamed Sami khiari
<?php echo ($qte > 0) ? $qte : 0; ?>