is_on_sale() ) : $custom_text = get_theme_mod( 'sale_bubble_text' ); $text = $custom_text ? $custom_text : __( 'Sale!', 'woocommerce' ); if ( get_theme_mod( 'sale_bubble_percentage' ) ) { $text = flatsome_presentage_bubble( $product, $text ); } echo apply_filters( 'woocommerce_sale_flash', '
' . $text . '
', $post, $product ); ?>