1. In checkout_shipping.php Line 44, a session need to be placed to enable the check box of insurance to pass to the checkout_confirm.php.

2 Do not need the session $_SESSION['choose_insurance'] = $_POST[choose_insurance]; in checkout_confirmation.php

3 A html fix in line 374 is updated in the file.

More...