Im having a problem with the install it seems, something isn't right, in the instructions it tells me the following:
OPEN catalog/checkout_payment.php
FIND on line 269:
<h2><?php echo TABLE_HEADING_COMMENTS; ?></h2>
<div class="contentText">
<?php echo tep_draw_textarea_field('comments', 'soft', '60', '5', $comments); ?>
</div>
<?php
However, in my checkout_payment.php it goes like this, so I don't know where exactly to add it (basically there is no ending <?php like the instructions say):
<h2><?php echo TABLE_HEADING_COMMENTS; ?></h2>
<div class="contentText">
<?php echo tep_draw_textarea_field('comments', 'soft', '60', '5', $comments); ?>
</div>
<div class="contentText">
<div style="float: left; width: 60%; padding-top: 5px; padding-left: 15%;">
<div id="coProgressBar" style="height: 5px;"></div>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td align="center" width="33%" class="checkoutBarFrom"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '" class="checkoutBarFrom">' . CHECKOUT_BAR_DELIVERY . '</a>'; ?></td>
<td align="center" width="33%" class="chec
Any ideas/tips? Thank You!
btw im using the Discount Coupon Codes 3.34 for osc 2.31 from
My linkhttp://addons.oscommerce.com/info/4269