Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing Shipping from Check-Out


dubbemiah

Recommended Posts

My products are virtual and require no shipping. Is there a way to remove the shipping aspect from the Check-Out area?

 

Thanks,

Brandon

 

If I have understood to you well, and you want that it does not appear to you the information of shipment in checkout_confirmation.php, you must erase these lines:

 

<tr>

<td class="main"><?php echo '<b>' . HEADING_BILLING_ADDRESS . '</b> <a href="' . tep_href_link(FILENAME_CHECKOUT_PAYMENT_ADDRESS, '', 'SSL') . '"><span class="orderEdit">(' . TEXT_EDIT . ')</span></a>'; ?></td>

</tr>

<tr>

<td class="main"><?php echo tep_address_format($order->billing['format_id'], $order->billing, 1, ' ', '<br>'); ?></td>

</tr>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...