Results 1 to 10 of 10
  1. #1
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Post/Zip Code box in Shipping Estimator

    The Post/Zip Code: entry box is off to one side in the Shipping Estimator portion of my shopping cart. Where do I look to fix this?

    www.thecablestation.com
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  2. #2
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Post/Zip Code box in Shipping Estimator

    Bump - Anyone?
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  3. #3
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Post/Zip Code box in Shipping Estimator

    Bump Bump
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  4. #4
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Post/Zip Code box in Shipping Estimator

    Quote Originally Posted by micmed View Post
    The Post/Zip Code: entry box is off to one side in the Shipping Estimator portion of my shopping cart. Where do I look to fix this?
    /includes/templates/CLASSIC_OR_CUSTOM/templates/tpl_modules_shipping_estimator.php ?

    Cheers
    Rod

  5. #5
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Post/Zip Code box in Shipping Estimator

    Assuming this is the code that I should be looking at I don't see anything that would make it display wrong.

    PHP Code:
    <?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
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

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

    Default Re: Post/Zip Code box in Shipping Estimator

    It looks OK to me in IE7 & 8 and Firefox.

  7. #7
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Post/Zip Code box in Shipping Estimator

    I think I found the problem. I am using a 24" widescreen monitor @ 1920x1200. If I scale the browser down it displays correctly. It only jumps when I maximize my display.

    Thanks
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  8. #8
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,889
    Plugin Contributions
    96

    Default Re: Post/Zip Code box in Shipping Estimator

    Edit /includes/templates/cherry_zen/css/stylesheet.css and find the selector label.inputLabel and change

    Code:
    width: 90%;
    to

    Code:
    width: 11em;

  9. #9
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Post/Zip Code box in Shipping Estimator

    Outstanding lat9! Thanks so much.
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  10. #10
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,889
    Plugin Contributions
    96

    Default Re: Post/Zip Code box in Shipping Estimator

    No problem, micmed, I'm glad that helped.

    Love your tagline!

 

 

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. v151 Where are the code that handle the shipping estimator POST data
    By su35 in forum General Questions
    Replies: 2
    Last Post: 31 Jan 2014, 10:05 PM
  3. Pre populate Zip Post code
    By beco1979 in forum General Questions
    Replies: 3
    Last Post: 29 Mar 2011, 09:55 PM
  4. add zip code field for no logged customers in shipping estimator
    By igrossiter in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 27 May 2009, 06:52 PM
  5. Help need to set up per zip code shipping module with 5 zip code areas flat fee
    By cshart in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 11 Feb 2009, 06:31 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