Freeship toàn quốc, kiểm tra mới nhận hàng thanh toán.
Miễn phí lắp đặt nội thành Hà Nội, HCM, Đà Nẵng, Thái Nguyên, Quảng Ngãi.
Lưu ý: Giá sản phẩm còn tùy thuộc vào kích thước và chất liệu gỗ.
Mẫu mã, kích thước, màu sắc theo yêu cầu. Tư vấn, khảo sát, thiết kế miễn phí tại nhà. Đặt hàng online được miễn phí giao hàng toàn quốc áp dụng cho tất cả đơn hàng trên 500k.
Bạn vui lòng nhập đúng số điện thoại để chúng tôi sẽ gọi xác nhận đơn hàng trước khi giao hàng. Xin cảm ơn!
}
else if(is_front_page() || is_home()){ // chỉ load ở trang chủ
?>
}
else if (is_search() || is_product_category()) // chỉ load ở trang tìm kiếm và danh mục sản phẩm
{
?>
}
else if (is_order_received_page()) // Chỉ load ở trang thanh toán thành công
{
?>
/**/
}
else{ // Và các trang khác
?>
}
}
// END mã theo dõi dynamic remarketing
//
// Shortcode năm hiện tại
function year_current_shortcode() {
return date('Y');
}
add_shortcode('nam_ht', 'year_current_shortcode');
// Shortcode tháng hiện tại
function month_current_shortcode() {
return date('n'); // dạng 1-12
}
add_shortcode('thang_ht', 'month_current_shortcode');
add_filter('the_title', 'do_shortcode');
//
/*
* Tùy chỉnh hiển thị thông tin chuyển khoản trong woocommerce
* Author: levantoan.com
*/
add_filter('woocommerce_bacs_accounts', '__return_false');
add_action( 'woocommerce_email_before_order_table', 'devvn_email_instructions', 10, 3 );
function devvn_email_instructions( $order, $sent_to_admin, $plain_text = false ) {
if ( ! $sent_to_admin && 'bacs' === $order->get_payment_method() && $order->has_status( 'on-hold' ) ) {
devvn_bank_details( $order->get_id() );
}
}
add_action( 'woocommerce_thankyou_bacs', 'devvn_thankyou_page' );
function devvn_thankyou_page($order_id){
devvn_bank_details($order_id);
}
function devvn_bank_details( $order_id = '' ) {
$bacs_accounts = get_option('woocommerce_bacs_accounts');
if ( ! empty( $bacs_accounts ) ) {
ob_start();
echo '
Reviews
There are no reviews yet.