Như tit, code có chức năng thay thế chữ liên hệ khi giá trỗng trong Woocommerce . Thêm vào file function.php của theme

add_filter('woocommerce_empty_price_html', 'custom_call_for_price');

function custom_call_for_price() {
return 'Liên hệ';
}