
screenshot-1.png
Arik Product Fields is a complete toolkit for WooCommerce product pages. Build custom product fields with a drag-and-drop visual builder, add a Buy Now button that skips the cart, accept enquiries through a polished modal form, show coupon codes directly on the product page, and clean up the single product layout all without writing a single line of code.
Designed for store owners who want more conversions, better data collection, and a faster checkout experience.
Input fields (collect data from customers):
Display / Content fields (admin enters content, frontend shows it):
Dynamic fields (populated from the current product):
wp_set_script_translations() for the builder UI.manage_woocommerce, edit_product).esc_html, esc_attr, esc_url, wp_kses_post).The plugin exposes 11+ public hooks for theme and plugin developers:
arikapf_render_field_definitions, arikapf_cart_item_field_values, arikapf_buy_now_button_label, arikapf_enquiry_button_label, arikapf_buy_now_enabled_for_product, arikapf_enquiry_enabled_for_product, arikapf_hide_sku, arikapf_hide_categories, arikapf_fields_render_hook, arikapf_support_marketing_links, arikapf_checkout_fields.arikapf_before_render_fields, arikapf_after_render_fields, arikapf_before_buy_now_button, arikapf_after_buy_now_button, arikapf_before_enquiry_button, arikapf_after_enquiry_button, arikapf_enquiry_submitted, arikapf_after_save_product_meta, arikapf_after_cart_item_meta_added.Each hook is documented inside the plugin under Arik Fields Support & Docs, with copy-paste code examples.