Hi
Can anyone please give me the code to show Special Instructions box on checkout_shipping to show on from Your Shopping Cart Contents page itself.
Version : 1.5.1
I tried by copying the code
<fieldset class="shipping" id="comments">
<legend><?php echo TABLE_HEADING_COMMENTS; ?></legend>
<?php echo zen_draw_textarea_field('comments', '45', '3'); ?>
</fieldset>
to tpl_shopping_cart_default. But did not work
thank you



Reply With Quote
