Linux 软件免费装
Banner图

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

开发者 wcblogs87
更新时间 2026年6月28日 13:10
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

product addons buy now button woocommerce custom fields woocommerce coupon product enquiry form

下载

1.0.1 1.0.8

详情介绍:

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 20 field types Input fields (collect data from customers): Display / Content fields (admin enters content, frontend shows it): Dynamic fields (populated from the current product): Feature highlights Security Developer-friendly The plugin exposes 11+ public hooks for theme and plugin developers: Each hook is documented inside the plugin under Arik Fields → Support & Docs, with copy-paste code examples. Compatible with

安装:

  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.

屏幕截图:

  • screenshot-2.png
  • screenshot-3.png
  • screenshot-4.png
  • screenshot-5.png

升级注意事项:

1.0.8 Maintenance and compatibility release. Refreshes compatibility for WordPress 7.0 and WooCommerce 10.9 and clears the "not tested with the latest 3 major releases" notice. No functions, features, styles, or CSS were changed. 1.0.7 DESTRUCTIVE: existing custom fields will be wiped on upgrade (schema redesigned). The new 20-type catalog adds image, color, video, date, time, and dynamic taxonomy field types. Recreate your fields in the builder after upgrading. 1.0.6 Major: developer hooks, configurable field position, SKU/categories hide options, Support & Docs page. 1.0.5 Critical fix for a fatal error on activation. Update immediately. 1.0.4 Major release: drag-and-drop builder, HPOS support, enquiry custom post type.

常见问题:

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.

更新日志:

1.0.8 — Maintenance & Compatibility Maintenance and compatibility release. No functions, features, styles, or CSS were changed; this release only refreshes the version number and the compatibility headers so the plugin reports as tested against current WordPress and WooCommerce. 1.0.7 — Field Type Expansion New Fixed Database Removed 1.0.6 — Developer Hooks & Display Controls New Fixed 1.0.5 — Critical Activation Fix Fixed Refactored 1.0.4 — Initial Feature Release New