How do I add custom fields to the categories in Woocommerce?
问题 I have a woocommerce site that groups products within categories and displays them on the initial shop page. I want to add custom fields to the categories. Theory: On the home page is a search form, the user types in their postcode and the categories with the matching postcode details (which will be specified within the custom fields) are displayed. I don't need the custom fields to show on the shop page, I just need to be able to apply the matching postcodes in the backend. Please does