Description
The plugin allows to add extra fields to the product that may affect product price. This allows to create products that customers can customize according to their preferences before adding to the cart. For example, specify pizza parameters, such as Size, Toppings (the charge of every topping item can depend on the chosen Size option) or a customized T-Shirt with the Number, Favorite player’s name, T-shirt player list, or Own name.
Features
- Supports 8 widgets (field types):
- Text
- Textarea
- Checkbox
- Select
- Radio (Normal or Images)
- Checkboxes (Normal or Images)
- Datepicker
- Slider
- Field profiles (product types) that allows to create products with different fields with one click.
- Product duplication with fields.
- Setting and managing fields for a specific product, including overridding the field default charge and value.
- Products Import by field profiles.
The number of video series that allow to understand how to work with this plugin:
- How to create the fields
- The ways how to attach fields to the products
- Product form and `Front fields` section
- Settings form
- Products Import
For developers
The plugin has very flexible and extensible set of hooks that allow to create more complex price calculations, customize the fields and create new widgets. Check hooks.api.php file for more information and examples.
Installation
Minimum Requirements
- WooCommerce 3.0 or greater
- WordPress 4.0 or greater
- PHP version 5.2.4 or greater (PHP 7.2 or greater is recommended)
- MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)
Manual installation
- Make sure you have the latest version of WooCommerce plugin installed ( 2.2 or above )
- Unzip and upload contents of the plugin to your /wp-content/plugins/ directory
- Go to the
Plugins
menu and activate the plugin
Uninstallation
- Open your wp-config.php file and add:
define( ‘WPF_REMOVE_ALL_DATA’, true );
below
/* That’s all, stop editing! Happy blogging. */
and save a file. - Go to the
Plugins
menu and deactivate the plugin
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WooCommerce Product Front Fields” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WooCommerce Product Front Fields” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.