Mẹo: Bạn muốn tìm Fullcode website điện thoại hãy đánh từ khóa điện thoại vào ô tìm kiếm, hoặc tìm theo Danh mục.

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

Fullcode chỉ cần up lên host là giống demo không cần cài đặt. Xem ngay

Đ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

Code chuyển 0đ thành chữ “Liên hệ”

Dán code dưới vào file functions.php của theme

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 = ‘‘;
 }
 }
 return $price;
 }
 add_filter( ‘woocommerce_get_price_html’, ‘devvn_wc_custom_get_price_html’, 10, 2 );

CAM KẾT WEB ĐÃ TỐI ƯU CHUẨN SEO, KHÔNG VIRUS, KHÔNG MÃ ĐỘC

Làm việc từ 8h30 đến 23h30, không nghỉ lễ tết, T7, CN. Hotline: 0986.989.626

Tải Theme Plugin Miễn Phí

Leave a Reply

Nhắn tin qua Facebook Zalo: 0986989626
Hotline: 0986.989.626
Mua Fullcode tặng tên miền MIỄN PHÍ (**)Xem chi tiết
+ +