Hi
(for v1.38a.)

In
catalog\includes\templates\CUSTOM\templates\tpl_modules_shipping_estimator.php
I get a validation error:

Code:
Error: duplicate specification of attribute "name"
this is the browser html:
HTML Code:
<label class="inputLabel" for="seAddressPulldown">Address:</label>
<select name="address_id" onchange="return shipincart_submit();" name="seAddressPulldown">
and sure enough there are two names declared.

This is the template:
Code:
<label class="inputLabel" for="seAddressPulldown"><?php echo CART_SHIPPING_METHOD_ADDRESS; ?></label>
<?php echo zen_draw_pull_down_menu('address_id', $addresses_array, $selected_address, 'onchange="return shipincart_submit();" name="seAddressPulldown"'); ?>
and thats about as far as I go...too many parameters here that I have only vague notions about.

regards
Steve