Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1
    Join Date
    Jul 2008
    Posts
    15
    Plugin Contributions
    0

    Default Checkout removing 'change your address' button

    I want to remove the 'change your address' button from 'step 1 of 3' and 'Step 2 of 3' from the checkout process.......

    ALSO from step 3 of 3 in checkout process. I would like to remove the heading 'Billing/Payment Information' and the customers address that goes with it......

    PLEASE HELP........ I NEED HELP SO I CAN SLEEP

    www.quality-beads.com

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Checkout removing 'change your address' button

    To sleep, perchance to dream-
    ay, there's the rub.
    Hamlet

    The default in zencart is to allow the customer up to 5 alternate addresses. If you set this to 0 in ADMIN>>>CONFIGURATION>>>MAXIMUM VALUES>>>Address Book Entries, then they will not be able to add alternative addresses.

    I'll think about the second part to your query... but can't understand why this is losing you sleep?

  3. #3
    Join Date
    Jul 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Checkout removing 'change your address' button

    I been sitting at my computer for hours and hours trying to change sizes of font, colour of fonts etc etc. Now i'm nearly done, last step is the checkout process...... then I do not need to stay up until the wee hours of the morning.

    Please help with removing the heading 'Billing/Payment Information' and the address that goes with it.

    PLEASEEEEEE!!

  4. #4
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Checkout removing 'change your address' button

    Two steps to follow:-

    1. open the following file for editing:-

    /includes/languages/english/checkout_payment.php

    Find:-

    PHP Code:
    define('TEXT_SELECTED_BILLING_DESTINATION''Your billing address is shown to the left. The billing address should match the address on your credit card statement. You can change the billing address by clicking the <em>Change Address</em> button.'); 
    Change to what is shown below, and then save file to your template folder:-

    /includes/languages/english/YOUR-TEMPLATE/checkout_payment.php

    PHP Code:
    define('TEXT_SELECTED_BILLING_DESTINATION'''); 
    In other words, remove all the text between the ' ' delimiters, making sure NOT to delete the delimiters themselves!

    ------------------------------

    2. In stylesheet.css

    Add the following to the bottom of the stylesheet:-

    Code:
    #checkoutPaymentHeadingAddress,  #checkoutBillto {
    display: none;
    }

  5. #5
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Checkout removing 'change your address' button

    OOPS...

    Just re-read your post.

    What I suggest above reacts with stage 2 of 3 in checkout

    You want stage 3 of 3

    In which case, simply add this to the bottom of the stylesheet:-

    PHP Code:
    #checkoutConfirmDefaultBillingAddress,  #checkoutBillto {
    displaynone;

    If you want both shipping and billing to go:-

    PHP Code:
    #checkoutConfirmDefaultBillingAddress,   #checkoutConfirmDefaultShippingAddress, #checkoutBillto,  #checkoutShipto {
    displaynone;


  6. #6
    Join Date
    Jul 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Checkout removing 'change your address' button

    Gee, if you were next to me right now.... i'd kiss you.
    Thanks heaps. Good night.

  7. #7
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Checkout removing 'change your address' button

    Quote Originally Posted by quality-beads View Post
    Gee, if you were next to me right now.... i'd kiss you.
    Are you a boy or a girl ?

  8. #8
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Checkout removing 'change your address' button



    Tina

  9. #9
    Join Date
    Jul 2008
    Posts
    15
    Plugin Contributions
    0

    Default Just one more question.....

    How do I centre the address thats left?? On 3 of 3 of the checkout process I removed the Billing address but left the shipping address but it remains on the right side of the page. How do I centre it?
    Thanks AGAIN. Kim ( a girl)
    Last edited by quality-beads; 26 Jul 2008 at 08:37 AM.

  10. #10
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Checkout removing 'change your address' button

    Hello Kim

    Fairestcape here

    To center this MAY require some changes to the php template. I'm not sure. I'll see if I can work out what to do.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Replies: 6
    Last Post: 8 Mar 2012, 06:36 PM
  2. 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
  3. Removing Checkout button for Google Checkout
    By ricky_101 in forum Addon Payment Modules
    Replies: 12
    Last Post: 6 Mar 2011, 12:32 AM
  4. Moving the "Change your address" icon in the checkout
    By wiccan0974 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Nov 2008, 01:33 AM
  5. Checkout Button MISSING after removing Google Checkout!
    By ricky_101 in forum Addon Payment Modules
    Replies: 0
    Last Post: 25 May 2008, 11:37 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