=== WooCommerce Custom Product Data Fields === Contributors: kharisblank Tags: custom fields, product meta, product data, meta, framework Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ACYNA5XNUGBUL Requires at least: 3.1 Tested up to: 4.6.1 Stable tag: 1.2.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html WooCommerce extension which will help you to build extra product data fields easily. == Description == WooCommerce Custom Product Data Fields is a simple framework which will help you to build extra product data fields easily, e.g. secondary product title, vendor info, custom message for individual product, etc. You can use this plugin as a library of your ‘brand-new’ WooCommerce Extension. It works with the latest version of WooCommerce (2.6.4). = Available Fields = * text * number * textarea * checkbox * select * radio * hidden * multiselect * image * gallery * colorpicker * datepicker * devider Since version 1.2, you can add multiple product data tabs. = Tutorials = * [Documentation](http://risbl.co/wp/woocommerce-custom-product-data-fields-plugin/) * [How to Create Tabular Product Specs](http://risbl.co/wp/woocommerce-creating-tabular-product-specs/) * [How to Create Custom Recommended Products](http://risbl.co/wp/woocommerce-creating-custom-recommended-products/) This project is also available on [Github](https://github.com/kharissulistiyo/WooCommerce-Custom-Product-Data-Fields). = More info = Have some questions or suggestions? You can reach me at: Mail: [kharisulistiyo(at)gmail(dot)com](mailto:kharisulistiyo@gmail.com) Twitter: [@kharissulistiyo](http://twitter.com/kharissulistiyo) P.S: Don't worry, I always reply. :) == Installation == 1. Upload this plugin to the /wp-content/plugins/ directory. 2. Activate the plugin through the Plugins menu in WordPress. 3. Define your custom product data fields in your theme `functions.php` file. See `fields-init.php` inside this plugin folder. == Screenshots == 1. WooCommerce Custom Product Data Fields == Changelog == = 1.2.4 = * Fix undefined index: tab_name = 1.2.3 = * Fix missing minified JS and CSS files = 1.2.2 = * Fix code sample * Update minified CSS and JS scripts = 1.2 = * Fix some bugs * Add multiselect field * Add image field * Add image field * Add gallery field * Add colorpicker field * Add datepicker field * Add devider * Allow multiple data tabs definition * Update fields definition function (via hook) = 1.0 = * Initial release