Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

VaughnFisher

Pioneers
  • Posts

    2
  • Joined

  • Last visited

VaughnFisher's Achievements

  1. I am new to OSCommece and would appreciate it if someone could assist me with the following problem. I cant find the code on line 269 in my checkout_payment.php file. Any help will be highly appeciated Regards Vaughn Fisher 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 ADD this code after: /* kgt - discount coupons */ if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_STATUS == 'true' ) { ?> <h2><?php echo TABLE_HEADING_COUPON; ?></h2> <div class="contentText"> </div> <div class="contentText"> <?php echo ENTRY_DISCOUNT_COUPON.' '.tep_draw_input_field('coupon', '', 'size="32"', $coupon); ?> </div> <?php } /* end kgt - discount coupons */
  2. I am new to oscommerce and am trying to reslove the folowing issue. I am following the installation guide on an existing install. I cant complete the following step as I cant find the code within checkout_payment.php Your help will be highly appreciated. Vaughn Fisher 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 ADD this code after: /* kgt - discount coupons */ if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_STATUS == 'true' ) { ?> <h2><?php echo TABLE_HEADING_COUPON; ?></h2> <div class="contentText"> </div> <div class="contentText"> <?php echo ENTRY_DISCOUNT_COUPON.' '.tep_draw_input_field('coupon', '', 'size="32"', $coupon); ?> </div> <?php } /* end kgt - discount coupons */
×
×
  • Create New...