开发者 | tychesoftwares |
---|---|
更新时间 | 2024年10月22日 18:50 |
PHP版本: | 7.3 及以上 |
WordPress版本: | 6.6.2 |
版权: | GNU General Public License v3.0 |
版权网址: | 版权信息 |
🚀 New Launch: Flexi BOGO for WooCommerce The only BOGO plugin with a revenue tracking feature. Now, at an attractive introductory price. Check out our new plugin here.Product Input Fields for WooCommerce plugin lets you add custom input fields to WooCommerce product's frontend for customer to fill before adding product to cart. Input fields can be added globally (i.e. for all products) or on per product basis. You can choose numerous different types for fields:
/wp-content/plugins/
directory.select
type options fixed.add_product_input_fields_to_order_item_meta()
- Checking if product input fields values exist (fixes notice in log).output_custom_input_fields_in_admin_order()
- Using meta_exists()
and get_meta()
functions to access order items meta data.alg_get_frontend_product_input_fields()
- Product ID (using get_id()
function instead of accessing id
object property directly).add_files_to_email_attachments()
- Additional validation added.