Sorry about the long wait. I found the problem, which happens when adding a menu item to cart, menu price above 999.99 is formated to thousands before its added to cart instead of formating right after, when displaying in cart.
Follow this link to correct this issue.
https://github.com/tastyigniter/TastyIgniter/commit/f2aaf156a565beb9b91e2f5684a9293eae6cf89b
In extensions/cart_module/controllers/Cart_module.php
add line 173 and 174
replace line 178 with 180
In extensions/cart_module/models/Cart_model.php
replace line 6 and 26
In main/controllers/account/Orders.php
replace line 188
In extensions/cart_module/controllers/Cart_module.php
ignore lines 54-61 and 120-128