mcguffin/acf-quickedit-fields

Custom Field not showed on Woo Products

tombauer opened this issue · 1 comments

I use a simple ACF Text Field and would like to display it in the product overview of Woo. Unfortunately, the field is displayed empty. Funnily enough, the quick edit function works. Is this a known bug? Is there a workaround? Many thanks for your help.

I found out why the field was not displayed. My field name was casa--poli. In the code of acf-quickedit-fields, a replace is executed in the function for rendering the field, which had changed the field name from casa--poli to casa. For this reason it was not rendered. After I adjusted the field name, the field was displayed correctly.