Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Dec 2008
    Posts
    166
    Plugin Contributions
    0

    Default Re: Combine Payment Boxes.

    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

    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 } ?>
    As when I put a <div> around that code, the box is around each box. So theres 3 boxes.

    I really appreciate someone help as I'm pulling my hair out!

    Thanks in advance

  2. #12
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Combine Payment Boxes.

    That's happening because that code is called as many times as necessary, so you get multiple boxes. You have to find the code that is calling that code, and put your outside div there. (Easy for me to say. )

    Rob

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. combine categories
    By wayneh in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 31 Mar 2009, 05:32 PM
  2. How to combine items from Information & More Information side boxes
    By jackryan in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Dec 2008, 06:19 AM
  3. Combine payment method with particular customer status?
    By DWDesigns in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 24 Aug 2006, 04:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg