' . \EDD\Blocks\Checkout\Functions\get_quantity_string() . ''; } if ( ! empty( $block_attributes['show_total'] ) ) { $output[] = '' . edd_currency_filter( edd_format_amount( edd_get_cart_total() ) ) . ''; } if ( ! empty( $output ) ) { echo wp_kses_post( implode( ' - ', $output ) ); } if ( ! empty( $block_attributes['link'] ) && ! edd_is_checkout() ) { ?>