Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add Comments About Your Order


bremmerm

Recommended Posts

Posted

When someone is checking out there is the box for: Add Comments About Your Order

 

Where do i go to edit the size of that comment box?

 

Thanks

Posted

if you follow the checkout process and you get to the page where the comments box is displayed, look in the browser you sgould have:-

 

yourdomain.com/shop/somecheckoutfile.php

 

 

You then need to find that file in your shop, search for comment in that file, you well find somewhere a statement that has a coomments box and there will be some size settings most likely.

 

             <?php echo tep_draw_textarea_field('comments', 'soft', '60', '5', $comments); ?></td>

 

in checkout_payment.php for example, the 60 and 5 represent width and hieght settings i believe.

Getting better with mods but no programmer am I.

Archived

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

×
×
  • Create New...