Hi,

I am trying to put a box around the additional payment methods, I.E Gift card, coupons and reward points.

I know they use

Code:
<?php if(!($COWOA && $selection[$i]['module']==MODULE_ORDER_TOTAL_GV_TITLE)) {?>
  <payment>
  <legend><?php echo $selection[$i]['module']; ?></legend>
  <div class="gvBal larger"><?php echo $selection[$i]['checkbox']; ?></div>
  <label class="inputLabel"<?php echo ($selection[$i]['fields'][$j]['tag']) ? ' for="'.$selection[$i]['fields'][$j]['tag'].'"': ''; ?>><?php echo $selection[$i]['fields'][$j]['title']; ?></label>
  <?php echo $selection[$i]['fields'][$j]['field']; ?>
  </payment>
  <?php } ?>

But if I put div codes around that code the boxes go around all the payment options seperatley. I need to know the code thats calling the code. Unfortunately my php skills are no way near good enough to know what to do/where to look. Any ideas would be really appreciated.