?>
</h1>
  <div id="content-product-listing-category-description-container">
<?php 
// BOF: Lango Added for template MOD
if (SHOW_HEADING_TITLE_ORIGINAL == 'yes') {
    $header_text = '&nbsp;';
    ?>
      <tr>
<?php 
} else {
    $header_text = HEADING_TITLE;
}
// queries now in the root new_products.php
if (MAIN_TABLE_BORDER == 'yes') {
    table_image_border_top(false, false, $header_text);
}
?>


        <?php 
//decide which product listing to use
if (PRODUCT_LIST_CONTENT_LISTING == 'column') {
    $listing_method = FILENAME_PRODUCT_LISTING_COL;
} else {
    $listing_method = FILENAME_PRODUCT_LISTING;
}
//Then show product listing
//  include(DIR_WS_MODULES . $listing_method);
if (file_exists(TEMPLATE_FS_CUSTOM_MODULES . $listing_method)) {
    require TEMPLATE_FS_CUSTOM_MODULES . $listing_method;
            if (SHOW_HEADING_TITLE_ORIGINAL == 'yes') {
                ?>
        <tr>
          <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
            <tr>
              <td class="pageHeading"><h3 class="no-margin-top"><?php 
                echo TABLE_HEADING_SHIPPING_METHOD;
                ?>
</h3></td>
            </tr>
          </table></td>
        </tr>
        <?php 
            }
            if (MAIN_TABLE_BORDER == 'yes') {
                table_image_border_top(false, false, TABLE_HEADING_SHIPPING_METHOD);
            }
            if ($order->content_type == 'virtual' || $order->content_type == 'virtual_weight' || SHIPPING_SKIP == 'Always' || SHIPPING_SKIP == 'If Weight = 0' && $cart->weight == 0) {
                $_SESSION['shipping'] = false;
                $_SESSION['sendto'] = false;
                $free_shipping = true;
            }
            ?>
        <tr>
          <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
            <?php 
            if (isset($_GET['shipping_error'])) {
                $error['error'] = TEXT_CHOOSE_SHIPPING_METHOD;
                ?>
            <tr>
              <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBoxNotice">