function wpglorify_price_free_zero_empty( $price, $product ) { if ( $product->get_price() == 0 ) { if ( $product->is_on_sale() && $product->get_regular_price() ) { $regular_price = wc_get_price_to_display( $product, array( 'qty' => 1, 'price' => $product->get_regular_price() ) );
$price = wc_format_price_range( $regular_price, __( 'Teklif Al!', 'woocommerce' ) );
} else {
$price = '<span class="amount">' . __( 'Teklif Al!', 'woocommerce' ) . '</span>';
}
}

return $price;
}
add_filter( 'woocommerce_get_price_html', 'wpglorify_price_free_zero_empty', 10, 2 );

Arkadaşlar Teklif Al! Olan kısıma whatsapp butonu hemen yanına yeşil yazı ile teklif al yazısı eklenmesini istiyorum yardımcı olabilecek biri var mı?