Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
  1. #11
    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

    It may look better shifted LEFT - in which case the fix is easy...


    Add this to the bottom of the stylesheet...

    Code:
    #checkoutConfirmDefaultShippingAddress,  #checkoutShipto {
    float: left;
    }

  2. #12
    Join Date
    Jul 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Checkout removing 'change your address' button

    Hi Tina. I would really appreciate it. Thanks KIM

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

    Default Re: Checkout removing 'change your address' button

    Hi Tina
    Thanks for your quick reply, I did what you said to align it to the left but it is not all aligned, looks pretty messy.

    Could I possibly add a picture to the left side of it?

    OR does anyone know how I could centre it, as that is what I would really prefer.

    Thanks KIM

  4. #14
    Join Date
    Mar 2008
    Location
    Montreal, Canada. Manhattan, New York, USA
    Posts
    59
    Plugin Contributions
    0

    Default Re: Checkout removing 'change your address' button

    I did all you suggested, but in stage 2 of 3, it still says: "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 Change Address button. " , even though the change button is gone...

    I then find it at the /includes/languages/english/checkout_shipping.php
    and changed the wording to: "we will ship to the credit card billing address if you pay with credit card."

    it gave me a blank page after I click proceed to step 3 of 3checkout. My site is: www.ftabonus.com


    Help. Thanks. judy
    www.pansatpro.com
    FTA Free TV Equipments

  5. #15
    Join Date
    Mar 2008
    Location
    Montreal, Canada. Manhattan, New York, USA
    Posts
    59
    Plugin Contributions
    0

    Default Re: Checkout removing 'change your address' button

    I did all you suggested, but in stage 2 of 3, it still says: "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 Change Address button. " , even though the change button is gone...

    I then find it at the /includes/languages/english/checkout_shipping.php
    and changed the wording to: "we will ship to the credit card billing address if you pay with credit card."

    it gave me a blank page after I click proceed to step 3 of 3checkout. My site is: www.ftabonus.com


    Help. Thanks. judy
    ##############################___

    Quote Originally Posted by fairestcape View Post
    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;
    }
    www.pansatpro.com
    FTA Free TV Equipments

  6. #16
    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

    You have probably corrupted the php file during the edit. This happens if you edit using a program that is not a PLAIN TEXT editor, or if you neglect to follow PHP structure during the edit.

    Edit PHP files with a PLAIN TEXT editor, (or a code editor, suitable for PHP).

    Make sure you do not flout PHP structure rules.

  7. #17
    Join Date
    Mar 2008
    Location
    Montreal, Canada. Manhattan, New York, USA
    Posts
    59
    Plugin Contributions
    0

    Default Re: Checkout removing 'change your address' button

    How to fix it then?? Where can I get the file, checkout_shipping.php again? I tried to replace it with another file from zen cart with the same file name. It even got worse, I was not even pass through stage 1, it gave me a blank one when trying to open stage 2. Thank you very much.



    Quote Originally Posted by fairestcape View Post
    You have probably corrupted the php file during the edit. This happens if you edit using a program that is not a PLAIN TEXT editor, or if you neglect to follow PHP structure during the edit.

    Edit PHP files with a PLAIN TEXT editor, (or a code editor, suitable for PHP).

    Make sure you do not flout PHP structure rules.
    www.pansatpro.com
    FTA Free TV Equipments

  8. #18
    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

    When you downloaded Zencart from this site, you would probably have had to unzip it before you FTP'd it to your server. So, you should have a fresh copy of the file on your hard drive.

    If you installed via Fantastico on your host server, then you will need to get a copy of the program (see home page on this site), download it and unzip it on your hard drive. Then read my first paragraph again.

  9. #19
    Join Date
    Oct 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Checkout removing 'change your address' button

    Following the steps I was able to remove the "change address" buttons in step 1 of 3 and step 2 of 3, but......

    Step 3 of 3 still has these buttons, although it is not actual possible to change the address.

    Anybody a clue on how to remove these buttons as well?


    Greetings
    Linda

  10. #20
    Join Date
    Mar 2008
    Location
    Montreal, Canada. Manhattan, New York, USA
    Posts
    59
    Plugin Contributions
    0

    Default Re: Checkout removing 'change your address' button

    Quote Originally Posted by fairestcape View Post
    When you downloaded Zencart from this site, you would probably have had to unzip it before you FTP'd it to your server. So, you should have a fresh copy of the file on your hard drive.

    If you installed via Fantastico on your host server, then you will need to get a copy of the program (see home page on this site), download it and unzip it on your hard drive. Then read my first paragraph again.
    Thank you very much for your help.

    The change of address doesnt show anymore. That is great. Recently when I received my first 2 orders which were paid with paypal. There were no address shown to Paypal thus paypal said I ma not eligible the sellers protection.
    Anything I have done wrong??

    Thanks. Look forward to your insight.
    www.pansatpro.com
    FTA Free TV Equipments

 

 
Page 2 of 3 FirstFirst 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