Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2006
    Posts
    39
    Plugin Contributions
    0

    help question Changing the order of the fieldsets in Step 2: Payment Information?

    i'm trying to change the order of the fieldsets (the little boxes) on the PAYMENT INFORMATION page - after the shipping selection page.

    current order is:
    billing address
    your total
    discount coupon
    payment method
    special order instructions

    i would love to move the discount coupon box below payment method.

    thanks.

  2. #2
    Join Date
    Sep 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Changing the order of the fieldsets in Step 2: Payment Information?

    This is exactly what I am trying to do, I have figured out it is located in the

    tpl_checkout_payment_defualt.php

    as


    Code:
    <fieldset>
    <legend><?php echo $selection[$i]['module']; ?></legend>
    <?php echo $selection[$i]['redeem_instructions']; ?>
    <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']; ?>
    </fieldset>
    But I cannot figure out what to copy over to move it all without breaking the page 2...anyone out there can assist?

 

 

Similar Threads

  1. v151 The Format for ToTal Pay is off -- Step 2 of 3 - Payment Information
    By awk_grep in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Jun 2014, 12:17 AM
  2. Where is the PHP file for Step 2 of 3 Payment Information
    By X-Bumble in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 29 Apr 2013, 09:13 PM
  3. v139h Changing the colour of text within step 2 of the payment process
    By Derek Bryant in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Aug 2012, 02:51 PM
  4. How can I make the 3 fieldsets on checkout payment align differently?
    By cs_jono in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Apr 2010, 04:22 PM

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