The Below works fine I have included a Calc for GST but I cannot seem to choose different price groups only store price? I want Customer group 6 pricing for my label for a retail outlet.
<center style="padding-top: 15px; padding-right:45px;">
<img align="center" src="[%BARCODE_URL fn:'' height:'25px' sku:'[@SKU@]'; upc:'[@upc@]'; scale:'3'%][%END BARCODE_URL%]" width="75%" border="0"/>
<br>
[%product sku:'[@sku@]';%]
[%param *body%]
<div style="font-size:12px; padding:0px 4px 2px 4px;">[%format type:'text' maxlength:'70'%][@name@][%/format%]</div>
<div style="font-size:35px;font-weight: bold;">[%format type:'currency'%][%calc [@store_price@]*1.1 /%][%/format%]</div>
[%/param%]
[%/product%]
</center>