Hej! Det kan være jeg kan hjælpe.
Which field is it?
-
This reply was modified 2 years, 5 months ago by
prokops.
Hi! It’s called “Lejlighed, værelse, o.l. (valgfri)”
Hej igen!
This field does not seem to be a Themehigh CFE field. So that would explain it 🙂
https://paste.pics/Q2LAQ
Please show backend screenshot of the settings on this field in CFE
Is it greyed out like this?
https://paste.pics/Q2LBL
-
This reply was modified 2 years, 5 months ago by
prokops.
Hi, i have removed the field completely on backend in shipping and billing fields.
Your checkout is made with Gutenberg blocks, so I am guessing you need to clarify with Themehigh if these two systems are compatible.
Until then, you might want to use a CSS solution:
.woocommerce-checkout .wc-block-components-text-input.wc-block-components-address-form__address_2 {
display: none !important;
}
Skål!
Plugin Support
Dina S.
(@themehighsupport)
Hi,
We believe that you are using WooCommerce blocks on your website. Due to this reason, the changes are not being reflected on the checkout page.
Unfortunately, any of the plugins that add custom fields to the checkout page are currently not compatible with WooCommerce blocks. Once WooCommerce adds any hooks or filters, we will definitely provide the compatibility.
For now, we suggest using the shortcode [woocommerce_checkout] to create the checkout page, as this will enable our plugin to work correctly.
Thank you!
@themehighsupport
Unfortunately, any of the plugins that add custom fields to the checkout page are currently not compatible with WooCommerce blocks. Once WooCommerce adds any hooks or filters, we will definitely provide the compatibility.
thanks for this clarify…..