City and Postcode placeholder
-
Hello! I’ve noticed that there is disabled option for using placeholder for fields City and Postcode. All other WooCommerce plaholder fields are editable.
I cannot even change it by function:
add_filter('woocommerce_default_address_fields', 'override_address_fields'); function override_address_fields( $address_fields ) { $address_fields['city']['placeholder'] = 'np. Poznań'; $address_fields['postcode']['placeholder'] = 'np. 61-144'; return $address_fields; }This function works only when I disable plugin.
Any suggestion? I’m using free and pro plugin. Tested on 2 different websites.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘City and Postcode placeholder’ is closed to new replies.