Bạn không muốn hiển thị giá thành công khai trên website mà muốn khách hàng liên hệ với bạn bạn có thể dùng code Chuyển không có giá thành LIÊN HỆ hoặc số điện thoại trong wordpress. Bạn chèn đoạn code sau vào file functions.php là ok nhé.
Code chuyển không có giá hoặc 0đ thành chữ “Liên hệ” hoặc số điện thoại
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() ) { 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">' . __( 'Giá: Liên hệ', 'woocommerce' ) . '</span>'; } } return $price; } add_filter( 'woocommerce_get_price_html', 'devvn_wc_custom_get_price_html', 10, 2 );
Ở đoạn code trên có chữ ‘ Liên hệ’, bạn có thể thay chữ này thành số điện thoại hoặc bất cứ chữ gì bạn muốn nhé
Tự động chuyển “Giá bán” thành “Liên hệ” hoặc số điện thoại khi hết hàng trong wordpress.
Đoạn code này sẽ giúp bạn tự động chuyển “Giá bán” thành “Liên hệ” hoặc số điện thoại khi hết hàng. Thêm đoạn code sau vào functions.php của theme là được:
function devvn_oft_custom_get_price_html( $price, $product ) { if ( !is_admin() && !$product->is_in_stock()) { $price = '<span class="amount">' . __( 'Giá: Liên hệ', 'woocommerce' ) . '</span>'; } return $price; } add_filter( 'woocommerce_get_price_html', 'devvn_oft_custom_get_price_html', 99, 2 );
Chúc bạn thành công!
Có thể bạn nên xem:
-
DSK – Furniture Store WooCommerce WordPress Theme | Theme bán hàng nội thất cao cấp
Ngày đăng:31/10/2023DSK – Furniture Store WooCommerce WordPress Theme là một theme bán hàng nội thất cao cấp được thiết kế với phong cách hiện đại và sang trọng, phù hợp với các cửa hàng nội thất cao cấp. Theme này sử dụng các màu sắc và hình ảnh bắt mắt để thu hút sự chú ý …
290,000đXem chi tiết -
Evon – Bag Store WooCommerce WordPress Theme | Theme Wp Bán Hàng Thời Trang, Túi Xách (WPBakery Page)
Ngày đăng:10/10/2023MAIN FEATURES Included WPBakery Page Builder Plugin Included Slider Revolution Plugin Easy Installation & Setting Fully Responsive Unlimited Colors Powerful Admin Advanced Meta Options Demo One-Click Installation Live Preview WP Customizer Compatible with WordPress 4.9+ Compatible with WooCommerce 3.2+ Wishlists, Compare, Ajax shopping cart, Product Quick View 14+ Homepage layouts for your choice Cool features …
390,000đXem chi tiết -
Fona – Theme bán hàng thời trang – nội thất cực đẹp
Ngày đăng:09/10/2023Fona is a clean & minimal WooCommerce theme for shopping online stores. With design minimal and focus on products, Fona will make your online store look more impressive and attractive to viewers. With this WooCommerce theme you can use it for a lot of e-commerce website such as fashion store, furniture store, decoration store, …
290,000đXem chi tiết
- Hover hiển thị thông tin sản phẩm dạng Tooltip cho Woocommerce
- Thêm nút xem nhanh và xem chi tiết bên dưới sản phẩm cho trang bán hàng Worpdress
- Top 5 trang web bán theme wordpress uy tín nhất 2024
- Tìm hiểu về hook trong WordPress: Hướng dẫn Action Hook và Filter Hook toàn tập
- Thiết lập SMTP của Gmail cho WordPress