<?php 
    }
}
// end check
?>
            <!-- Items Bought with this bought Area End -->
            <!-- Other items you may be intrested in Area -->
            <?php 
if (getSettingsValue('enable_otherinterested') == 'Y') {
    if (!empty($OIArr)) {
        ?>
            <div id="itemsIntrestedInContent">
                <div class="detailpage_carouselheading">Other items you may be interested in</div>

             <?php 
        clsCreateCarousel::showProductCurozileItems($OIArr);
        ?>
            </div>
                    <?php 
    }
}
?>
             <br>
            <!-- Other items you may be intrested in Area End -->
        </div>

       

        <!-- content area Right Coulumn Ends-------------------------------------------------------------- -->
    </div>