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

    Default Remove Post/Zip Code from Cart Page only

    I want to remove the Post/Zip code field in the shopping cart page only, where it shows the customer's shipping cost, before he checks out. I still need it when he checks out or registers for a new account. This is because the shipping cost is based on zones made up fo certain states. Can anyone help?

    Thanks,

    Peter

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Remove Post/Zip Code from Cart Page only

    Your URL?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Sep 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Remove Post/Zip Code from Cart Page only

    http://www.countrymouldings.com/stor...products_id=36

    Youll have to add something to the cart to see the page I am talking about.

    Thanks,

    Peter

  4. #4
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Remove Post/Zip Code from Cart Page only

    You would have to turn the shipping estimator off completely.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Sep 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Remove Post/Zip Code from Cart Page only

    I was hoping there was a better solution, as I do need the estimator. But thanks anyway. I guess it can't be done.

    Peter

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Remove Post/Zip Code from Cart Page only

    Since the Zip code doesn't appear to be required, you should be able to remove/comment out this:

    <?php
    if(CART_SHIPPING_METHOD_ZIP_REQUIRED == "true"){
    ?>
    <label class="inputLabel"><?php echo ENTRY_POST_CODE; ?></label>
    <?php echo zen_draw_input_field('zip_code', $zip_code, 'size="7"'); ?>
    <br class="clearBoth" />
    <?php
    }
    ?>

    in tpl_modules_shipping_estimator.php.

 

 

Similar Threads

  1. v139h Shipping zones by zip/post code
    By amyleew in forum Addon Shipping Modules
    Replies: 4
    Last Post: 12 Feb 2014, 07:59 AM
  2. How do I disable post/zip code?
    By heavydrinker in forum General Questions
    Replies: 2
    Last Post: 9 Sep 2011, 12:05 PM
  3. Removing Post/ZIP Code from signup
    By eccentric in forum General Questions
    Replies: 7
    Last Post: 18 Aug 2009, 10:14 AM
  4. How Do I Remove the Post/Zip Code Field?
    By bearaman in forum General Questions
    Replies: 9
    Last Post: 20 Jun 2007, 09:39 PM
  5. Remove Zip code on Sign up page
    By huannh in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Mar 2007, 11:55 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