function advanced_stock_get_sendfor_message()
 {
     return advanced_stock_get_sendfor_message();
 }
            ?>
<div class="messageStackError"><?php 
            echo OUT_OF_STOCK_CANT_CHECKOUT;
            ?>
</div>

<?php 
        }
        //endif STOCK_ALLOW_CHECKOUT
    }
    //endif flagAnyOutOfStock
    if (MODULE_ADDON_MODULES_ADVANCED_STOCK_STATUS == 'true') {
        if ($flagAnySendForProduct) {
            ?>
<div class="messageStackError"><?php 
            echo advanced_stock_get_sendfor_message();
            ?>
</div>
<?php 
        }
    }
    ?>
<table width="100%" id="cartContentsDisplay" class="border">
     <tr class="tableHeading">
        <th scope="col" id="scProductsHeading"><?php 
    echo TABLE_HEADING_PRODUCTS;
    ?>
</th>
        <th scope="col" id="scUnitHeading"><?php 
    echo TABLE_HEADING_PRICE;
    ?>