protected static function get_cart_block_content() { return ‘

‘ . esc_html__( ‘You may be interested in…’, ‘woocommerce’ ) . ‘

‘ . esc_html__( ‘Your cart is currently empty!’, ‘woocommerce’ ) . ‘


‘ . esc_html__( ‘New in store’, ‘woocommerce’ ) . ‘

‘; }