?>
<?php
/**
* Displays order-totals modules' output
*/
for ($i=0; $i<$size; $i++) { ?>
<div id="<?php echo str_replace('_', '', $GLOBALS[$class]->code); ?>">
<div class="totalBox larger forward"><?php echo $GLOBALS[$class]->output[$i]['text']; ?></div>
<div class="lineTitle larger forward"><?php echo $GLOBALS[$class]->output[$i]['title']; ?></div>
</div>
<br class="clearBoth" />
<?php } ?>
Is it possible to put something in the above code to make just "otshipping" hidden but keep the others visable either by css or another way?
Sub-Total: $6.60 (otsubtotal)
Delivery cost to be advised (Delivery will be invoiced at cost): $0.00 (otshipping)
GST: 0.60 (ottax)
Total: $6.60 (ottotal)
Thanks
Rusta

New Topic/Question
Reply




MultiQuote




|