Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2009
    Posts
    6
    Plugin Contributions
    0

    help question Disable Billing Address

    Hi there

    How do I go about disabling the billing address? I only require customers to provide me with their shipping address and because I don't send invoices via snail mail, it is a bit confusing for my customers to provide both a shipping and billing address.

    I don't mind removing codes and things, but I don't want to go mess about too much and break something. Could someone please point me in the right direction?

    Thanks!


  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Disable Billing Address

    More importantly... how are your customers PAYING for goods?
    20 years a Zencart User

  3. #3
    Join Date
    Dec 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Disable Billing Address

    Hi there

    My customers pay me via either EFT or direct deposit. Orders are only shipped once payment reflects on my account and therefore I do not require a billing address.

    It will be far less confusing for the customer and me to remove the billing address completely, as sometimes they use another address for billing.

    I would really appreciate it if anyone could assist me.

    Thanks

  4. #4
    Join Date
    Apr 2008
    Location
    England
    Posts
    28
    Plugin Contributions
    0

    Default Re: Disable Billing Address

    Hi,

    I don't know if you found a solution but this worked for me:

    1) Create override for: /store/includes/templates/your_template/templates/tpl_checkout_payment_default.php

    2) Comment out the following section (around line 42-44):

    <h2 id="checkoutPaymentHeadingAddress"><?php echo TITLE_BILLING_ADDRESS; ?></h2>

    <div id="checkoutBillto" class="floatingBox back">
    <?php if (MAX_ADDRESS_BOOK_ENTRIES >= 2) { ?>
    <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT_ADDRESS, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?></div>
    <?php } ?>
    <address><?php echo zen_address_label($_SESSION['customer_id'], $_SESSION['billto'], true, ' ', '<br />'); ?></address>
    </div>

  5. #5
    Join Date
    Apr 2008
    Location
    England
    Posts
    28
    Plugin Contributions
    0

    Default Re: Disable Billing Address

    I forgot about the confirmation page. To remove the billing address from that page:

    1) Create override for: /store/includes/templates/your_template/templates/tpl_checkout_confirmation_default.php

    2) Comment out the following section (around line 24):

    <h2 id="checkoutConfirmDefaultBillingAddress"><?php echo HEADING_BILLING_ADDRESS; ?></h2>
    <?php if (!$flagDisablePaymentAddressChange) { ?>
    <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
    <?php } ?>

    <address><?php echo zen_address_format($order->billing['format_id'], $order->billing, 1, ' ', '<br />'); ?></address>

  6. #6
    Join Date
    Mar 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Disable Billing Address

    Hi Mooncow,

    I have try the instruction of commenting the files but its still showing on the website during checkout. I am using fast and easy checkout, is that why? Where and which file should I comment?

    Pls help

 

 

Similar Threads

  1. Replies: 9
    Last Post: 7 May 2016, 06:39 PM
  2. Paypal express- Changes billing address to shipping address
    By shortysclimbin in forum PayPal Express Checkout support
    Replies: 4
    Last Post: 23 Oct 2012, 11:29 AM
  3. Replies: 6
    Last Post: 8 Mar 2012, 06:36 PM
  4. My store is sending to PayPal the shipping address instead of billing address!
    By mondotex in forum PayPal Express Checkout support
    Replies: 17
    Last Post: 6 Jan 2012, 08:31 PM
  5. Linkpoint To Decline Order If CC Address Does Not Match With Billing Address
    By smythmikey in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 11 Dec 2009, 03:29 PM

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