Code Help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
greenM
Forum Newbie
Posts: 1
Joined: Fri Jun 11, 2010 3:26 pm

Code Help

Post 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!
Post Reply