Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Comments Section - how do I ...


proton318

Recommended Posts

Posted

Okay, hopefully someone can give me a quick answer on this one.

 

For some reason I can't seem to find where to remove the "comments" box from appreaing on the checkout screens. How do I remove it?

 

Or, put another way ....

 

I don't want the text box there for customers to add comments to their orders when they checkout. Where do I go to remove it?

 

Thanks!

Every passing minute is another chance to turn it all around.

 

Delegated to web lackey - again.

Posted

not 100% sure because I havent done it myself, but I think its on the page catalog/checkout_shipping.php then take out the box header at about line 383 and the body of the table is at 387 look for

 

<?php echo tep_draw_textarea_field('comments', 'soft', '60', '5') . tep_draw_hidden_field('comments_added', 'YES'); ?>

 

Posted

Yep, that worked like a charm! Thanks for your help. One other note, you also have to remove the code in checkout_payment.php.

 

Again, thanks!

Every passing minute is another chance to turn it all around.

 

Delegated to web lackey - again.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...