Advanced Conditional Region 2.0(free extension) Support Product Page

if else

Asked 29 Feb 2012 16:36:44
1
has this question
29 Feb 2012 16:36:44 Vivian Eersels posted:
how can I use an if else statement?

<?php if ($row_rsDetail['BTW Tarief'] > 0) { // Adv Conditional Region ?>
<p class="prijs"><?php echo number_format($row_rsDetail['VerkPrijs'],2,',','.'); ?> BTW Inbegrepen</p>

-->ELSE<---

<?php } // $row_rsDetail['BTW Tarief'] > 0 ?>
<span class="prijs"><?php echo number_format($row_rsDetail['VerkPrijs'],2,',','.'); ?> ALL IN

Reply to this topic