get_type(); if ( $product && ! $product->is_type( 'variable' ) && $quantity < $discount_qty ) { $clickable = ' clickable'; } } if ( isset( $discount_tier['product_single_page']['table_title'] ) && ! empty( $discount_tier['product_single_page']['table_title'] ) ) : ?>
' . esc_html( $discount_qty ) . '', '' . esc_html( $discount_qty ) . '', '' . wc_price( $discount ) . '', '' . esc_html( $discount_percent ) . '', ), esc_html( Merchant_Translator::translate( $discount_tier['product_single_page']['buy_text'] ) ) ), merchant_kses_allowed_tags( array( 'bdi' ) ) ); } else { echo wp_kses( str_replace( array( '{quantity}', '{discount}', ), array( '' . esc_html( $discount_qty ) . '', '' . wc_price( $discount ) . '', ), esc_html__( 'Buy {quantity}, get {discount} off each', 'merchant' ) ), merchant_kses_allowed_tags( array( 'bdi' ) ) ); } ?>