Woocommerce Wordpress Thay thế giá thành Liên hệ trong Woocommerce By gialinh 26/06/2016 ShareFacebookTwitterPinterest 2Comments 0Likes 10Views 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ệ'; } Tags: Woocommerce Điều hướng bài viết Prev post: Prev PostNext post: Next Post 2 CommentsClose Comments 2 Comments thanhtu Bình luận Posted 24/05/2017 at 1:18 chiều 0Likes cái nào không để giá thay bằng liên hệ làm thế nào admin Nguyễn Phúc Gia Linh Bình luận Posted 24/05/2017 at 1:40 chiều 0Likes Bạn thêm code trên vào file function.php của theme, khi bạn không điền giá sẽ thành liên hệ. Leave a comment HủyName E-mail Lưu tên của tôi, email, và trang web trong trình duyệt này cho lần bình luận kế tiếp của tôi. Comment By using this form you agree with the storage and handling of your data by this website. For further details on handling user data, see our Privacy Policy Δ
2 Comments
thanhtu
cái nào không để giá thay bằng liên hệ làm thế nào admin
Nguyễn Phúc Gia Linh
Bạn thêm code trên vào file function.php của theme, khi bạn không điền giá sẽ thành liên hệ.