Title: Arik Product Fields — WooCommerce Custom Fields, Buy Now, Enquiry Form &amp; Coupon
Author: Tanmoy Biswas
Published: <strong>August 25, 2025</strong>
Last modified: May 15, 2026

---

Search plugins

![](https://ps.w.org/arik-product-fields/assets/banner-772x250.png?rev=3533329)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/arik-product-fields/assets/icon-256x256.png?rev=3357187)

# Arik Product Fields — WooCommerce Custom Fields, Buy Now, Enquiry Form & Coupon

 By [Tanmoy Biswas](https://profiles.wordpress.org/wcblogs87/)

[Download](https://downloads.wordpress.org/plugin/arik-product-fields.1.0.7.zip)

 * [Details](https://wordpress.org/plugins/arik-product-fields/#description)
 * [Reviews](https://wordpress.org/plugins/arik-product-fields/#reviews)
 *  [Installation](https://wordpress.org/plugins/arik-product-fields/#installation)
 * [Development](https://wordpress.org/plugins/arik-product-fields/#developers)

 [Support](https://wordpress.org/support/plugin/arik-product-fields/)

## Description

**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.

#### Why store owners pick Arik Product Fields

 * **One plugin, five jobs.** Custom fields, Buy Now, Enquiry form, coupon box, 
   and checkout tweaks no need to stack five separate plugins.
 * **Beautiful frontend.** Theme-aware styling that inherits your color tokens and
   looks native in Storefront, Astra, Flatsome, OceanWP, and Blocksy.
 * **HPOS compatible.** Declared compatibility with WooCommerce Custom Order Tables
   and the new cart/checkout blocks.
 * **Built for developers.** 11+ public actions and filters, a Support & Docs page
   with copy-paste examples, and translation-ready strings.
 * **No bloat.** Assets load only on the screens that need them. Admin styles never
   leak into unrelated pages.

#### 20 field types

**Input fields** (collect data from customers):

 * Text
 * Textarea
 * Number
 * E-mail
 * URL
 * Checkbox (multi-option)
 * Select / Dropdown
 * Radio
 * Radio with images (WP Media Library picker)
 * Radio with colors (WordPress color picker)
 * Time
 * Color
 * Date

**Display / Content fields** (admin enters content, frontend shows it):

 * Heading
 * Paragraph
 * HTML
 * Image (Media Library picker + URL fallback)
 * Product Video (YouTube, Vimeo, or direct MP4/WebM/OGG)

**Dynamic fields** (populated from the current product):

 * Categories rendered as checkboxes built from the product’s own categories
 * Tags rendered as checkboxes built from the product’s own tags

#### Feature highlights

 * **Drag-and-drop field builder** powered by jQuery UI Sortable. Click any field
   type in the palette to add it. Drag rows by the handle to reorder. Inline editor
   with per-type controls.
 * **Per-product field assignment** through a dedicated Product Data tab. Pick which
   fields appear on which products. Leave it empty to use global-scope fields.
 * **Buy Now button** that skips the cart and lands the customer on checkout (or
   cart your choice).
 * **Enquiry form** in an accessible modal. Sends email to admin, stores submissions
   as a custom post type, and recommends Contact Form 7 as a more robust alternative.
 * **Coupon code box** on the single product page with four position options.
 * **Checkout modifications** add an optional Order Reference field, make phone 
   optional, soften default placeholders.
 * **Hide SKU and Categories/Tags** on single product pages globally or per-product.
 * **Tri-state per-product overrides** for Buy Now and Enquiry: “Use global setting”,“
   Show”, or “Hide”.
 * **Configurable field position** render fields before/after price, before/after
   Add to Cart, or before/after Buy Now.
 * **Support & Docs admin page** with the full developer hook reference and code
   examples.
 * **Translation-ready** with `wp_set_script_translations()` for the builder UI.

#### Security

 * WordPress nonces on every form and AJAX endpoint.
 * Capability checks on every admin action (`manage_woocommerce`, `edit_product`).
 * Honeypot field plus per-IP rate limiting on the enquiry form.
 * Type-aware sanitization with a strict allowlist per field type.
 * Output escaped per WordPress.org guidelines (`esc_html`, `esc_attr`, `esc_url`,`
   wp_kses_post`).

#### Developer-friendly

The plugin exposes 11+ public hooks for theme and plugin developers:

 * Filters: `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`.
 * Actions: `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.

#### Compatible with

 * WordPress 6.0+
 * WooCommerce 6.0+ (tested through 9.4)
 * PHP 7.4+
 * HPOS (Custom Order Tables)
 * WooCommerce Cart & Checkout Blocks
 * Contact Form 7 (for the enquiry form)
 * Storefront, Astra, Flatsome, OceanWP, Blocksy, and any properly built block theme

### Additional Information

#### Support & Connect

 * **Email Support:** helpwcblog@gmail.com
 * **Website:** **[https://gernx.com/](https://gernx.com/)**
 * **Support Forum:** [WordPress.org Support](https://wordpress.org/support/plugin/arik-product-fields/)
 * **LinkedIn:** [Tanmoy Biswas](https://www.linkedin.com/in/is-tanmoy/)

## Screenshots

 * [[
 * screenshot-1.png
 * [[
 * screenshot-2.png
 * [[
 * screenshot-3.png
 * [[
 * screenshot-4.png
 * [[
 * screenshot-5.png

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/` or install through the **Plugins**
    menu in WordPress.
 2. Activate **Arik Product Fields** through the **Plugins** screen.
 3. Go to **Arik Fields  Field Builder** to create your custom fields.
 4. Go to **Arik Fields  Settings** to configure Buy Now, Enquiry, Coupon, and field
    position.
 5. Edit any product and open the **Arik Fields** tab to assign which fields appear
    on that product.

## FAQ

### Does this work with the WooCommerce Block Checkout?

Yes. HPOS and `cart_checkout_blocks` compatibility is declared in the plugin header.

### Can I use Contact Form 7 instead of the built-in enquiry form?

Yes. Enable it under **Arik Fields  Settings  Enquiry Form**, then pick the CF7 
form you want to display in the modal.

### Where do submitted enquiries go?

By default, enquiries are emailed to the address in **Settings  Enquiry Form  Recipient
Email** AND stored as a custom post type at **Arik Fields  Enquiries**. Either destination
can be disabled.

### Can I override Buy Now or Enquiry on a single product?

Yes. Each product has its own tri-state dropdown in the **Arik Fields** tab: _Use
global setting_, _Show on this product_, or _Hide on this product_.

### My theme has different button styles. Will the plugin’s buttons look out of place?

The frontend stylesheet inherits theme color tokens like `--wp--preset--color--primary`
where available. Buttons and form controls pick up your theme’s accent color automatically
in modern themes.

### Does the plugin slow down my site?

No. CSS and JavaScript only load on single product pages, the cart, and the checkout.
Admin assets only load on the plugin’s own screens. The fields table is indexed 
and cached via the WordPress object cache.

### Can I extend the plugin from a child theme or custom plugin?

Yes. See the full hook reference at **Arik Fields  Support & Docs**, or check the
Description section above. There are 11+ documented hooks plus a `arikapf_fields_render_hook`
filter that lets you move the field render position to any WooCommerce action you
want.

### Is the plugin translation-ready?

Yes. Text domain is `arik-product-fields`, all translatable strings use proper translator
comments, and `wp_set_script_translations()` is wired up for the builder UI.

### What happens to my data if I delete the plugin?

Nothing, by default. The uninstaller only runs if you opt in via **Settings  Advanced
Remove all data on uninstall**. Otherwise your fields, settings, and enquiries remain
in the database.

## Reviews

![](https://secure.gravatar.com/avatar/c5f5f03604bf80c47c2aef2416669b01c840257dc4e3882ec52423be838deb69?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin to take WooCommerce to the next level](https://wordpress.org/support/topic/excellent-plugin-to-take-woocommerce-to-the-next-level/)󠁿

 [gustavofusaro](https://profiles.wordpress.org/gustavofusaro/) September 6, 2025

The best way to enhance your WooCommerce functionality. Very easy to setup and works
wonders. Highly recommend.

![](https://secure.gravatar.com/avatar/c49eb7870cf0e5aab6544464b173c81d7bd0ece6cd11ce8527819b58f8a669f5?
s=60&d=retro&r=g)

### 󠀁[Easy Setup, Smooth Performance, and Helpful WooCommerce Features](https://wordpress.org/support/topic/very-impressive-and-user-friendly/)󠁿

 [farhadshohag](https://profiles.wordpress.org/farhadshohag/) August 29, 2025

This plugin solved a big limitation in WooCommerce by letting me add custom product
fields easily. It’s lightweight, works smoothly with my theme, and doesn’t slow 
down the store. A few extra styling options would be nice, but overall it’s a very
handy tool.

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/arik-product-fields/reviews/)

## Contributors & Developers

“Arik Product Fields — WooCommerce Custom Fields, Buy Now, Enquiry Form & Coupon”
is open source software. The following people have contributed to this plugin.

Contributors

 *   [ Tanmoy Biswas ](https://profiles.wordpress.org/wcblogs87/)

[Translate “Arik Product Fields — WooCommerce Custom Fields, Buy Now, Enquiry Form & Coupon” into your language.](https://translate.wordpress.org/projects/wp-plugins/arik-product-fields)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/arik-product-fields/),
check out the [SVN repository](https://plugins.svn.wordpress.org/arik-product-fields/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/arik-product-fields/)
by [RSS](https://plugins.trac.wordpress.org/log/arik-product-fields/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.7 — Field Type Expansion

**New**

 * Redesigned the field type set. The plugin now ships **20 field types**: Text,
   Textarea, Number, E-mail, URL, Checkbox, Select, Radio, Radio with images, Radio
   with colors, Time, Color, Heading, Paragraph, Image, HTML, Product Video, Date,
   Categories (dynamic), Tags (dynamic).
 * Builder palette now groups field types into three sections: **Input Fields**,**
   Display / Content**, **Dynamic**.
 * Per-option **Image picker** for “Radio with images” — uses the WP Media Library
   with a URL fallback input.
 * Per-option **Color picker** for “Radio with colors” — uses the core `wp-color-
   picker`.
 * Dedicated content editor for **Heading**, **Paragraph**, **HTML**, **Image**,
   and **Video** field types.
 * **Categories** and **Tags** field types render as dynamic checkbox groups built
   from the current product’s assigned terms.
 * **Product Video** embed supports YouTube, Vimeo, and direct MP4/WebM/OGG files.
 * Cart and order detail screens now translate option slugs to their human-readable
   labels, and taxonomy slugs to term names.
 * CF7 recommendation banner inside the enquiry modal — admin-only, capability-gated
   so customers never see it.

**Fixed**

 * New checkbox / dropdown / multi-select / radio fields failing to save options
   on first creation. The builder now writes the full field JSON to a `data-field-
   data` attribute on each list row, so editing existing option-type fields after
   a page reload hydrates correctly.
 * Silent save failures — the status bar now shows a clear error message and focuses
   the offending field.
 * Customer-facing error messages no longer mention “Contact Form 7” or other plugin
   recommendations.
 * Multi-select listbox cramped rendering — now uses dynamic `size` attribute and
   per-option padding so options read consistently across themes.
 * Dropdown vertical alignment — the selected value was clipped on some themes due
   to insufficient padding.
 * Checkbox field renders as a proper multi-option group instead of a single boolean
   toggle.
 * `Notice: Function _load_textdomain_just_in_time was called incorrectly` on WordPress
   6.7+ — translation calls in default option arrays moved out of the bootstrap 
   phase.
 * Builder UI required both `value` and `label` to be filled; now mirrors the missing
   field automatically.

**Database**

 * DB schema bumped to **1.1.0**. New `field_content` column added for display-only
   types.
 * **DESTRUCTIVE migration**: existing custom fields are wiped on upgrade. The previous
   type set is not forward-compatible with the new shape registry. Recreate your
   fields in the builder.

**Removed**

 * `Multi-select` and `File Upload` field types from the previous set — replaced
   by the redesigned 20-type catalog. (Multi-select behavior is now covered by the
   new multi-option **Checkbox** field; file uploads are planned for a future release.)

#### 1.0.6 — Developer Hooks & Display Controls

**New**

 * Configurable position for custom fields (before/after price, ATC button, or Buy
   Now button).
 * Option to hide SKU and Categories/Tags on single product pages — globally and
   per-product.
 * Tri-state per-product override for Buy Now and Enquiry Form: _Default / Show /
   Hide_.
 * **Support & Docs** admin page with the full hook reference and developer code
   examples.
 * Marketing card with Fiverr, LinkedIn, and donate links.
 * 11+ public actions and filters for theme and plugin developers.

**Fixed**

 * Enquiry button visibility logic — per-product override now correctly resolves
   against the global setting.
 * Admin CSS scoped to plugin screens only — no longer leaks onto unrelated admin
   pages.
 * Tightened admin enqueue — assets load only on the plugin’s own screens and the
   product edit screen.

#### 1.0.5 — Critical Activation Fix

**Fixed**

 * Fatal error on activation/upgrade caused by re-running the activator on `plugins_loaded`(
   before `$wp_rewrite` was initialised).

**Refactored**

 * DB upgrade path moved to `admin_init`.
 * CPT registration consolidated to the main class on the `init` action.

#### 1.0.4 — Initial Feature Release

**New**

 * Complete drag-and-drop field builder powered by jQuery UI Sortable.
 * Per-product field assignment via the Product Data tab.
 * Enquiry form modal with database storage, email delivery, and Contact Form 7 
   fallback.
 * Coupon code box with four position options.
 * HPOS and cart/checkout blocks compatibility declared.
 * Clean uninstaller with opt-in data removal.
 * Type-aware sanitization and validation pipeline.

## Meta

 *  Version **1.0.7**
 *  Last updated **1 week ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.7.5**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [buy now button](https://wordpress.org/plugins/tags/buy-now-button/)[Product Addons](https://wordpress.org/plugins/tags/product-addons/)
   [woocommerce coupon](https://wordpress.org/plugins/tags/woocommerce-coupon/)[woocommerce custom fields](https://wordpress.org/plugins/tags/woocommerce-custom-fields/)
 *  [Advanced View](https://wordpress.org/plugins/arik-product-fields/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/arik-product-fields/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/arik-product-fields/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/arik-product-fields/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/arik-product-fields/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/arik-product-fields/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/arik-product-fields/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/arik-product-fields/reviews/)

## Contributors

 *   [ Tanmoy Biswas ](https://profiles.wordpress.org/wcblogs87/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/arik-product-fields/)