Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2006
    Posts
    194
    Plugin Contributions
    0

    Default Move the Change Address button

    I think should be possible but I can't figure it out. How can I move the Change Address button to be below the message that says, "Your order will be shipped to the address at the left or you may change the shipping address by clicking the Change Address button." I like to put the button below that because right now that button is pushing over into the customer's address and making it look funky with the first name and the last name on two different lines.

    Also, here's a question to show my inexperience..

    I have the FireBug plug-in for FireFox. I've found it very helpful in figuring out where to change things in the CSS.

    When the FireBug panel is active at the bottom of the screen, I first click on "Inspect" then click on the portion of the page above the panel that I wonder about. After I click then the panel below is divided into "HTML" on the left and "CSS" on the right.

    Is the HTML on the left dynamically generated? Or is there some place I can edit this HTML? If so, how in the world do I figure out where this HTML file is located so I can edit it?

    Thanks for your help,
    Rebekah
    TheWindCutter.com
    Professional Microphone Windscreens
    Got wind noise? We've got you covered.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Move the Change Address button

    Looks like that's done in lines 43 - 51 in tpl_checkout_payment_default.php You could move stuff around there.

    I have to say I'm not seeing the pushing over in any browser.

  3. #3
    Join Date
    Mar 2006
    Posts
    194
    Plugin Contributions
    0

    Default Re: Move the Change Address button

    Thanks, Stevesh. I'll toy around with that.
    TheWindCutter.com
    Professional Microphone Windscreens
    Got wind noise? We've got you covered.

  4. #4
    Join Date
    Mar 2006
    Posts
    194
    Plugin Contributions
    0

    Default Re: Move the Change Address button

    Well, found it!

    In tpl_checkout_shipping_default.php (I copied it first, to my override folder)

    I cut this line...

    Code:
    <div class="buttonRow forward"><?php echo '<a href="' . $editShippingButtonLink . '">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?></div>
    and put it just below this line...

    Code:
    <div class="floatingBox important forward"><?php echo TEXT_CHOOSE_SHIPPING_DESTINATION; ?></div>
    Moved it right down proper!

    Thanks for steering me in the right direction.
    TheWindCutter.com
    Professional Microphone Windscreens
    Got wind noise? We've got you covered.

  5. #5
    Join Date
    Mar 2006
    Posts
    194
    Plugin Contributions
    0

    Default Re: Move the Change Address button

    I am still interested in finding out how to locate the HTML file that is loading in the left-hand side of the FireBug panel. Anybody?

    Thanks!
    TheWindCutter.com
    Professional Microphone Windscreens
    Got wind noise? We've got you covered.

  6. #6
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Move the Change Address button

    Hi guys...

    I am having a problem that could sort of relate to this thread...

    My Edit shipping button was missing completly! So I moved it like you mentioned in this thread.

    Its there now but it wont link to my edit shipping. It goes to the main page.



    This has got to get fixed

    www.nothingbutcostumes.com

 

 

Similar Threads

  1. v151 How to change the button width that in the INPUT element when the css button is used?
    By su35 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Jun 2013, 04:34 PM
  2. now my Change Address button is gone...
    By piker in forum Upgrading from 1.3.x to 1.3.9
    Replies: 9
    Last Post: 1 Jul 2011, 08:20 AM
  3. Change your address button
    By I wish I could in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 13 Mar 2011, 06:21 AM
  4. move "change address" button
    By Nyx1961 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 22 Nov 2010, 04:36 PM
  5. red passion change address button
    By jenpen in forum General Questions
    Replies: 3
    Last Post: 17 Apr 2009, 02:28 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