Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

don't want to show shipping weight?


SkinEFX

Recommended Posts

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

Archived

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

×
×
  • Create New...