mcguffin / acf-quickedit-fields

WordPress Plugin implementing Column Displaying, QuickEdit and BulkEdit for Advanced Custom Fields (ACF)
https://wordpress.org/plugins/acf-quickedit-fields/
GNU General Public License v3.0
359 stars 49 forks source link

Custom Field not showed on Woo Products #164

Closed tombauer closed 10 months ago

tombauer commented 10 months ago

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.

tombauer commented 10 months ago

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.