Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2009
    Location
    Neath, South Wales
    Posts
    53
    Plugin Contributions
    0

    Default Remove 'state/province' display in Shipping Estimator

    Hi, could someone please tell me how to remove the State/Province dropdown from the Shipping Estimator please?
    Thanks.

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: Remove 'state/province' display in Shipping Estimator

    Open the following file:
    includes\ templates\ YOUR TEMPLATE\ templates\ tpl_modules_shipping_estimator.php
    Find the code below and remove it or comment it out:

    PHP Code:
    <label class="inputLabel" for="stateZone" id="zoneLabel"><?php echo ENTRY_STATE?></label>
    <?php echo zen_draw_pull_down_menu('zone_id',  zen_prepare_country_zones_pull_down($selected_country), $state_zone_id,  'id="stateZone"');?>
    <br class="clearBoth" id="stBreak" />
    <label class="inputLabel" for="state" id="stateLabel"><?php echo $state_field_label?></label>
    <?php echo zen_draw_input_field('state''',  zen_set_field_length(TABLE_ADDRESS_BOOK'entry_state''40') . '  id="state"') .'&nbsp;<span class="alert"  id="stText">&nbsp;</span>'?>
    <br class="clearBoth" />

    <?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
            
    }
    Mark
    Hare Do

 

 

Similar Threads

  1. How to remove State/Province from shipping estimator?
    By double-happiness in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 23 May 2011, 03:23 PM
  2. remove County/State/Province estimate shipping
    By tbrides in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 3 Feb 2011, 12:00 PM
  3. Remove state & zipcode from Shipping Estimator?
    By ---kate--- in forum Addon Shipping Modules
    Replies: 17
    Last Post: 20 Aug 2010, 01:36 PM
  4. Replies: 19
    Last Post: 6 Feb 2007, 03:41 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR