Comparing the file of previous versions 2.5.7 of the body.php file of the micro template, I found this difference in the code:
version 2.6.0 micro template body.php
line 156
if ( isset( $tax_item_total ) ) {
version 2.5.7 micro template body.php /* this version hides the numbers when the value is zero*/
line 169
if ( '' != $tax_item_total ) {
I have very basic knowledge of php
I’ve modified the code. I do not know if this will be correct but it works
@teresa-in the latest version of the plugin already fixed this. I can advice you to update plugin to latest version. There is also a brand new template that has much cleaner code and will have more features in the future. 🙂