
Originally Posted by
ebaobao
Hi Kim,
I manage to remove them from the payment and shipping templates, but can you tell me which part of the code in the checkout_confirm template to comment out? I'm new to php and don't want to mess up commenting out the wrong code.
Thanks!
In my template it was around lines 91 ->96
Code:
<!--
<h2 id="checkoutConfirmDefaultHeadingComments"><?php echo HEADING_ORDER_COMMENTS; ?></h2>
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<div><?php echo (empty($order->info['comments']) ? NO_COMMENTS_TEXT : nl2br(zen_output_string_protected($order->info['comments'])) . zen_draw_hidden_field('comments', $order->info['comments'])); ?></div>
<br class="clearBoth" />
-->