Hello,
I am trying to move "Special Instructions or Comments About Your Order" text box from checkout to the "shopping cart" page.
I took the code
Code:
<fieldset class="shipping" id="comments">
<legend><?php echo TABLE_HEADING_COMMENTS; ?></legend>
<?php echo zen_draw_textarea_field('comments', '45', '3'); ?>
</fieldset>
and pasted it to tpl_shopping_cart_default, but now can't figure out how to make this field actually work. I tried to work out the code I need to type in the header_php.php on my own, but I didn't make it
I will be very grateful for help :)