I assume "Surcharge" is the title of the calculation?
I have set my output type to currency and have my calculation as:
([Category]==2)?[TotalPrice] * 0.05:0
...but it hasn't made a blind bit of difference:
http://www.nathonjoneswebdesign.co.uk/whiskybroker/buy-whisky-online-Scotland.php?wbid=12
Also, on the above page, I'm trying to display the price including the surcharge on the "Add to Basket" button using the following:
<?php echo($rsPROD->getColumnVal("wbprodPRICE")*1.05); ?>
...but it's not displaying the second decimal point. How do I force two decimal points?
Thank you Ray.
NJ