NOTE: on the file:
/includes/modules/order_total/ot_ot_optionalinsurance.php
you should comment the echo around line 144:
Code:$insurance = $_SESSION['shipping']['insurance']; //echo 'shipping insurance: ' . $_SESSION['shipping']['insurance'] . '<br>'; $selected = (($_SESSION['insurance'] == '1') ? true : false);
Bookmarks