You could customize, using your templates and overrides, the file:
/includes/templates/your_template_dir/common/tpl_main_page.php
Around line 100, change the code to read:
Code:
if (in_array($current_page_base,explode(",",'product_info')) || (COLUMN_LEFT_STATUS == 0 || (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == '') || (CUSTOMERS_APPROVAL_AUTHORIZATION == 1 && CUSTOMERS_AUTHORIZATION_COLUMN_LEFT_OFF == 'true' and ($_SESSION['customers_authorization'] != 0 or $_SESSION['customer_id'] == '')))) {