Ok.
I've been thinking more about this and I think, in my limited knowledge of php, I think all the discount coupons, gift card and reward modules are all using this part of tpl_checkout_payment.php page
As when I put a <div> around that code, the box is around each box. So theres 3 boxes.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 } ?>
I really appreciate someone help as I'm pulling my hair out!
Thanks in advance


)
