Welcome, Guest. Please login or register.
Login with username, password and session length


It's a release candidate! VirtueMart 2.0 RC - the next generation VirtueMart - is available! Read more....

  Advanced search

247038 Posts in 67506 Topics- by 258314 Members - Latest Member: aniketana
Pages: [1]   Go Down
Print
Author Topic: Display price as £xx (£xx inc. VAT)  (Read 194 times)
mgibson
Newbie
*
Posts: 7


« on: June 09, 2011, 12:18:25 PM »

Hi,

I'm looking to alter the way the price displays on my product page.

In price.tpl.php I have found:

Code:
<?php
if( !empty( $price_info["product_price_id"] )) { ?>

<span class="productPrice">
<?php echo $CURRENCY_DISPLAY->getFullValue($base_price?>
<?php echo $text_including_tax ?>
</span>
<?php
}
echo 
$price_table;
?>

What would be the code to display, for example, £35 (£42 inc. VAT)

Thanks in advance,

Mark
Logged
Pages: [1]   Go Up
Print
Jump to: