Linux 软件免费装
Banner图

RIACO Product Addons for WooCommerce

开发者 prototipo88
更新时间 2026年7月11日 05:34
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

woocommerce custom fields product addons product options extra fields

下载

1.0.0

详情介绍:

RIACO Product Addons for WooCommerce lets you attach unlimited custom fields to your products — text inputs, dropdowns, radio buttons, checkboxes, file uploads, color pickers, date pickers, number fields, and more — each with optional extra pricing. Key Features

安装:

  1. Upload the riaco-product-addons-for-woocommerce folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Navigate to WooCommerce → Product Addons to create your first addon group.

屏幕截图:

  • Frontend product page with live price breakdown.
  • Addon values displayed on the admin order screen.

常见问题:

Does this plugin require WooCommerce?

Yes. WooCommerce 8.0 or later is required.

Which field types support per-option pricing?

Select/Dropdown, Radio Buttons, and Checkbox Group fields each have a price field per option. All other field types support a single fixed price added when the field has any value (or when the True/False checkbox is checked).

Can I control who sees addon values in emails and the admin order screen?

Yes. Each Addon Group has three checkboxes: Show in cart & checkout, Show in admin order screen, and Include in order emails. These are set per group and copied to each order item at checkout time.

Does it work with variable products?

Yes. Addons apply to the base product and are stored with the cart item alongside the variation.

Are block-based single product pages supported?

Not currently. The plugin hooks into woocommerce_before_add_to_cart_button, which is part of the classic single product template. The WooCommerce Blocks AddToCartWithOptions block is not yet supported.

How do I allow file uploads?

Create a field of type File Upload, set the allowed extensions (e.g. jpg,png,pdf) and max file size. The upload happens before the customer clicks Add to Cart, and the file URL is stored in the cart item.

I run nginx — are uploaded files protected from direct access?

The plugin blocks direct HTTP access to its upload directories with .htaccess rules, which Apache honours but nginx ignores. On nginx, add a rule like this to your server block: location ~* /wp-content/uploads/riaco-pa- { deny all; }

更新日志:

1.0.0