ĐĂNG TIN
logo
Online:
Visits: 1,685,749,294
Stories: 8,383,743
Profile image
0
0
Tác giả: fcwordpress
Trang tin cá nhân | Bài đã đăng
Lượt xem

Hiện tại:
1h trước: 1
24h trước: 1
Tổng số: 57
Hướng dẫn custom woocommerce – phần 9
Saturday, February 20, 2016 19:15
% of readers think this story is Fact. Add your two cents.


Mời anh/chị xem video: Hướng dẫn custom woocommerce – phần 9

Một số code có liên quan đến video này:

  •  Remove postcode trong trang check out
add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields_tl' ); function custom_override_checkout_fields_tl( $fields ) { unset($fields['billing']['billing_postcode']); unset($fields['shipping']['shipping_postcode']); unset($fields['billing']['billing_company']); unset($fields['shipping']['shipping_company']); return $fields; }

Tin nổi bật trong ngày
Tin mới nhất

Register

Newsletter

Email this story
If you really want to disable all recommended stories, click on OK button. After that, you will be redirect to your options page.