{# # Cart Totals (Bootstrap 5 Override) # # Renders the cart totals as a Bootstrap card with list-group rows. # # Expected context: # cart - WC()->cart object (subtotal, fees, coupons, shipping, total) # cart_subtotal - Pre-rendered subtotal HTML # cart_total - Pre-rendered total HTML # coupons - Array of applied coupon objects # fees - Array of fee objects # # WooCommerce PHP equivalent: cart/cart-totals.php # # @package WcBootstrap # @since 0.1.0 #}