Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2007
    Posts
    63
    Plugin Contributions
    0

    Default re-arrange order on step 2 of 3 - layout changes??

    How can I put the "special instructions or comments" box at the top of the page in step 2 of 3 during checkout? I would like that box to be emphasized up towards the top instead all the way at the bottom? I tried to move the line of code up in the checkout_payment.php but that doesnt do much for moving it around in order??

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: re-arrange order on step 2 of 3 - layout changes??

    I am fairly sure hat this is the shipping page

    Get a copy of /includes/templates/template_defult/templates/tpl_checkout_shipping_default.php to be placed into your template after your edit

    This file is not commented as well a few others are so be careful when you cut abd where you insert the following section of code
    Code:
    <fieldset class="shipping" id="comments">
    <legend><?php echo TABLE_HEADING_COMMENTS; ?></legend>
    <?php echo zen_draw_textarea_field('comments', '45', '3'); ?>
    </fieldset>
    The body of this page is a form so insure this comes after the opening <form> and pick a place after a php close but before the next php open

    Uplooad to see the effect - if bad just delete the edited template copy
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Dec 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: re-arrange order on step 2 of 3 - layout changes??

    that was it!! Now if I could just the checkout_shipping.php to not white screen on any edits made, i'd be done ;) It doesnt matter what edit's I make to that file, they all cause the white screen??

 

 

Similar Threads

  1. v151 Arrange Product Listing Order - Better Method - like on Etsy
    By shags38 in forum General Questions
    Replies: 9
    Last Post: 12 Nov 2015, 02:49 AM
  2. Payment Step 3, confirm order, just takes me back to step 2!
    By CultureClick in forum PayPal Website Payments Pro support
    Replies: 12
    Last Post: 23 Sep 2012, 02:56 PM
  3. How to arrange the price, qty, info layout?
    By sgspeer in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 26 Aug 2010, 10:23 PM
  4. Possible to re-arrange main product page layout via admin?
    By JHouse in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Feb 2009, 03:11 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