Add Custom Fields to Woocommerce Admin products, Admin Product Category and Admin Product Tabs using WC Fields Factory

Introduction Using WC Fields Factory now you have the ability to add custom fields to product’s admin, product admin category and product tabs. Using WC Fields Factory’s Admin Fields option you can add Text Box, Text Area, Number, Email, Select, Check Box, Radio Button, Date Picker and Color Picker. How it works In your wp-admin

Read more

WC Fields Factory API

Here we are going to look how WC Fields Factory render custom fields on product page and how we can customize those rendering behavior through various actions & filters. Before WCFF V2.0.0 hooks are ( wccpf/before/fields/start, wccpf/before/fields/start, wccpf/after/fields/end, wccpf/after/field/end, wccpf/before/field/rendering, wccpf/after/field/rendering ) and after WCFF V2.0.0 (wccpf_before_fields_start, wccpf_before_fields_start, wccpf_after_fields_end, wccpf_after_field_end, wccpf_before_field_rendering, wccpf_after_field_rendering ). Default rendering

Read more