Hi
(for v1.38a.)
In
catalog\includes\templates\CUSTOM\templates\tpl_modules_shipping_estimator.php
I get a validation error:
this is the browser html:Code:Error: duplicate specification of attribute "name"
and sure enough there are two names declared.HTML Code:<label class="inputLabel" for="seAddressPulldown">Address:</label> <select name="address_id" onchange="return shipincart_submit();" name="seAddressPulldown">
This is the template:
and thats about as far as I go...too many parameters here that I have only vague notions about.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"'); ?>
regards
Steve



