Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Apr 2014
    Location
    United States
    Posts
    2
    Plugin Contributions
    0

    Default Can I stop customers from entering alternate shipping address?

    My web site was set up using Zen-cart. The person who set up my web site is always resistant to help me with any kind of change and I thought I would contact you direct for some assistance. Can you please tell me if there is a way to remove the shipping address option when a customer is creating a new order from my web store: www.thehairextensionboutique.com

    We have had a few fraudulent orders, where customer ships to a different name and address than billing address, and we have had several chargebacks. To eliminate this problem, I would like to be able to delete the "ship to" information as an option.

    Your help will be greatly appreciated.

    Regards
    Sharyn
    The Hair Extension Boutique

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Can I stop customers from entering alternate shipping address?

    You could try going to Admin->Configuration->Maximum Values, and change "Address Book Entries" to 1.
    That will prevent customers from being able to add any other addresses.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Apr 2014
    Location
    United States
    Posts
    2
    Plugin Contributions
    0

    Default Re: Can I stop customers from entering alternate shipping address?

    Is there a way to delete the message during check out that says you can change your shipping address by clicking the edit link?

  4. #4
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: Can I stop customers from entering alternate shipping address?

    Quote Originally Posted by sampook View Post
    Is there a way to delete the message during check out that says you can change your shipping address by clicking the edit link?
    Yes, edit the following four files:

    includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_shipping_default.php
    around line 27 add in the red
    Code:
    <div class="buttonRow forward"><?php //echo '<a href="' . $editShippingButtonLink . '">' . zen_image_button(BUTTON_IMAGE_CHANGE_ADDRESS, BUTTON_CHANGE_ADDRESS_ALT) . '</a>'; ?></div>
    <?php } ?>
    includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_payment_default.php
    around line 45 add in the red
    Code:
    <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>
    then edit your text to reflect your changes here:
    includes/languages/english/YOUR_TEMPLATE/checkout_payment.php
    around line 16
    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.');
    and here:
    includes/languages/english/YOUR_TEMPLATE/checkout_shipping.php
    around line 16
    Code:
    define('TEXT_CHOOSE_SHIPPING_DESTINATION', 'Your order will be shipped to the address at the left.');
    Hope that helps,
    Last edited by Trinity14; 18 Apr 2014 at 12:21 AM.

 

 

Similar Threads

  1. v151 How to stop users entering comma's into address fields
    By petsupplies4u in forum General Questions
    Replies: 5
    Last Post: 7 Nov 2013, 07:02 AM
  2. Require Entering Shipping Address
    By cqdeline in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 4 Mar 2011, 11:41 PM
  3. How can I stop requiring address on address book page?
    By jaredt112 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Apr 2010, 02:30 AM
  4. Alternate shipping address glitch?
    By tagstudio in forum General Questions
    Replies: 1
    Last Post: 10 Jul 2009, 01:15 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