You may notice that since Woocommerce ver.7.8 TZ Cart element is not so stable and, occasionally, responds with a blank dropdown.
This can be easily resolved by adding string below straight to Chromium’s functions.php file:
/* TZ Cart integration */ wp_enqueue_script( 'wc-cart-fragments' );
Just copy/paste code to the end of mentioned file, like on screenshots: