SkinEFX Posted April 5, 2003 Share Posted April 5, 2003 How do I turn off showing the shiping weight in checkout, customers invoice etc... Link to comment Share on other sites More sharing options...
Ajeh Posted April 5, 2003 Share Posted April 5, 2003 You would need to edit checkout_shipping.php and alter these lines: <?php if ( ($n > 1) || ($n2 > 1) ) { ?> <td class="main"><?php echo $currencies->format(tep_add_tax($quotes[$i]['methods'][$j]['cost'], $quotes[$i]['tax'])); ?></td> <td class="main" align="right"><?php echo tep_draw_radio_field('shipping', $quotes[$i]['id'] . '_' . $quotes[$i]['methods'][$j]['id'], $checked); ?></td> <?php } else { ?> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.