Quote Originally Posted by s_t_e_v_e View Post
copy the following template file to your own custom template folder...


tpl_checkout_shipping_default.php


Look for the following:

<fieldset class="shipping" id="comments">

**** <legend><?php echo TABLE_HEADING_COMMENTS; ?></legend> ****
**** <?php echo zen_draw_textarea_field('comments', '45', '3'); ?> ****

</fieldset>


and change the highlighted line for the following;


<legend>Choose Your Time For Delivery</legend>
<select name="comments">
<option>?? Delivery Time ??</option>
<option>Delivery Time 17:00</option>
<option>Delivery Time 18:00</option>
<option>Delivery Time 19:00</option>
<option>Delivery Time 20:00</option>
</select>


Add to the options.....

Test it thoroughly.

Hope this helps...
sorry I posted to the wrong member
Hi Steve pardon my ignorance, I am new to zencart. I want to apply you solution however i could not figure out the "acivate option" after adding to the said file. You help will be much appreciated