What file is use to display the Sub-Total at the bottom of the "Shopping Cart Contents" page? Not the display on the top. I found it. I'm looking for the page that displays the actual sub-total cost, not the text. I found that one too. Thanks.
What file is use to display the Sub-Total at the bottom of the "Shopping Cart Contents" page? Not the display on the top. I found it. I'm looking for the page that displays the actual sub-total cost, not the text. I found that one too. Thanks.
If I understand you correctly, you might want to try removing the following line in your includes/templates/YOUR_TEMPLATE/tpl_shopping_cart_default.php file:
Code:<div id="cartSubTotal"><?php echo SUB_TITLE_SUB_TOTAL; ?> <?php echo $cartShowTotal; ?></div>