dubbemiah Posted March 20, 2010 Share Posted March 20, 2010 My products are virtual and require no shipping. Is there a way to remove the shipping aspect from the Check-Out area? Thanks, Brandon Link to comment Share on other sites More sharing options...
editia Posted March 21, 2010 Share Posted March 21, 2010 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 More sharing options...
♥mdtaylorlrim Posted March 21, 2010 Share Posted March 21, 2010 Don't jack with the code, yet. Simply remove all shipping modules. THEN if you still need to look at the code. Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.