add_filter( 'woocommerce_checkout_fields' , 'custom_checkout_form' ); function custom_checkout_form( $fields ) { //unset($fields['billing']['billing_postcode']); //Ẩn postCode //unset($fields['billing']['billing_state']); //Ẩn bang hạt //unset($fields['billing']['billing_country']);// Ẩn quốc gia unset($fields['billing']['billing_address_2']); //billing_company unset($fields['billing']['billing_company']); unset($fields['billing']['billing_last_name']); //unset($fields['billing']['order_comments']);// Ẩn quốc gia //unset($fields['billing']['billing_city']); //Ẩn select box chọn thành phố // unset($fields['billing']['billing_email']); //Ẩn select box chọn thành phố $fields['billing']['billing_first_name']['placeholder'] = "Họ và tên"; $fields['billing']['billing_phone']['placeholder'] = "Số điện thoại"; return $fields; } function custom_checkout_field_label( $fields ) { $fields['address_1']['label'] = 'Địa chỉ giao sản phẩm'; $fields['first_name']['label'] = 'Tên'; return $fields; } add_filter( 'woocommerce_default_address_fields', 'custom_checkout_field_label' ); // Bỏ bắt buộc điền mail trong trang thanh toán add_filter( 'woocommerce_billing_fields', 'filter_billing_fields', 20, 1 ); function filter_billing_fields( $billing_fields ) { // Only on checkout page if( ! is_checkout() ) return $billing_fields; $billing_fields['billing_email']['required'] = false; $billing_fields['billing_company']['required'] = false; $billing_fields['billing_city']['required'] = false; $billing_fields['billing_address_2']['required'] = false; $billing_fields['billing_state']['required'] = false; $billing_fields['billing_postcode']['required'] = false; $billing_fields['billing_last_name']['required'] = false; return $billing_fields; } Skip to content
  • Thời trang gen Z - đậm chất cá tính
  • Theo Dõi Đơn Hàng
  • Trang FAQ
  • Tuyển Dụng
  • Thời trang gen Z - đậm chất cá tính
Ailes FashionAiles Fashion

  • Trang Chủ
  • Shop
    • Áo khoác
    • Áo sơ mi
    • Áo polo
    • Quần Short
    • Quần Jeans
    • Áo phông
    • Phụ kiện thời trang
  • Giới thiệu
  • SALE
  • Tin Tức
  • Chính Sách
  • Liên hệ
    • Chưa có sản phẩm trong giỏ hàng.

  • Giỏ hàng

    Chưa có sản phẩm trong giỏ hàng.

  • Theo Dõi Đơn Hàng
  • Trang FAQ
  • Tuyển Dụng
Về Chúng tôi

Thông tin liên hệ: 0384966740

Email:ailesfashion.com@gmail.com

Địa Chỉ: Số 75 ngõ 20 Đường Mỹ Đình

Dịch Vụ Khách Hàng
  • Hỏi Đáp
  • Tuyển Dụng
  • Chính sách
  • Hướng Dẫn Mua Hàng
  • Theo Dõi Đơn Hàng
Fanpage
Facebook
Vị trí
  • About
  • Our Stores
  • Blog
  • Contact
Copyright 2023 © Thời trang gen z
  • Trang Chủ
  • Shop
    • Áo khoác
    • Áo sơ mi
    • Áo polo
    • Quần Short
    • Quần Jeans
    • Áo phông
    • Phụ kiện thời trang
  • Giới thiệu
  • SALE
  • Tin Tức
  • Chính Sách
  • Liên hệ
  • Đăng nhập
  • Newsletter
x
x

Đăng nhập

Quên mật khẩu?

Đăng ký

Dữ liệu cá nhân của bạn sẽ được sử dụng để hỗ trợ trải nghiệm của bạn trên toàn bộ trang web này, để quản lý quyền truy cập vào tài khoản của bạn và cho các mục đích khác được mô tả trong chính sách riêng tư của chúng tôi.