Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2009
    Posts
    7
    Plugin Contributions
    0

    Default Checkout step 3 moving button from bottom to the top

    I need help with change somethink on one of page i my zencart. I would like to move button "checkout confirmation" from bottom of page to top of page (checkout Step 3). Where can i find it and what i need to change.

  2. #2
    Join Date
    Oct 2009
    Location
    Netherlands - NB
    Posts
    146
    Plugin Contributions
    0

    Default Re: Checkout step 3 moving button from bottom to the top

    I guess you should modify your:

    includes\templates\YOUR_TEMPLATE\templates\tpl_checkout_confirmation_default.php

    This code needs to be dropped somewhere at the top (wherever you want it)

    line 180:
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONFIRM_ORDER, BUTTON_CONFIRM_ORDER_ALT, 'name="btn_submit" id="btn_submit"') ;?></div>
    </form>
    <div class="buttonRow back"><?php echo TITLE_CONTINUE_CHECKOUT_PROCEDURE . '<br />' . TEXT_CONTINUE_CHECKOUT_PROCEDURE; ?></div>

    </div>

  3. #3
    Join Date
    Jan 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Checkout step 3 moving button from bottom to the top

    almost.
    button is on top but it doesn't work,
    maybe i need to put it somewhere between some tags

  4. #4
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Checkout step 3 moving button from bottom to the top

    Quote Originally Posted by kotwik View Post
    almost.
    button is on top but it doesn't work,
    maybe i need to put it somewhere between some tags
    I would like to move button to top or add button on top and bottom. Were you able to get this working?

    Thanks, Kim

  5. #5
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Checkout step 3 moving button from bottom to the top

    Quote Originally Posted by kotwik View Post
    almost.
    button is on top but it doesn't work,
    maybe i need to put it somewhere between some tags
    How did you get button to work?

 

 

Similar Threads

  1. Remove Continue checkout button from step 2 of 3
    By barendfaber in forum General Questions
    Replies: 0
    Last Post: 21 Feb 2012, 09:42 AM
  2. Replies: 6
    Last Post: 24 Jan 2011, 04:29 AM
  3. Replies: 4
    Last Post: 18 May 2010, 09:58 PM
  4. ADD TO CART BUTTON , from bottom add it to the top
    By bobi in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Aug 2008, 08:50 PM
  5. Moving search from top to bottom of header
    By mrmrsg in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 Sep 2006, 09:42 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