Dùng hàm sau để thực hiện việc thêm nút liên hệ khi giá sản phẩm là 0 nhé
function replace_add_to_cart() {
global $product;
if( $product->get_price() == 0 ) {
$link = 'YOUR CONTACT PAGE URL';
$button_text = 'Contact Us';
} else {
$link = $product->get_permalink();
$button_text = 'Buy Now';
}
echo do_shortcode('
');
}
add_action('woocommerce_after_shop_loop_item','replace_add_to_cart');
Bài viết mới:
- 50 bảng màu tham khảo cho thiết kế web chuyên nghiệp
- Tạo Lightbox nhiều bước, báo giá nhiều lựa chọn trong Flatsome
- Hướng dẫn tạo Restore point trên Windows 10
- Code một block của riêng mình trong UX Builder theme Flatsome – phần 1
- Anregende Perspektiven für erfolgreiche Kampagnen mit https://incaspins-germany.de und zielgerichteter Kundenansprache







