Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2010
    Posts
    46
    Plugin Contributions
    0

    Default How do I remove the edit buttons from the order confirmation page?

    Hi there,

    Can anyone tell me how to remove the small 'edit' buttons, next to the addresses on Step 3 of 3 'Order Confirmation.

    I do not wish to allow the customer to change their address.

    I hope someone can help me to do this.

    Regards,

    Andy

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    18,138
    Plugin Contributions
    2

    Default Re: How do I remove the edit buttons from the order confirmation page?

    Admin - Configuration - Maximum Values - Address Book Entries to 1. Remember that your customers won't be able to send gifts from your site to friends and relatives addresses.

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    1,979
    Plugin Contributions
    21

    Default Re: How do I remove the edit buttons from the order confirmation page?

    ... or, if you still want customers to have multiple addresses that they ship to, just not changeable from checkout_confirmation ...

    You can edit/create the file /includes/templates/YOUR_TEMPLATE/css/checkout_confirmation.css and add the following lines:

    Code:
    #checkoutBillto .buttonRow, #checkoutShipto .buttonRow {
      display: none;
    }
    That will simply "hide" the buttons from the display.

  4. #4
    Join Date
    Sep 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: How do I remove the edit buttons from the order confirmation page?

    Hi,

    This is what I am looking to do, but cannot find the file 'checkout_confirmation.css'

    I do not want them to be able to change address due to the amount of fraud that goes on out there......

    I have done a search for the file, but it doen;t find anything.

    Any suggestions?

    Regards,

    Andy

  5. #5
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    1,812
    Plugin Contributions
    5

    Default Re: How do I remove the edit buttons from the order confirmation page?

    Quote Originally Posted by lat9 View Post
    ....You can edit/create the file /includes/templates/YOUR_TEMPLATE/css/checkout_confirmation.css and add the following lines:
    You need to create this file ...
    Frank's Stores (Fair Dinkum Australian):
    iSO Network | frNT Online Dispensary

  6. #6
    Join Date
    Sep 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: How do I remove the edit buttons from the order confirmation page?

    Hi,

    Absolutely great, thank you!!

    Regards,

    Andy

 

 

Similar Threads

  1. how to edit order confirmation email?
    By kitcorsa in forum General Questions
    Replies: 4
    Last Post: 22 Jun 2009, 05:02 PM
  2. How do I Edit Order of Order Totals in Order Confirmation Email?
    By toussi in forum Managing Customers and Orders
    Replies: 1
    Last Post: 20 Mar 2009, 08:05 AM
  3. How do you edit the confirmation email- take out order #
    By catangirl in forum Managing Customers and Orders
    Replies: 5
    Last Post: 11 Mar 2007, 03:06 AM
  4. Edit Bug on the Send Gift Certificate Confirmation page using CSS buttons
    By Uncle Bob in forum Creating Discounts/Coupons, Gift Certificates, Newsletters
    Replies: 32
    Last Post: 8 Nov 2006, 05:07 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •