Quote Originally Posted by mcqueeneycoins View Post
Anyone have additional thoughts on this issue? I enabled debug and log file appears to have tax calculated, just not displayed. Could there be an issue with my order total module or something else I have set?

Code:
2024-12-31 05:16:41, Edit Orders entered (4.7.1) action (edit)
Enabled Order Totals: ot_subtotal.php;ot_shipping.php;ot_coupon.php;ot_group_pricing.php;ot_tax.php;ot_loworderfee.php;ot_gv.php;ot_total.php
getOrderInfo(edit), on entry: Called by /home/.../edit_orders.php on line #112
	Subtotal: (not set), Shipping: (not set), Shipping Tax-Rate:  (not set), Shipping Tax-Description:  (not set), Shipping Tax: (not set), Tax: 31.1815, Total: 467.3715, Tax Groups: {"7.2500":"1"}
	$_SESSION['shipping']: (not set)

Order Totals
		ot_subtotal. Text: $430.09, Value: 430.0900
		ot_shipping. Text: $6.10, Value: 6.1000
		ot_total. Text: $467.37, Value: 467.3715
After a lot of trial and error, I discovered a small modification in the ot_tax.php file that apparently caused this issue. I have restored the file to the original ZC distribution and it now displays properly. However, it is showing up as follows:

CA State Sales Tax (7.25%) + Shipping Tax (0.0000%): $23.58

Is there any way to "hide" the + Shipping Tax portion?