woocommerce campi address 2 e company, rimossi #13

Closed
opened 2020-04-22 20:40:50 +02:00 by kiki · 1 comment
Owner

Tolti da dentro il plugin, bisogna trovare poi il modo di metterli in function.php del nostro tema
per ora abbiamo commentato le condizioni intorno alla parola "hidden"
in wp-content/plugins/woocommerce/includes/class-wc-countries.php

	//if ( 'hidden' === get_option( 'woocommerce_checkout_company_field', 'optional' ) ) {
		unset( $fields['company'] );
	//}

	//if ( 'hidden' === get_option( 'woocommerce_checkout_address_2_field', 'optional' ) ) {
		unset( $fields['address_2'] );
	//}
Tolti da dentro il plugin, bisogna trovare poi il modo di metterli in function.php del nostro tema per ora abbiamo commentato le condizioni intorno alla parola "hidden" in wp-content/plugins/woocommerce/includes/class-wc-countries.php //if ( 'hidden' === get_option( 'woocommerce_checkout_company_field', 'optional' ) ) { unset( $fields['company'] ); //} //if ( 'hidden' === get_option( 'woocommerce_checkout_address_2_field', 'optional' ) ) { unset( $fields['address_2'] ); //}
Author
Owner

li abbiamo esclusi dal tema, personalizza > woocommerce > cassa

li abbiamo esclusi dal tema, personalizza > woocommerce > cassa
kiki closed this issue 2020-06-09 23:39:07 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: campiaperti/bottega#13
No description provided.