Chuyển 0 đ thành chữ “Liên hệ” trong wordpress woocommerce

5/5 - (1 bình chọn)
Đoạn code dưới đây sẽ giúp các bạn chuyển 0đ thành chữ “Liên hệ”. Bạn chỉ cần chèn đoạn code sau vào file functions.php của theme bạn đang sử dụng là được
function devvn_wc_custom_get_price_html( $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, __( 'Free!', 'woocommerce' ) );

} else {

$price = '<span class="amount">' . __( 'Liên hệ', 'woocommerce' ) . '</span>';

}

}

return $price;

}

add_filter( 'woocommerce_get_price_html', 'devvn_wc_custom_get_price_html', 10, 2 );

Chuyển giá thành “Liên hệ” khi hết hàng

function devvn_oft_custom_get_price_html( $price, $product ) {

if ( !is_admin() && !$product->is_in_stock()) {

$price = '<span class="amount">' . __( 'Liên hệ', 'woocommerce' ) . '</span>';

}

return $price;

}

add_filter( 'woocommerce_get_price_html', 'devvn_oft_custom_get_price_html', 99, 2 );
5/5 - (1 bình chọn)


  1. Cash Winning Games to Play in Kenya
    best online casino games kenya [url=https://levine.co.ke/best-online-games-that-pay-real-money-in-kenya]best online casino games kenya[/url] .

  2. Narin ve tatlı, aynı zamanda escort sakarya sakarya arkadaş canlısı ve eğlenceyi seven bir insanım. Her zaman gülümseyen ve çok açık fikirli güzel bir hanımefendiyim. Doğal bir vücudum var, inanılmaz deneyim arayışında iseniz o halde ne arzuladığınızı bana iletebilirsiniz.

  3. Escort Sakarya Bayan Birbirinden güzel kadınlarla alakadar ne ararsanız bulabileceğiniz Bayan arkadaş arama sayfası sizin için 24 saat hizmet sunar.

  4. hello!,I really like your writing so a lot! share we keep up a correspondence extra approximately your post on AOL? I need an expert in this house to unravel my problem. May be that is you! Taking a look ahead to see you.

Trả lời

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *