Ok, so I figured out the in tpl_checkout_confirmation_default.php these lines are what "prints" the order totals:
around line 164
I would think you could add in a if statement to exclude the ot_insurance module is it is not selected, just not really sure how to do that right now.Code:<?php if (MODULE_ORDER_TOTAL_INSTALLED) { $order_totals = $order_total_modules->process(); ?> <div id="orderTotals"><?php $order_total_modules->output(); ?></div> <?php } ?>
This is on the list of to do's, but unfortunately that list is getting pretty long!![]()





Reply With Quote


Bookmarks