Page 1 of 1

Code Help

Posted: Fri Jun 11, 2010 3:41 pm
by greenM
This code works good for all states, but now I need to display "Tax not included" only for state of VA. Like i need Base_Price and Tax not included (for $Name=VA only)Any help?
<?php if ($Base_Price): ?>
<h2><span class="prod_price"><?php print $Price_Label?> <?php print sc_price($Base_Price) ?> - Tax included.</span></h2>
<?php endif; ?>
<?php if (!empty($Options)): ?>

Thanks!