How to Make Email Field Optional in WooCommerce Checkout in WordPress | No Required
Автор: WebTask With Hassan
Загружено: 2024-05-20
Просмотров: 1830
Описание:
In this woocommerce tutorial for beginners you will learn how to make email field option / not compulsory in billing form using custom php snippet in woocommerce checkout page in wordpress. So user / customer place order in checkout page without adding email address.
Use this code to make optional email address field:
add_filter( 'woocommerce_billing_fields', 'ts_unrequire_wc_email_field');
function ts_unrequire_wc_email_field( $fields ) {
$fields['billing_email']['required'] = false;
return $fields;
}
#woocommerce #email #optional #field #required #checkout #billing #code #wordpress #webtaskwithhassan #hassangilani
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: