
Originally Posted by
duffy
Thanks mrmeech. I've implemented the code change and this generates a nice drop down for the date selection but when I get to the confirmation stage of order processing the date is again displaying in in the yyyy/mm/dd format. Do we need to make a similar change in the tpl_checkout_confirmation page?
duffy.
try updating these lines of code in your tpl_checkout_confirmation_default.php
PHP Code:
<?php // BEGIN Order Delivery Date ?>
<h3><?php echo TABLE_HEADING_DELIVERY_DATE; ?></h3>
<p><h4><?php echo zen_date_long($order->info['order_delivery_date']); ?></h4></p><br />
</div>
<?php // END ORder Delivery Date ?>